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
Looking at issues like #91, #112 and #118 and considering the considerable amount of logic that would seep back into our templates, I'm wondering if we should switch to something like https://github.com/syntax-tree/unist-builder to create proper Markdown Abstract Syntax Trees, which would enable us to modularize the code, add more granular unit tests and even support different output flavors.