Word 中插入高亮代码 | planetB | syntax-highlight-word

  要想文档写得好, 格式样式很重要. 经常搞文档的童鞋想必一定对 PlanetB(http://www.planetb.ca/syntax-highlight-word) 很熟悉. 不过不知道什么时候已经不能用了. 习惯了他的优雅的童鞋现在已经在找另一个他.
以前的ta:
Word 中插入高亮代码 | planetB | syntax-highlight-word
现在的ta:
Word 中插入高亮代码 | planetB | syntax-highlight-word
有没有人会问: 第一张图你从哪儿来的? 哈哈, 当然是从"来的地方"来…

  • 第一步, 按F12, 打开"开发者模式";
    Word 中插入高亮代码 | planetB | syntax-highlight-word

  • 第二步, 按Ctrl + Shift + C选取元素"Code元素", 然后在"元素"中展开td:
    Word 中插入高亮代码 | planetB | syntax-highlight-word

  • 第三步, 鼠标点击绿色的那行, 右键, 编辑:
    Word 中插入高亮代码 | planetB | syntax-highlight-word
    删除 中划线(-)及感叹号(!), 使之变为正常的节点:
    Word 中插入高亮代码 | planetB | syntax-highlight-word
    Word 中插入高亮代码 | planetB | syntax-highlight-word

  • 第四步, 同法找到其他两处被注释掉的代码, 将之变为正常的节点:
    Word 中插入高亮代码 | planetB | syntax-highlight-word
    这样, 就完成了, 又可以优雅的干 Word 了.
    Word 中插入高亮代码 | planetB | syntax-highlight-word
    测试一波:
    输入:
    Word 中插入高亮代码 | planetB | syntax-highlight-word
    输出:
    Word 中插入高亮代码 | planetB | syntax-highlight-word
    Nice.

上一篇:Mybatis MapperScannerConfigurer 自动扫描 将Mapper接口生成代理注入到Spring


下一篇:mybatis学习-----框架执行过程