Support text markup on list tags.
This commit is contained in:
parent
2b2af7004a
commit
121ad46680
2 changed files with 22 additions and 3 deletions
|
@ -37,3 +37,17 @@ Also represented as
|
|||
|
||||
1) First element
|
||||
2) Second element
|
||||
|
||||
* Definition lists
|
||||
:PROPERTIES:
|
||||
:ID: 06-definition-lists
|
||||
:CREATED: [2020-01-01 Wed 01:01]
|
||||
:END:
|
||||
|
||||
- Key :: Value
|
||||
- Key2 :: Value2
|
||||
|
||||
Also with markup
|
||||
|
||||
- _Key_ :: _Value_
|
||||
- /Key/ 2 :: /Value/ 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue