Michael Kovarik

Results 4 issues of Michael Kovarik

Right now, there is no way to easily traverse the org-mode syntax tree. I recommend a function be implemented to query the child elements of an OrgComponent in a generic...

Currently, the (in-progress) HTML renderer outputs to a string (or, rather, to an IO buffer). It would be more convenient to render it to an HTML syntax tree structure. This...

E.g. I would expect that `*/word/*` would render as _**word**_ (bold and emphasized). Instead is renders as **/word/**. Issue is that inline markup (as defined in `inline.ts` tokenizer) does not...

Bold, italic, underline, &c. elements (parsed in `orga/tokenize/inline.js`) are not tokenized across line breaks. E.g. ``` ** Bold Line 1 Bold Line 2 ** ``` does not actually return `text.bold`...