Mister-Hope

Results 383 comments of Mister-Hope

Also, the original markdown-it-attrs should be modified to only suppor heading ids, or it may breaks peoples markdown content. After I support attrs yesterday, I already received a report saying...

Meanwhile, I would also consider features like link-checking or gfm are more important than this one. If you still want to enlarge core markdown features, I would suggest adding these...

> link-checking or gfm Any suggestions about the above one? Some users complain that they can't keep markdown file as is from github markdown to our tool. Also the image...

Nice idea, it also does not break tools like [prettier](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEBiVACQS8aFNFQf2qDiToFyeg0fIYA8AhALTUaoCWUAznAE4zUMC2AhgOZwMtAHwAdKOgwBJFuxgy+gijTqM5HLkqGiQAGhAQADjAbRmyULzZsIAdwAK1hBZS8ANnd4BPCwYBGbLxgANZwMADKvNxwADJMcMgAZh6sAUGh4RFGwUz8yDBsAK5wBnDc-nAAJlXVsbxQ-EUCcABiEGx8MKaNyCC8RTAQ+iAAFjDc7gDqowzwzDlgcBEucwwAbnPefWDMfiBMrBwOQfx8yamlIABWzAAeEXnucACKRRDwF+5pIDlsR30+GwQlV7FARkY2EwYFMGFUYKNkAAOAAMBkhEFYUyCRj6kLgR3WiQMAEd3vATsZXP1mNQoHBqtURmw4GSGCyTgJzkgUt8rqxuAwCsV+U9XuTEjzLgYYLx-LD4YikAAmGVBBjuPIAYQg3G5IAJAFYRkVWAAVOWuXk-dYlWS1WARMBQkwAQSgVQiMG8zy+rAAvv6gA) or markdownlint. Actually we can just keep that syntax, becase we can use `\{` to prevent markdown attrs plugin to...

Update here, md-enhance already support attrs. See https://vuepress-theme-hope.github.io/v2/md-enhance/guide/attrs.html#demo to use this. So if this needs to be added in core just copy my code.

Updated: for anyone who wants to use sitemap plugin ,the pr plugin is released under `vuepress-plugin-sitemap2`

Any update about this one? I don't think this is a hard work. @mrmlnc

Thanks for the explanation, but I am still confused, why /zh/ is a relative url? Isn't it be an absolute url? If we must place a full link here, we...

@northword You should know that VuePress generate html files for links and you are requesting a n^3 feature, with 10 tags the combination are at 1000 level.

@northword Yes, we can support that, but that will lose ssr.