This commit is contained in:
parent
c0324c0bc2
commit
cbfa885984
42 changed files with 3701 additions and 547 deletions
9
posthtml-djot/test/fixtures/code.html
vendored
Normal file
9
posthtml-djot/test/fixtures/code.html
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
<md>
|
||||
# Heading
|
||||
|
||||
```js
|
||||
function () {
|
||||
console.log("Hello")
|
||||
}
|
||||
```
|
||||
</md>
|
Loading…
Add table
Add a link
Reference in a new issue