1
0
Fork 0
mirror of https://github.com/tylernguyen/wiki.git synced 2025-02-05 16:33:14 -06:00
wiki/docs/posts/diagnostics/markdown.md

81 lines
2.5 KiB
Markdown
Raw Normal View History

2024-06-05 18:18:28 -05:00
---
icon: material/language-markdown-outline
date:
created: 2024-01-01
2024-11-08 20:07:32 -06:00
updated: 2024-11-05
2024-06-05 18:18:28 -05:00
---
# Markdown
2024-11-08 20:07:32 -06:00
Samples of Markdown rendering in :simple-materialformkdocs:{ .materialformkdocs } Material for MkDocs.
2024-06-05 18:18:28 -05:00
<!-- more -->
2024-11-08 20:07:32 -06:00
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.
2024-06-05 18:18:28 -05:00
2024-11-08 20:07:32 -06:00
# H1 Heading
## H2 Heading
### H3 Heading
#### H4 Heading
##### H5 Heading
2024-06-05 18:18:28 -05:00
2024-11-12 22:29:41 -06:00
1) Item 1
2) Item 2
i. Item 1
ii. Item 2
a. Item a
b. Item b
2024-11-08 20:07:32 -06:00
__Bold Text__
2024-06-05 18:18:28 -05:00
2024-11-08 20:07:32 -06:00
_Italic Text_
2024-06-05 18:18:28 -05:00
2024-11-08 20:07:32 -06:00
~~Strikethrough~~
2024-06-05 18:18:28 -05:00
2024-11-08 20:07:32 -06:00
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<<}.
2024-06-05 18:18:28 -05:00
2024-11-08 20:07:32 -06:00
{--
2024-06-05 18:18:28 -05:00
2024-11-20 13:17:29 -06:00
__Block of deleted text__
2024-06-05 18:18:28 -05:00
2024-11-08 20:07:32 -06:00
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.
--}
{++
2024-11-20 13:17:29 -06:00
__Block of added text__
2024-06-05 18:18:28 -05:00
2024-11-08 20:07:32 -06:00
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.
==}
2024-06-05 18:18:28 -05:00
| Left Aligned | Centered | Right Aligned |
| ------------- |:-------------:| -----:|
| col 3 is | right-aligned | $1600 |
| col 2 is | centered | $12 |
| zebra stripes | are neat | $1 |
2024-11-08 20:07:32 -06:00
2024-11-11 19:35:07 -06:00
++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++