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