| Title | My Title | ||||
|---|---|---|---|---|---|
| Author | Sbarex | ||||
| Date | Sunday, May 30, 2021 | ||||
| Abstract | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | ||||
| output |
|
If the autolink extension is enabled the URL https://www.github.com is displayed as a link.
Using the emoji extension you can replace the :smile: with 😄.
You can choose to use the standard emoji font or the GitHub images.
Multibyte emoji are also supported, so :it: equivalent to the code \u1f1ee\u1f1f9 must be rendered as the Italian flag 🇮🇹.
With the mentions extension @sbarex is rendered as a link to the GitHub account.
With the heads extension for each heads is created an anchor named with the title, lowercased, and space replaced with a hypen sign.
The anchors can be used for cross links.
If enabled the links inside the TOC section works.
Words delimited with == tag are ==highlighted==.
The inline image extension embed the local image inside the HTML output. Is required for view local images in the Quick Look preview.
image url: example.jpg
Images with a url do not require this extension.
image url: https://picsum.photos/300/200
If enabled, the math extension allow to render the mathematical expressions:
- inside a fenced blocks
```math ```:
- block expressions
$$ code $$:
- or inline expressions
$ code $:
To split $100 in half, we calculate $100/2$
You can format subscritpt text with the ~ tag, and superspript with the ^ tag:
H2O
m^2^
Please note that the
Strikethrough extensionmust be disabled or set to recognize the double tilde~~.
| Option | Description |
|---|---|
| data | path to data files to supply the data that will be passed into templates. |
| engine | engine to be used for processing templates. Handlebars is the default. |
| ext | extension to be used for dest files. |
You can choose to recognize the single tilde ~ on test or only the double tilde ~~ on another test.
This fenced block uses the php syntax highlight:
phpinfo();
$a = [];
$a[] = "hello world";
function test(array $a, string $b, $c = null): boolean {
return true;
}- step 1
- step 2
- step 3
The smart quote option format the quote as "curly" 1.
graph TD
A[Start] --> B{Decision}
B -->|Yes| C[Do Something]
B -->|No| D[Do Something Else]
C --> E[End]
D --> E
Footnotes
-
If the option
footnotesis enabled this text is rendered as a foot note. ↩
