美文网首页
Markdown Configuration under Deb

Markdown Configuration under Deb

作者: 冥辰 | 来源:发表于2015-10-22 15:40 被阅读48次

Markdown Configuration under Debian Jessie

Content preview

  • Highlight syntax
  • Preview mode
  • Math formula

Step

  • Installation
  • Download CSS
  • Settings

Installation

    sudo aptitude -y install retext
    sudo aptitude -y install python-markdown
    sudo aptitude -y install libjs-mathjax libjs-mathjax-doc

Download CSS

Here are some examples, I use markdown_2.css and modified it.

Settings

  • Edit -> Default markup -> markdown, check it on
  • Edit -> Use WebKit renderer, check it on
  • Edit -> Live preview, check it on
  • Edit -> Preferences, shown as blow picture


    retext_markdown.png

Show test

    #include<sdtio.h>
    int main () {
        printf("There is no end...");
        return 0;
    }

$$(\sqrt{5} - 1)\over 2$$

$$\int_0^{+\infty} x^n e^{-x} ,dx = n!$$

retext_markdown_show.png

References

相关文章

  • Markdown Configuration under Deb

    Markdown Configuration under Debian Jessie Content previe...

  • logback.xml

  • RELEASE /DEBUG

    xcode这么设置,用Release_AdHoc的configuration打出来的包就是DEBUG包,去掉DEB...

  • dpkg -I 报错

    dpkg -I deb 安装deb报错 unpacking

  • zabbixApi4j-Configuration

    Configuration configuration.export: 导出配置configuration.imp...

  • linux 杂项

    deb安装,参考Ubuntu .deb包安装方法sudo dpkg -i package.deb 挂载与卸载...

  • 【漫画】亚特兰提斯

    Where Are You Now ATLANTIS Under the sea Under the sea ...

  • 安装包命令

    ​.deb--> deb软件包命令遵行如下约定:soft_ver-rev_arch.deb dpkg -i ...

  • springboot核心注解

    @Configuration的用法 @Configuration:提到@Configuration就要提到他的搭档...

  • UNDER

    第一章 红,红,红。在黄昏塞满整个书房的时候,整个书房都是红的,红的空气,红的水,连那个叫红的女人,也变红了,红从...

网友评论

      本文标题:Markdown Configuration under Deb

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