This website requires JavaScript.
Explore
Help
Sign In
jer
/
mdbook-toc
Watch
1
Fork
You've already forked mdbook-toc
0
Code
Actions
Activity
3ddb75e8ed
mdbook-toc
/
tests
/
tables_untouched.out.md
7 lines
72 B
Markdown
Raw
Normal View
History
Unescape
Escape
Convert all tests into input/output files
2021-06-23 10:30:55 +00:00
# Heading
Avoid roundtripping through pulldown-cmark Roundtripping markdown is actually quite hard. We don't actually require that. All we need is once parsing the markdown to find the right marker and the headings. We then manually generate markdown and all other content can be copied unparsed again.
2022-01-25 19:57:43 +00:00
| Head 1 | Head 2 |
|--------|--------|
| Row 1 | Row 2 |
Copy permalink