mirror of https://gitee.com/answerdev/answer.git
fix: how to format
This commit is contained in:
parent
7d1bfdb85f
commit
5ba25873be
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"how_to_format": {
|
||||
"title": "How to Format",
|
||||
"description": "<ul><li><p>to make links</p><pre><code><https://url.com><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 > 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><https://url.com><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>></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",
|
||||
|
|
Loading…
Reference in New Issue