fix: how to format

This commit is contained in:
fen 2022-10-11 16:38:55 +08:00 committed by mingcheng
parent 7d1bfdb85f
commit 5ba25873be
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"how_to_format": {
"title": "How to Format",
"description": "<ul><li><p>to make links</p><pre><code>&lt;https://url.com&gt;<br/><br/>[Title](https://url.com)</code></pre></li><li><p>put returns between paragraphs</p></li><li><p><em>_italic_</em> or **<strong>bold</strong>**</p></li><li><p>indent code by 4 spaces</p></li><li><p>quote by placing &gt; at start of line</p></li><li><p>backtick escapes <code>`like _so_`</code></p></li><li><p>create code fences with backticks `</p><pre><code>``` <br/>code here<br/>```</code></pre></li></ul>"
"description": "<ul class=\"mb-0\"><li><p class=\"mb-2\">to make links</p><pre class=\"mb-2\"><code>&lt;https://url.com&gt;<br/><br/>[Title](https://url.com)</code></pre></li><li><p class=\"mb-2\">put returns between paragraphs</p></li><li><p class=\"mb-2\"><em>_italic_</em> or **<strong>bold</strong>**</p></li><li><p class=\"mb-2\">indent code by 4 spaces</p></li><li><p class=\"mb-2\">quote by placing <code>&gt;</code> at start of line</p></li><li><p class=\"mb-2\">backtick escapes <code>`like _this_`</code></p></li><li><p class=\"mb-2\">create code fences with backticks <code>`</code></p><pre class=\"mb-0\"><code>```<br/>code here<br/>```</code></pre></li></ul>"
},
"pagination": {
"prev": "Prev",