command-line-interface-pages / v2-tooling

Tools for handling v2.*.* syntax
6 stars 3 forks source link

Add JSON schema for Markdown -> CLIP converter to easily add new placeholder types and load them from YAML config #41

Closed EmilyGraceSeville7cf closed 1 year ago

EmilyGraceSeville7cf commented 1 year ago

I think such feature requires a reliable not sed-based or bash-based parser. I think it will be implemented as a part of Go-based parser later.

EmilyGraceSeville7cf commented 1 year ago

Hmmm... After code refactoring I see it's possible to implement here. In a simplified way but possible. 😄