mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 16:33:14 -06:00
80 lines
2.5 KiB
Markdown
80 lines
2.5 KiB
Markdown
---
|
|
icon: material/language-markdown-outline
|
|
date:
|
|
created: 2024-01-01
|
|
updated: 2024-11-05
|
|
---
|
|
|
|
# Markdown
|
|
|
|
Samples of Markdown rendering in :simple-materialformkdocs:{ .materialformkdocs } Material for MkDocs.
|
|
|
|
<!-- more -->
|
|
|
|
In a hole in the ground there lived a hobbit. Not a nasty, dirty, wet hole, filled with the ends of worms and an oozy smell, nor yet a dry, bare, sandy hole with nothing in it to sit down on or to eat: it was a hobbit hole, and that means comfort.
|
|
|
|
# H1 Heading
|
|
## H2 Heading
|
|
### H3 Heading
|
|
#### H4 Heading
|
|
##### H5 Heading
|
|
|
|
1) Item 1
|
|
2) Item 2
|
|
i. Item 1
|
|
ii. Item 2
|
|
a. Item a
|
|
b. Item b
|
|
|
|
__Bold Text__
|
|
|
|
_Italic Text_
|
|
|
|
~~Strikethrough~~
|
|
|
|
Text can be {--deleted--} and replacement text {++added++}. This can also be
|
|
combined into {~~one~>a single~~} operation. {==Highlighting==} is also
|
|
possible {>>and comments can be added inline<<}.
|
|
|
|
{--
|
|
|
|
**Block of deleted text**
|
|
|
|
In a hole in the ground there lived a hobbit. Not a nasty, dirty, wet hole, filled with the ends of worms and an oozy smell, nor yet a dry, bare, sandy hole with nothing in it to sit down on or to eat: it was a hobbit hole, and that means comfort.
|
|
|
|
--}
|
|
|
|
{++
|
|
|
|
**Block of added text**
|
|
|
|
In a hole in the ground there lived a hobbit. Not a nasty, dirty, wet hole, filled with the ends of worms and an oozy smell, nor yet a dry, bare, sandy hole with nothing in it to sit down on or to eat: it was a hobbit hole, and that means comfort.
|
|
|
|
++}
|
|
|
|
{==
|
|
|
|
Formatting can also be applied to blocks by putting the opening and closing
|
|
tags on separate lines and adding new lines between the tags and the content.
|
|
|
|
==}
|
|
|
|
| Left Aligned | Centered | Right Aligned |
|
|
| ------------- |:-------------:| -----:|
|
|
| col 3 is | right-aligned | $1600 |
|
|
| col 2 is | centered | $12 |
|
|
| zebra stripes | are neat | $1 |
|
|
|
|
++esc++ ++f1++ ++f2++ ++f3++ ++f4++ ++f5++ ++f6++ ++f7++ ++f8++ ++f9++ ++f10++ ++f11++ ++f12++
|
|
|
|
++grave++ ++1++ ++2++ ++3++ ++4++ ++5++ ++6++ ++7++ ++8++ ++9++ ++0++ ++minus++ ++equal++ ++backspace++
|
|
|
|
++tab++ ++q++ ++w++ ++e++ ++r++ ++t++ ++y++ ++u++ ++i++ ++o++ ++p++ ++bracket-left++ ++bracket-right++ ++backslash++
|
|
|
|
++caps-lock++ ++a++ ++s++ ++d++ ++f++ ++g++ ++h++ ++j++ ++k++ ++l++ ++semicolon++ ++single-quote++ ++enter++
|
|
|
|
++left-shift++ ++z++ ++x++ ++c++ ++v++ ++b++ ++n++ ++m++ ++comma++ ++period++ ++slash++ ++right-shift++
|
|
|
|
++left-control++ ++fn++ ++win++ ++left-alt++ ++space++ ++right-alt++ ++menu++ ++right-control++
|
|
|
|
++print-screen++ ++scroll-lock++ ++pause++
|