pandoc/man/man1
fiddlosopher 874c3e0dea Added a plugin system, based on hint.
+ In Text.Pandoc.Definition, added processIn, processInM,
  and queryIn, and deprecated processPandoc and queryPandoc
  for these more general functions, which are useful in writing
  plugins.

+ Added module Text.Pandoc.Plugins.

+ Added a --plugins option to Main, and code to run the parsed pandoc
  document through all the plugins.

+ Provided five sample plugin files in the plugins/ directory.

+ Documented --plugin in the pandoc man page and README.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1519 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-01-24 19:58:06 +00:00
..
hsmarkdown.1.md Updated man page sources with pdf output option, minor cosmetic changes. 2008-08-10 22:24:43 +00:00
html2markdown.1.md Updated man page sources with pdf output option, minor cosmetic changes. 2008-08-10 22:24:43 +00:00
markdown2pdf.1.md Removed PDF writer from core pandoc, restored markdown2pdf. 2008-08-27 05:50:26 +00:00
pandoc.1.md Added a plugin system, based on hint. 2009-01-24 19:58:06 +00:00