wooorm / markdown-rs

CommonMark compliant markdown parser in Rust with ASTs and extensions
https://docs.rs/markdown/1.0.0-alpha.21/markdown/
MIT License
906 stars 50 forks source link

mdast with frontmatter #61

Closed ahkhanjani closed 1 year ago

ahkhanjani commented 1 year ago

Is it even possible to use mdast with options? And can we get frontmatter in the syntax tree?

wooorm commented 1 year ago

Yes? See the api docs for options

ahkhanjani commented 1 year ago

@wooorm Could you please show me where I can find this specific thing? I did in fact search the docs but could not find anything related to frontmatter or extensions in general

wooorm commented 1 year ago
ahkhanjani commented 1 year ago

Thank you so much