zoukankan      html  css  js  c++  java
  • VsCode之Markdown插件

    1. Markdown all in one链接

    全功能集,下载人数最多的一款,主要用到的格式化功能。

    2. Markdown Preview Enhanced链接

    • 自动编辑器及预览滑动同步
    • 导入外部文件
    • Code Chunk
    • Pandoc
    • Prince
    • 电子书
    • 幻灯片
    • 可扩展性
    • LaTeX 数学
    • 导出 PDF, PNG, 以及 JPEG 凭借 Puppeteer
    • 导出漂亮的 HTML(移动端支持)
    • 编译到 GitHub Flavored Markdown
    • 自定义预览 CSS
    • TOC 生成
    • 流程图 / 时序图 以及各种其他种类的图形
    • 嵌入 LaTeX, 渲染 TikZ, Chemfig 等图形
    • Task List (Github Flavored)
    • 图片助手
    • 脚注
    • Front Matter

    3. Markdown Shortcuts链接

    快捷键合集,支持右键完成各种格式调整操作:加粗、斜体、表格等等

    Name Description Default key binding
    md-shortcut.showCommandPalette Display all commands ctrl+M ctrl+M
    md-shortcut.toggleBold Make **bold** ctrl+B
    md-shortcut.toggleItalic Make _italic_ ctrl+I
    md-shortcut.toggleStrikethrough Make ~~strikethrough~~
    md-shortcut.toggleLink Make [a hyperlink](www.example.org) ctrl+L
    md-shortcut.toggleImage Make an image ![](image_url.png) ctrl+shift+L
    md-shortcut.toggleCodeBlock Make ```a code block``` ctrl+M ctrl+C
    md-shortcut.toggleInlineCode Make `inline code` ctrl+M ctrl+I
    md-shortcut.toggleBullets Make * bullet point ctrl+M ctrl+B
    md-shortcut.toggleNumbers Make 1. numbered list ctrl+M ctrl+1
    md-shortcut.toggleCheckboxes Make - [ ] check list (Github flavored markdown) ctrl+M ctrl+X
    md-shortcut.toggleTitleH1 Toggle # H1 title
    md-shortcut.toggleTitleH2 Toggle ## H2 title
    md-shortcut.toggleTitleH3 Toggle ### H3 title
    md-shortcut.toggleTitleH4 Toggle #### H4 title
    md-shortcut.toggleTitleH5 Toggle ##### H5 title
    md-shortcut.toggleTitleH6 Toggle ###### H6 title
    md-shortcut.addTable Add Tabular values
    md-shortcut.addTableWithHeader Add Tabular values with header

    4. markdown-toc链接

    非常好用的目录生成工具,

    • Insert header number sections. 插入目录段落序号
    • Auto active plugin on markdown。
    • Insert anchor for header <a id="markdown-header" name="header"></a> 插入锚到文件头
    • Linking via anchor tags # A 1 → #a-1 自动重拍段落编号
    • Depth control[1-6] with depthFrom:1 and depthTo:6 段落编号支持6级
    • Enable or disable links with withLinks:true
    • Refresh list on save with updateOnSave:true
    • Use ordered list (1. ..., 2. ...) with orderedList:true
  • 相关阅读:
    Cookie中的HttpOnly详解
    垃圾收集器Serial 、Parallel、CMS、G1
    Spring中ApplicationContextAware的用法
    Java IO包装流如何关闭
    Oracle数据库只读事务和无事务的区别
    protobuf和thrift对比
    Google的SPDY协议成为HTTP 2.0的基础
    在tomcat7中启用HTTPS的详细配置
    实现Spring RESTful服务的SSL
    大型网站的 HTTPS 实践(一)—— HTTPS 协议和原理
  • 原文地址:https://www.cnblogs.com/jason0529/p/13933250.html
Copyright © 2011-2022 走看看