tc39 / ecmarkdown

A shorthand language for writing ECMAScript-style algorithms, inspired by Markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tags not included in AST

bterlson opened this issue · comments

Tag tokens are appended to text nodes. Seems like the emitter should get to handle tags separately from text so we should fix this.