diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-02-14 17:09:17 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-02-14 17:09:17 +0000 |
commit | 5a9b7c229dfa3c5b7801dff31a8d2d534b4ab170 (patch) | |
tree | be039253c6cebd3e47d25ba5021fcc81f73db40b /freebsd/pkg-descr | |
parent | 7f65a4e9149b1c8bbf5df42812782cbfabb0756b (diff) | |
download | pandoc-5a9b7c229dfa3c5b7801dff31a8d2d534b4ab170.tar.gz |
Added freebsd directory, with freebsd port, to repository.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@531 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'freebsd/pkg-descr')
-rw-r--r-- | freebsd/pkg-descr | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/freebsd/pkg-descr b/freebsd/pkg-descr new file mode 100644 index 000000000..6638e6cd4 --- /dev/null +++ b/freebsd/pkg-descr @@ -0,0 +1,19 @@ +Pandoc is a command-line tool for converting from one markup format +to another. It can read markdown and (subsets of) reStructuredText, +HTML, and LaTeX, and it can write markdown, reStructuredText, HTML, +LaTeX, DocBook, RTF, and S5 HTML slide shows. + +Pandoc extends standard markdown syntax with footnotes, embedded LaTeX, +and other features. A compatibility mode is provided for those who +need a drop-in replacement for Markdown.pl. Included wrapper scripts +make it easy to convert markdown documents to PDFs and to convert web +pages to markdown documents. + +In contrast to existing tools for converting markdown to HTML, which +use regex substitutions, pandoc has a modular design: it consists of a +set of readers, which parse text in a given format and produce a native +representation of the document, and a set of writers, which convert +this native representation into a target format. Thus, adding an input +or output format requires only adding a reader or writer. + +WWW: http://sophos.berkeley.edu/macfarlane/pandoc/ |