Special Markdown Case
Common markdown format for Gitbook, gatsby-starter-bee, and VNote.
6. Lists
6.3. Offset in Oredered List
didn't work in Gitbook
markdown
display
will started with offset 57
so it will be 58
this is 59
9. Links
9.1. Email Linkify
didn't work in Gatsby and Gitbook
markdown
display
fake@example.com didn't work in Gatsby and Gitbook fake@example.com is okay
10. Reference-style Links
markdown
display
I know Indonesia I also know etymology of Indonesia I knew History of Indonesia It doesn't have hobbit-hole.
11. Images
markdown
display
13. HTML Code
very restricted in Gitbook
13.1. HTML: Bold, Italic, Strikethrough
markdown
display
This word is italic.
This word is bold.
This word is deleted with strikethorouugh.
14. Horizontal Rules
didn't work in Gitbook
markdown
display
15. Heading ID
didn't work for Gatsby
markdown
display
My Great Heading
Link to Heading IDs
16. Code Fencing and Highlighting
markdown
display
18. Text Formatting
18.1. Strikethrough
markdown
display
strikethrough
18.2. Highlighting and Underline
didn't work in Gitbook and Gatsby
display
==highlight, fail in Gitbook and Gatsby== underline, fail in Gitbook and Gatsby
20. Emojies
20.2. Shortcode Emoji
didn't work in Gitbook
in Gatsby and VNote, use Github Emoji Shortcode
markdown
display
Shortcode emoji examples 😀 😃 😄 😁 😆 😂
21. Typographic Replacements, Superscript, Subscript
dind't work in Gatsby and Gitbook
markdown
display
autoreplacement of (c) (C) (r) (R) (tm) (TM) (p) (P) +-
superscript x^2^ and subscript H2O
22. HTML Entities and Character Codes
markdown
display
© & ¨ ™ ¡ £ & < > ¥ € ® ± ¶ § ¦ ¯ « · x² y³ ¾ ¼ × ÷ » | 18ºC " '
23. Latex
23.1. Inline Equation
Equation with one dollar sign
$
works inline in VNoteEquation with two dollar signs
$$
works inline in Jekyll and Gitbook, but not in VNote
markdown
display
Inline equation with one dollar sign: $E=mc^2$ (worked in VNote and Gatsby). Inline equation with two dollar sign: (worked in Gatsby, Jekyll and Gitbook).
23.2. Newline Equation
markdown
display
Newline equation with two dollar signs.
24. Specific HTML Code
didn't work in Gitbook
24.1. Drop Down List
markdown
display
24.2. Summary
markdown
display
24.3. Definition
markdown
display
First TermThis is the definition of the first term.Second TermThis is one definition of the second term.This is another definition of the second term.
24.4. Abbreviation
markdown
display
The HTML specification is maintained by the W3C.
26. Admonition Styles
26.1. Admonition with CSS
CSS delivered from: https://cdn.jsdelivr.net/gh/irosyadi/irosyadi@master/alert.css
didn't work in Gitbook
markdown
display
🎯 SUCCESS! Success text.📌 INFO Info text.⚠️ WARNING! Warning text.⛔ DANGER! Success text.
27. Footnote
didn't work in Gitbook
markdown
display
Here's a simple footnote, and here's a longer one,, and . But there is problem with Gitbook for footnote.
Last updated