The `swift-markdown` package does not allow extending with more AST nodes. Unlike many web based parsers like Lexical and CodeMirror.
Login to reply
Replies (1)
Haven't found a fix yet...
If I have text like `# Heading here\n`, then the newline below the heading will inherit the same styles. I have gotten the font size fixed, but still the spacing is the same as heading. This creates a massive gap between the heading and the newline below it.