当前位置:  开发笔记 > 编程语言 > 正文

什么是最成熟和最维护的Markdown处理器?

如何解决《什么是最成熟和最维护的Markdown处理器?》经验,为你挑选了2个好方法。

我需要在命令行处理Markdown,因此没有真正的语言限制.

额外的功能,如漂亮的报价和破折号是一个受欢迎的补充.代码块是必须的,但它们是我认为的核心的一部分.

我想只输出到HTML,而且我在Unix环境中.



1> jfs..:

Pandoc允许您将Markdown转换为HTML(并返回!)等等.



2> applicative..:
$ pandoc --help
pandoc [OPTIONS] [FILES]
Input formats:  
       native, json, markdown, markdown+lhs, rst, rst+lhs, 
       textile, html, latex, latex+lhs
Output formats:  
      native, json, html, html+lhs, s5, slidy, docbook, 
      opendocument, latex, latex+lhs, context, texinfo, 
      man, markdown, markdown+lhs, plain, rst, rst+lhs, 
      mediawiki, textile, rtf, org, odt, epub
Options:
  -f FORMAT, -r FORMAT  --from=FORMAT, --read=FORMAT                    
  -t FORMAT, -w FORMAT  --to=FORMAT, --write=FORMAT                     
  -s                    --standalone                                    
  -o FILENAME           --output=FILENAME                               
  -p                    --preserve-tabs                                 
                        --tab-stop=NUMBER                               
                        --strict                                        
                        --normalize                                     
                        --reference-links                               
  -R                    --parse-raw                                     
  -S                    --smart                                         
  -5                    --html5                                         
  -m[URL]               --latexmathml[=URL], --asciimathml[=URL]        
                        --mathml[=URL]                                  
                        --mimetex[=URL]                                 
                        --webtex[=URL]                                  
                        --jsmath[=URL]                                  
                        --mathjax[=URL]                                 
                        --gladtex                                       
  -i                    --incremental                                   
                        --offline                                       
                        --xetex                                         
                        --chapters                                      
  -N                    --number-sections                               
                        --listings                                      
                        --section-divs                                  
                        --no-wrap                                       
                        --columns=NUMBER                                
                        --ascii                                         
                        --email-obfuscation=none|javascript|references  
                        --id-prefix=STRING                              
                        --indented-code-classes=STRING                  
                        --toc, --table-of-contents                      
                        --base-header-level=NUMBER                      
                        --template=FILENAME                             
  -V KEY:VALUE          --variable=KEY:VALUE                            
  -c URL                --css=URL                                       
  -H FILENAME           --include-in-header=FILENAME                    
  -B FILENAME           --include-before-body=FILENAME                  
  -A FILENAME           --include-after-body=FILENAME                   
  -T STRING             --title-prefix=STRING                           
                        --reference-odt=FILENAME                        
                        --epub-stylesheet=FILENAME                      
                        --epub-cover-image=FILENAME                     
                        --epub-metadata=FILENAME                        
  -D FORMAT             --print-default-template=FORMAT                 
                        --bibliography=FILENAME                         
                        --csl=FILENAME                                  
                        --natbib                                        
                        --biblatex                                      
                        --data-dir=DIRECTORY                            
                        --dump-args                                     
                        --ignore-args                                   
  -v                    --version                                       
  -h                    --help

$ pandoc --version
pandoc 1.8.2

Compiled with citeproc support.

Compiled with syntax highlighting support for:

Actionscript, Ada, Alert, Alert_indent, Ansys, Apache, 
Asn1, Asp, Awk, Bash, Bibtex, Boo, C, Changelog, Cisco, 
Cmake, Coffeescript, Coldfusion, Commonlisp, Cpp, Cs, 
Css, Cue, D, Desktop, Diff, Djangotemplate, Doxygen, 
Doxygenlua, Dtd, Eiffel, Email, Erlang, Fortran, Fsharp, 
Fstab, Gap, Gdb, Gettext, Gnuassembler, Go, Haskell, 
Haxe, Html, Idl, Ilerpg, Ini, Java, Javadoc, Javascript, 
Json, Jsp, Latex, Lex, LiterateHaskell, Lua, M3u,  
Makefile, Mandoc, Matlab, Maxima, Mediawiki, Metafont, 
Mips, Modula2, Modula3, Monobasic, Nasm, Noweb, 
Objectivec, Objectivecpp, Ocaml, Octave, Pango, Pascal, 
Perl, Php, Pike, Postscript, Prolog, Python, R, 
Relaxngcompact, Rhtml, Ruby, Scala, Scheme, Sci, Sed, 
Sgml, Sql, SqlMysql, SqlPostgresql, Tcl, Texinfo, 
Verilog, Vhdl, Winehq, Wml, Xharbour, Xml, Xorg, Xslt, 
Xul, Yacc, Yaml
Copyright (C) 2006-2011

推荐阅读
路人甲
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有