Pandoc
Pandoc
A Haskell library to turn everything to everything
Install
- Download and install it.
- Terminal input
pandoc --version
to ensure install truely.
Usage
Usage In Terminal
Open terminal and use it
1 |
|
How to Turn Html to Markdown
1 |
|
-f
is mean from;-t
is
Usage in file
- Type a markdown file
- Open terminal and
cd
the file directory and type1
pandoc test1.md -f markdown -t html -s -o test1.html
test1.md
is the origin file;-s
is to create a ‘standalone’ file;-o test1.html
is to put the output in the file test1.html
本文作者: 孟 虎
本文链接: https://menghu1994.github.io/blog/2023/10/Tools/Pandoc/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!