• M
    Use Gulp To Generate Markdown Langauge Includes (#22117) · 1dd884a8
    Matt Bierner 提交于
    **Bug**
    The markdown grammar for fenced code blocks is rather unmaintainable since it involves lots of copy and pasted code
    
    **Fix**
    Use a gulp task and a template to generate the fenced code block grammars include directly. This allows adding new language support much more easily.
    1dd884a8
gulpfile.js 6.6 KB