update demo post
This commit is contained in:
@ -20,17 +20,13 @@ image:
|
|||||||
|
|
||||||
<!-- markdownlint-capture -->
|
<!-- markdownlint-capture -->
|
||||||
<!-- markdownlint-disable -->
|
<!-- markdownlint-disable -->
|
||||||
# H1 — heading
|
# H1 — heading {data-toc-skip=true .mt-4 .mb-0 }
|
||||||
{: .mt-4 .mb-0 }
|
|
||||||
|
|
||||||
## H2 — heading
|
## H2 — heading {data-toc-skip=true .mt-4 .mb-0 }
|
||||||
{: data-toc-skip='' .mt-4 .mb-0 }
|
|
||||||
|
|
||||||
### H3 — heading
|
### H3 — heading {data-toc-skip=true .mt-4 .mb-0 }
|
||||||
{: data-toc-skip='' .mt-4 .mb-0 }
|
|
||||||
|
|
||||||
#### H4 — heading
|
#### H4 — heading {data-toc-skip=true .mt-4 }
|
||||||
{: data-toc-skip='' .mt-4 }
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
||||||
## Paragraph
|
## Paragraph
|
||||||
@ -75,16 +71,16 @@ Moon
|
|||||||
<!-- markdownlint-capture -->
|
<!-- markdownlint-capture -->
|
||||||
<!-- markdownlint-disable -->
|
<!-- markdownlint-disable -->
|
||||||
> An example showing the `tip` type prompt.
|
> An example showing the `tip` type prompt.
|
||||||
{: .prompt-tip }
|
{.prompt-tip }
|
||||||
|
|
||||||
> An example showing the `info` type prompt.
|
> An example showing the `info` type prompt.
|
||||||
{: .prompt-info }
|
{.prompt-info }
|
||||||
|
|
||||||
> An example showing the `warning` type prompt.
|
> An example showing the `warning` type prompt.
|
||||||
{: .prompt-warning }
|
{.prompt-warning }
|
||||||
|
|
||||||
> An example showing the `danger` type prompt.
|
> An example showing the `danger` type prompt.
|
||||||
{: .prompt-danger }
|
{.prompt-danger }
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
|
|
||||||
## Tables
|
## Tables
|
||||||
@ -194,7 +190,7 @@ The image below will toggle dark/light mode based on theme preference, notice it
|
|||||||
|
|
||||||
## Video
|
## Video
|
||||||
|
|
||||||
{% include embed/youtube.html id='Balreaj8Yqs' %}
|
{{< youtube id="Balreaj8Yqs" >}}
|
||||||
|
|
||||||
## Reverse Footnote
|
## Reverse Footnote
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user