Cleanup.
This commit is contained in:
parent
d7d74c19c6
commit
68aec9d611
8
3rdparty/dear-imgui/widgets/markdown.h
vendored
8
3rdparty/dear-imgui/widgets/markdown.h
vendored
@ -45,14 +45,14 @@ Headers:
|
|||||||
|
|
||||||
Indents:
|
Indents:
|
||||||
On a new line, at the start of the line, add two spaces per indent.
|
On a new line, at the start of the line, add two spaces per indent.
|
||||||
<EFBFBD><EFBFBD>Indent level 1
|
Indent level 1
|
||||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Indent level 2
|
Indent level 2
|
||||||
|
|
||||||
Unordered lists:
|
Unordered lists:
|
||||||
On a new line, at the start of the line, add two spaces, an asterisks and a space.
|
On a new line, at the start of the line, add two spaces, an asterisks and a space.
|
||||||
For nested lists, add two additional spaces in front of the asterisk per list level increment.
|
For nested lists, add two additional spaces in front of the asterisk per list level increment.
|
||||||
<EFBFBD><EFBFBD>*<EFBFBD>Unordered List level 1
|
* Unordered List level 1
|
||||||
<EFBFBD><EFBFBD><EFBFBD><EFBFBD>*<EFBFBD>Unordered List level 2
|
* Unordered List level 2
|
||||||
|
|
||||||
Links:
|
Links:
|
||||||
[link description](https://...)
|
[link description](https://...)
|
||||||
|
Loading…
Reference in New Issue
Block a user