Titus

Results 869 comments of Titus

Looking at the [options in `unified-engine`](https://github.com/unifiedjs/unified-engine#options) some more, I feel most for the option being in the “ignore” section and it including “ignore” in the name there, given that files...

[`remark-directive`](https://github.com/remarkjs/remark-directive) can do these things and more

I have created a micromark extension for my interpretation of the generic directive syntax: https://github.com/micromark/micromark-extension-directive And a corresponding utility for mdast: https://github.com/syntax-tree/mdast-util-directive And wrapped ’em all up in: https://github.com/remarkjs/remark-directive I...

@mmsinclair See https://github.com/micromark/micromark/discussions for some existing information, and feel free to ask more Qs there. In particular see https://github.com/micromark/micromark/discussions/54#discussioncomment-693101. I am personally quite productive in JS compared to TS, so...

@mmsinclair Let me know what and when I can review. Also: I released a new version of [micromark](https://github.com/micromark/micromark) et al yesterday, which includes a lot of docs on extensions

Should Node.js still impose some restrictions on which keywords are allowed as conditions, and perhaps what data is attached to them? A similar example exists in the HTML standard, for...

To add to this, the tests URL () is also dead currently!

Did you see the comment above that line? It is intentional that components cannot be passed in the types, and hence that that line is there, because components are not...

Yes, I believe that that is the addition. However, what “is” a component? Do components even make sense here? What about “class” components? What about other lifetime things? Should `children`...