iamcco / markdown-preview.nvim

markdown preview plugin for (neo)vim
MIT License
6.36k stars 268 forks source link

feature request: allow to change ``` into ::: to follow azure wiki markdown syntax #631

Open Daniel-Albornoz opened 6 months ago

Daniel-Albornoz commented 6 months ago

Hi, is it possible to add a parameter to use triple colon instead of triple backtick to follow azure syntax

https://learn.microsoft.com/en-us/azure/devops/project/wiki/markdown-guidance?view=azure-devops

thanks

RyanParsley commented 2 weeks ago

It looks doable based on the fact that this vscode extension https://github.com/mjbvz/vscode-markdown-mermaid supports both and uses markdown-it as it's parser.

This plugin looks to be what they leverage: https://github.com/markdown-it/markdown-it-container#readme