Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-20 | Removed 'plugins' directory. | John MacFarlane | 5 | -88/+0 | |
2009-01-24 | Changed processIn -> processWith in sample plugin. | fiddlosopher | 1 | -1/+1 | |
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1526 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2009-01-24 | Renamed processIn -> processWith, queryIn -> queryWith. | fiddlosopher | 1 | -1/+1 | |
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1521 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2009-01-24 | Added a plugin system, based on hint. | fiddlosopher | 5 | -0/+88 | |
+ 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 |