Skip to content

zannabianca1997/mdast2minimad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdast2minimad

This crate has the objective to export the largest possible subset of mdast from the crate markdown to the ast exposed by the crate minimad.

The main use of this crate is in dices, where the ast is edited to render the code example before using termimand to print them.

Limitations

minimad parser is not a fully fledget markdown parser. This make the two ASTs impossble to transpose: for example this two snippets of markdown represent the same document, but are parsed differently by minimad:

This is a paragraph.

This is another.
This is a paragraph.



This is another.

The translation is then made on a best effort base.

License

This software is distributed under the MIT license, if you need to know. Use it at will.

Contacts

This library was made by zannabianca1997. If you found any problem with the library itself, or want to contribute, you can send a PR, or contact me at zannabianca199712@gmail.com.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages