mirror of
https://github.com/danbulant/api_docs
synced 2026-05-24 12:27:29 +00:00
Fix incorrect instructions in syntax help file
This commit is contained in:
parent
6a22d7c11d
commit
f10e324f5f
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ If you don't like that syntax, feel free to use normal html `<table>`s directly
|
||||||
|
|
||||||
## Formatting Text:
|
## Formatting Text:
|
||||||
|
|
||||||
This text is ***bold***, this is **italic**, this is an `inline code block`.
|
This text is **bold**, this is *italic*, this is an `inline code block`.
|
||||||
|
|
||||||
You can use those formatting rules in code annotations, tables, paragraphs, lists, wherever.
|
You can use those formatting rules in code annotations, tables, paragraphs, lists, wherever.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue