Titus

Results 869 comments of Titus

Also, probably a very bad idea to use a plugin that hasn’t been updated in 3 years...

That indication means that it did not start crashing when remark introduced a breaking change two 2 years ago, which did affect some plugins. > maybe it's worth looking around...

Hey nice! Hmm, I’m not too sure about using the label “remark” here, it looks off, I’m guessing that it would confuse folks 🤔 I do understand that 4 repos...

> remark should probably trim the inner content of bold/italic/code to avoid generating invalid markup(ex it should generate `**world**` instead of `** world **`. I dunno on the first point....

What do you care most about? That it’s readable markdown? Or that it works? Because readable would always have such problems (also in Chinese and other languages). There might be...

I came up with a way to do it, I think: https://github.com/syntax-tree/unist/discussions/60#discussioncomment-2111096.

Ah, cool! Thanks for checking and providing code :)

I’ve essentially run micromark on 1mb of markdown, and then toggled a bunch of code on and off to figure out where potential bottle necks are. Hence the 13% and...

this repo might be useful! https://github.com/wooorm/a-dump-of-markdown. And for these two numbers: well, block quotes and lists do need to get parsed. So 28% improvement won’t be reached. But, 1/3rd of...