-
| Hi, I hope you're doing great! I'm a PHP developer working on a CLI tool for scaffolding files. I stumbled upon  Thanks a lot! | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
| Hi! Sure: if you intend to follow unist, then using that name is fine. Though, I would recommend also having a practical implementation (mdast/hast/xast/nclst/etc). Take for example https://github.com/wooorm/markdown-rs in Rust, it has a name ( | 
Beta Was this translation helpful? Give feedback.
Hi! Sure: if you intend to follow unist, then using that name is fine. Though, I would recommend also having a practical implementation (mdast/hast/xast/nclst/etc). Take for example https://github.com/wooorm/markdown-rs in Rust, it has a name (
markdown-rs), it can spit out mdast (which is based on unist), so in its API names and readmes it uses that term (mdast), and unist itself is mostly an internal thing