Vitaly Puzrin

Results 331 comments of Vitaly Puzrin

Let's leave it open until someone can formalize info for asian languages group (probably japan language has the same issues). I'm ready to fix as soon as possible, but would...

Seems you given wrong link, it shows default text.

Thanks for examples. Posted a question at commonmark forum http://talk.commonmark.org/t/linkifier-lets-discuss-and-test/1045/9?u=vitaly As far as i see in last example, spaces are not used at all. It's possible to to track locale...

What about links with chineese chars? I can find link start somehow by `[ any non english ]http://`, but can't use this rule to search link end. PS. Anyway, it...

@fengmk2 implementation can be not easy, but for the first step it would be enougth to have collection of fixtures with good coverage of Chinese edge cases. See https://github.com/markdown-it/linkify-it/tree/master/test/fixtures

@mikelambert Nothing to fix. Fuzzy mode is not safe, it's an author's mistale to use linkify-it in wrong way.

@mikelambert I mean, problems with `|` in that examples is because linkifier applied after layout compose, instead of before compose. But linkifier goal is to find links in natural texts,...

Then, if you have source in known format (`|`-separated), i would split it first, then apply linkifier, then join back. May be, with some additional conditions (line should be short...

In other words, if you have auto-generated text - consider parse/detect it's structure prior to apply linkifier. Or if you know some new uncovered de-facto patterns of human writing -...

Existing templates are for examples only. I don't like to change those, because any change will be opinion-based. See previous rejected PRs https://github.com/markdown-it/markdown-it-footnote/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Aclosed