Markdown Configuration under Deb

2015-10-22  本文已影响48人  冥辰

Markdown Configuration under Debian Jessie

Content preview

Step

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

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

上一篇 下一篇

猜你喜欢

热点阅读