flying-sheep / rust-rst

a reStructuredText parser and renderer
https://crates.io/crates/rst
Apache License 2.0
98 stars 10 forks source link

support for field lists #55

Open jelmer opened 2 months ago

jelmer commented 2 months ago

It would be great if rust-rst supported parsing arbitrary field lists as documented in https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#field-lists

I might have a look at implementing this.