aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)AuthorFilesLines
2015-06-09replace old url with pandoc.orgPablo Rodríguez1-2/+2
2015-04-18Typo on Text.Pandoc.GenericGrégory Bataille1-1/+1
2015-01-03Minor reformatting of CONTRIBUTING.md.John MacFarlane1-28/+27
2015-01-03Updated CONTRIBUTING.md with information about issue tagsMatthew Pickering1-0/+37
2014-04-09Add .editorconfigAlbert Krewinkel1-0/+3
Use EditorConfig to define a some basic styling rules for code. This should also help to reduce the number of commits introducing trailing whitespace. See http://editorconfig.org/ for details.
2013-07-01Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane1-0/+1
* Text.Pandoc.Writers.Shared contains shared functions used only in writers. * metaToJSON now takes a WriterOptions parameter, and will return an empty object if standalone is not specified.
2013-04-23Added Text.Pandoc.Asciify utility module.John MacFarlane1-0/+2
This has functions to create ascii-only versions of identifiers.
2013-04-14Improved CONTRIBUTING.md.John MacFarlane1-20/+108
2013-04-14Added CONTRIBUTING.md.John MacFarlane1-0/+90