This commit is contained in:
parent
c0324c0bc2
commit
cbfa885984
42 changed files with 3701 additions and 547 deletions
17
posthtml-djot/test/fixtures/basic.html
vendored
Executable file
17
posthtml-djot/test/fixtures/basic.html
vendored
Executable file
|
@ -0,0 +1,17 @@
|
|||
<md>
|
||||
# Heading 1
|
||||
</md>
|
||||
|
||||
<markdown>
|
||||
Paragraph with some text
|
||||
</markdown>
|
||||
|
||||
<div md>
|
||||
- List item 1
|
||||
- List item 2
|
||||
- List item 3
|
||||
</div>
|
||||
|
||||
<section markdown>
|
||||
> A quote
|
||||
</section>
|
Loading…
Add table
Add a link
Reference in a new issue