This is bold text
This is bold text
This is italic text
This is italic text
Strikethrough
Blockquotes can also be nested...
...by using additional greater-than signs right next to each other...
...or with spaces between arrows.
Unordered
+
, -
, or *
Ordered
Or:
1.
Start numbering with offset:
Loose lists?
foo
bar
Inline code
Indented code
// Some comments
line 1 of code
line 2 of code
line 3 of code
Block code "fences"
Sample text here...
Syntax highlighting
var foo = function (bar) {
return bar++
}
console.log(foo(5))
Tag | Use |
---|---|
p | Paragraph |
table | Table |
em | Emphasis |
Left/right aligned columns
Project | Stars |
---|---|
React | 80 759 |
Vue.js | 73 322 |
sse-channel | 50 |
Autoconverted link https://github.com/remarkjs/react-markdown
Like links, Images also have a footnote style syntax
With a reference later in the document defining the URL location:
Yeah, hard breaks
can be useful too.
Some characters, like æ, & and similar should be handled properly.
Does anyone actually like the fact that you can embed HTML in markdown?
, as long as it doesn't contain any attributes. If you have weird ordering on your tags, it won't work either. It does support nested tags, however. And with therehype-raw
plugin, it can now properly handle HTML! Which is pretty sweet.
Cool, eh?