Support text markup on list tags.

This commit is contained in:
Sergio Martínez Portela 2022-08-26 19:04:50 +02:00
parent 2b2af7004a
commit 121ad46680
2 changed files with 22 additions and 3 deletions

View file

@ -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