You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be awesome to serialize a parsed readme doc into json. Why? This would allow me to build a compatible parser in golang (for embedding in golang-based binaries) that can in theory parse the same way your implementation does. I could then use your tests as integration tests for my parser :)
The text was updated successfully, but these errors were encountered:
Also, there's an undocumented mask CLI option called --introspect which spits out a json string as well. You can run that if you want an idea of what it will look like.
It would be awesome to serialize a parsed readme doc into json. Why? This would allow me to build a compatible parser in golang (for embedding in golang-based binaries) that can in theory parse the same way your implementation does. I could then use your tests as integration tests for my parser :)
The text was updated successfully, but these errors were encountered: