Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-01 | Fixed typos in CONTRIBUTING.md (#3479) | Wandmalfarbe | 1 | -2/+2 | |
2017-02-26 | Fixed typo in CONTRIBUTING.md. | John MacFarlane | 1 | -1/+1 | |
Introduced by 9d91b8825f6338e415eceb1163bba95d3178a49a. | |||||
2017-02-26 | CONTRIBUTING.md add "ask on pandoc-discuss" | Mauro Bieg | 1 | -1/+7 | |
2017-02-25 | Fix stale references to `tests` directory (#3469) | Or Neeman | 1 | -2/+2 | |
Some of the benchmarks were failing due to references to files in the `tests` directory, which is now called `test`. A search found other references to it also. This commit updates all these references. | |||||
2017-02-20 | Modified documentation now that submodule fetching isn't needed. | John MacFarlane | 1 | -15/+17 | |
2017-01-25 | CONTRIBUTING: instructions for building weigh-pandoc. | John MacFarlane | 1 | -0/+5 | |
2017-01-25 | Removed PROFILING, added profiling info to CONTRIBUTING.md. | John MacFarlane | 1 | -0/+17 | |
2016-12-23 | Updates to use skylighting rather than highlighting-kate. | John MacFarlane | 1 | -1/+1 | |
So far this just reproduces capacity. Later we'll be able to add features like warning messages, dynamic loading of xml syntax definitions, and dynamic loading of themes. | |||||
2016-12-14 | CONTRIBUTING: Describe labels currently used in issue tracker | Albert Krewinkel | 1 | -17/+25 | |
The labels have changed over time, the list of labels is updated to reflect the current set of labels used in the issue tracker. | |||||
2016-11-24 | CONTRIBUTING.md: minor change in wording and punctuation (#3252) | ickc | 1 | -13/+13 | |
- em-dash should be used here, not en-dash (which is for, e.g., ranges). - unicode em-dash is used because GitHub don’t do SmartyPants on dashes. | |||||
2016-10-25 | Minor changes to CONTRIBUTING.md. | John MacFarlane | 1 | -2/+2 | |
2016-09-02 | Bump supported ghc version in CONTRIBUTING.md. | Jesse Rosenthal | 1 | -1/+1 | |
2016-07-20 | Rename README to MANUAL.txt | Albert Krewinkel | 1 | -4/+4 | |
2016-02-05 | Added info on Stack to CONTRIBUTING.md. | John MacFarlane | 1 | -4/+24 | |
2016-02-05 | CONTRIBUTING.md : update test enabling documentation | Mathieu Duponchelle | 1 | -0/+1 | |
On my end, in a clean sandbox, I had to run this before I could run the tests, I'm a cabal / haskell noob so that might not be the best way to do so but :) | |||||
2015-10-10 | Small tweak on CONTRIBUTING.md. | John MacFarlane | 1 | -4/+5 | |
2015-08-15 | Added note to CONTRIBUTING.md about ghc versions and travis. | John MacFarlane | 1 | -0/+7 | |
2015-08-08 | Clarified what is "out of scope" in README and CONTRIBUTING.md. | John MacFarlane | 1 | -0/+26 | |
2015-07-15 | Added section on REPL to CONTRIBUTING.md. | John MacFarlane | 1 | -0/+14 | |
2015-06-09 | replace old url with pandoc.org | Pablo Rodríguez | 1 | -2/+2 | |
2015-04-18 | Typo on Text.Pandoc.Generic | Grégory Bataille | 1 | -1/+1 | |
2015-01-03 | Minor reformatting of CONTRIBUTING.md. | John MacFarlane | 1 | -28/+27 | |
2015-01-03 | Updated CONTRIBUTING.md with information about issue tags | Matthew Pickering | 1 | -0/+37 | |
2014-04-09 | Add .editorconfig | Albert Krewinkel | 1 | -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-01 | Created Text.Pandoc.Writers.Shared, improved metaToJSON. | John MacFarlane | 1 | -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-23 | Added Text.Pandoc.Asciify utility module. | John MacFarlane | 1 | -0/+2 | |
This has functions to create ascii-only versions of identifiers. | |||||
2013-04-14 | Improved CONTRIBUTING.md. | John MacFarlane | 1 | -20/+108 | |
2013-04-14 | Added CONTRIBUTING.md. | John MacFarlane | 1 | -0/+90 | |