# Experimental Markdown

Experimental markdown to check markdown parser compatibility between Gatsby, Jekyll, Gitbook, and Hugo.

## Internal Link Reference

### Type 1

* [/book/interactive-book](https://github.com/irosyadi/gitbook/blob/master/book/interactive-book/README.md)
* [/note/emoji](https://github.com/irosyadi/gitbook/blob/master/note/emoji/README.md)

Success in Gatsby. Success in Jekyll. Fail in Gitbook. Fail in Hugo. Success in Obsidian.

### Type 2 (Obsidian relative path to file)

* [../book/interactive-book.md](https://irosyadi.gitbook.io/irosyadi/book/interactive-book)
* [../note/emoji.md](https://irosyadi.gitbook.io/irosyadi/note/emoji)

Fail in Gatsby. Success in Jekyll. Success in Gitbook. Fail in Hugo. Success in Obsidian.

### Type 3 (Obsidian absolute path in vault)

* [/book/interactive-book.md](https://irosyadi.gitbook.io/irosyadi/book/interactive-book)
* [/note/emoji.md](https://irosyadi.gitbook.io/irosyadi/note/emoji)

Fail in Gatsby. Fail in Jekyll. Success in Gitbook. Fail in Hugo. Success in Obsidian.

### Type 4

* [../book/interactive-book](https://github.com/irosyadi/gitbook/blob/master/book/interactive-book/README.md)
* [../note/emoji](https://github.com/irosyadi/gitbook/blob/master/note/emoji/README.md)

Fail in Gatsby. Success in Jekyll. Fail in Gitbook. Fail in Hugo. Success in Obsidian.

### Obsidian Internal Link

* [../note/emoji.md](https://irosyadi.gitbook.io/irosyadi/note/emoji) Relative path to file
* [emoji.md](https://github.com/irosyadi/gitbook/blob/master/webdev/emoji.md) Shortes path possible
* [note/emoji.md](https://github.com/irosyadi/gitbook/blob/master/webdev/note/emoji.md) Absolute path in vault
* [Emoji](https://github.com/irosyadi/gitbook/blob/master/webdev/note/emoji.md)

## Number and Bullet

1. One
2. Two

* Three
  * Three.a
  * Three.b

1. Four
2. Five

* List A

1. List B

* List C

## Keyboard

imron

## Comment

`<!-- Write your comments here -->`

Here is the comment:

## Symbol List

💬 speech\
🌏️ globe\
⭐️ star\
🚀 rocket\
👣 footprints\
⚓️ anchor\
🔥 fire\
🎯 target\
📌 pin\
⛔ stop\
‼️ double warning\
❗️ warning\
⁉️ question\
✔️☑️ check mark\
❌ cross\
ℹ️ info\
📧 email\
🌐 web\
▶▷ triangle\
⚠️ warning\
💥 danger\
📝 note\
☝️ remember\
⚡️ flash

## Image Hosting in Github

![QR Code Image-small](https://raw.githubusercontent.com/irosyadi/vnote.image/master/1608464780_20201220183102525_18817.png)

## Tittle YAML

* Cannot use `:` in tittle

## Content

* Cannot use `% {` in github.io
* Cannot use `|` in github.io

## SVG

github.io and gitbook.io cannot render svg

![crocodile](https://snapsvg.io/assets/images/crocodile.svg)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/webdev/experimental-markdown.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
