Fixed two small haddock bugs.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@260 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
11cd6e94e0
commit
862471e417
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||
|
||||
Conversion of 'Pandoc' documents to markdown-formatted plain text.
|
||||
|
||||
Markdown: http://daringfireball.net/projects/markdown/
|
||||
Markdown: <http://daringfireball.net/projects/markdown/>
|
||||
-}
|
||||
module Text.Pandoc.Writers.Markdown (
|
||||
writeMarkdown
|
||||
|
|
|
@ -27,7 +27,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|||
|
||||
Conversion of 'Pandoc' documents to reStructuredText.
|
||||
|
||||
reStructuredText: http://docutils.sourceforge.net/rst.html
|
||||
reStructuredText: <http://docutils.sourceforge.net/rst.html>
|
||||
-}
|
||||
module Text.Pandoc.Writers.RST (
|
||||
writeRST
|
||||
|
|
Loading…
Add table
Reference in a new issue