minor fixes

This commit is contained in:
Hans Pagel
2020-09-23 09:31:05 +02:00
parent 51af4b696b
commit 8e2d1716fc
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# CodeBlock
With the CodeBlock extension you can add fenced code blocks to your documents. Itll wrap the code in `<pre>` and `<code>` HTML tags.
Type three backticks and a space (`\`` ) and a code block is instantly added for you.
Type three backticks and a space <code>&grave;&grave;&grave;</code> and a code block is instantly added for you.
::: warning Restrictions
The CodeBlock extension doesnt come with styling and has no syntax highlighting built-in. Its on our roadmap though.