PoiScript / orgize

A Rust library for parsing org-mode files.
https://poiscript.github.io/orgize/
MIT License
277 stars 34 forks source link

Incomplete Syntax: No definition list support #63

Closed Atlas48 closed 7 months ago

Atlas48 commented 1 year ago

By default, org-mode includes a definition list, this doesn't appear to be accounted for when making a list, so the parsing included in this library is incomplete.

definition lists are made by the following syntax

- Hello :: World
PoiScript commented 7 months ago

I assume you meant the description list, description list is now supported in v0.10:

image