summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAge
* Clarified what is "out of scope" in README and CONTRIBUTING.md.John MacFarlane2015-08-08
|
* Added section on REPL to CONTRIBUTING.md.John MacFarlane2015-07-15
|
* replace old url with pandoc.orgPablo Rodríguez2015-06-09
|
* Typo on Text.Pandoc.GenericGrégory Bataille2015-04-18
|
* Minor reformatting of CONTRIBUTING.md.John MacFarlane2015-01-03
|
* Updated CONTRIBUTING.md with information about issue tagsMatthew Pickering2015-01-03
|
* Add .editorconfigAlbert Krewinkel2014-04-09
| | | | | | | | 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.
* Created Text.Pandoc.Writers.Shared, improved metaToJSON.John MacFarlane2013-07-01
| | | | | | | * 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.
* Added Text.Pandoc.Asciify utility module.John MacFarlane2013-04-23
| | | | This has functions to create ascii-only versions of identifiers.
* Improved CONTRIBUTING.md.John MacFarlane2013-04-14
|
* Added CONTRIBUTING.md.John MacFarlane2013-04-14