MarkDown

作者: liboxiang | 来源:发表于2019-12-26 10:30 被阅读0次

    说明网站 :

    http://www.markdown.cn

    Marp使用文档

    https://marpit.marp.app/

    Marp for VS Code 自定义theme

    https://github.com/marp-team/marp-vscode#use-custom-theme

    设置slide size Demo
    WeChat95b0a2b1d23a47387d10702957f75ae1.png
    custom.css

    default中使用的是flex布局:http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html

    /* @theme custom */
    @import 'default';
    
    section {
      width: 210mm;
      height: 297mm;
    }
    
    settings.json
    {
        "markdown.marp.themes": [
            "./custom.css"
        ]
    }
    
    设备控制.md
    ---
    marp: true
    theme: custom
    ---
    # 设备控制
    

    相关文章

      网友评论

          本文标题:MarkDown

          本文链接:https://www.haomeiwen.com/subject/rgjmittx.html