summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-04Fixed some typos in spec.txtCarsten Brandt
2014-09-04Fix typoAnders Persson
2014-09-04only use colors when attached to a terminalDoug Bell
If STDOUT is not hooked up to a terminal, automatically disable the colors by setting the appropriate environment variable.
2014-09-03runtests.pl: switch the order of argumentsDoug Bell
Putting the spec file first lets us consume all the other arguments as the program to run. This makes it easier to use complex commands to run the tests.
2014-09-03also ignore vim swapfilesDoug Bell
2014-09-03do not buffer STDOUTDoug Bell
This ensures that the status line printed to STDERR at the very end of the script will appear after all other script output.
2014-09-03require at least Perl 5.6Doug Bell
The core modules and pragmas being used require at least Perl 5.6 in order to work. Explicitly saying "use 5.006" will make the error more clear.
2014-09-03perl wants "use utf8" when UTF-8 is in the sourceDoug Bell
When there are literal UTF-8 characters in the source, "use utf8" will tell Perl to set the utf8 flag on strings.
2014-09-03spec: Added a test with single escaped # at end of ATX header.John MacFarlane
2014-09-03stmd.js: Fixed ATX header parser bug.John MacFarlane
Don't count an escaped # at the end as a closing string of #s. Closes #16.
2014-09-03A line can have zero characters.John MacFarlane
2014-09-03Added anchor for 'paragraph-continuation-text'.John MacFarlane
2014-09-03Fixed typo. Closes #18.John MacFarlane
2014-09-03Merge pull request #17 from stof/patch-1John MacFarlane
Fixed a few typos
2014-09-03Fixed font size for h3 in dingus.John MacFarlane
2014-09-04Fixed a few typosChristophe Coevoet
2014-09-03Merge pull request #15 from StevenMaude/typo-fixJohn MacFarlane
Fix "puncutation" typo in narrative.md
2014-09-03Fix "puncutation" typo in narrative.mdSteven Maude
2014-09-03Merge pull request #11 from factormystic/patch-1John MacFarlane
remove unnecessary line ending explanation
2014-09-03Delete incorrect "leading spaces" in setext header spec. Closes #10.John MacFarlane
2014-09-03remove unnecessary line ending explanationfactormystic
- line endings aren't really tied to platforms, so this aside is superfluous
2014-09-01Merge pull request #7 from balpha/patch-2John MacFarlane
Fix definition of list item laziness
2014-09-01Spec: Fixed example in section 5.2.1.John MacFarlane
Closes #8. Thanks, @balpha, for catching these problems.
2014-09-01Spec: clarify that code block ends when containing block does.John MacFarlane
@balpha, let me know if you think the wording can be improved. Closes #6.
2014-09-01Merge pull request #5 from balpha/patch-1John MacFarlane
fix typos
2014-09-01Fix definition of list item lazinessBenjamin Dumke-von der Ehe
By definition, the text after the list item cannot be paragraph continuation text. Rather, this rule refers to removing indentation when there's paragraph continuation text immediately after the (to be removed fully or partially) indentation.
2014-09-01Fixed typo.John MacFarlane
2014-09-01Updated update-site target.John MacFarlane
2014-09-01Updated site for latest spec, narrative, jsJohn MacFarlane
2014-09-01fix typosBenjamin Dumke-von der Ehe
2014-08-30Makefile: Build index.html in _site from narrative.mdJohn MacFarlane
2014-08-30Added narrative.md, source for index.html in site.John MacFarlane
2014-08-28Merge pull request #2 from s9e/masterJohn MacFarlane
Removed trailing commas in JavaScript objects
2014-08-29Removed trailing commas in JavaScript objectss9e
2014-08-23Removed obsolete 'upload' Makefile targetJohn MacFarlane
2014-08-23Added test cases for URLs and emails without <>.John MacFarlane
2014-08-23Documented that two blank lines in fenced code block don't break list.John MacFarlane
2014-08-17update-site: Don't copy README.html to index.html.John MacFarlane
We'll make index.html a separate document.
2014-08-17README: removed reference to this repository.John MacFarlane
2014-08-17Added link to repository, since README also visible on the gh-pages.John MacFarlane
2014-08-15Merge pull request #1 from Zegnat/patch-1John MacFarlane
Fix link to HTML’s email regular expression.
2014-08-16Fix link to HTML’s email regular expression.Martijn van der Ven
2014-08-14Added TODOJohn MacFarlane
2014-08-14Fixed terminological inconsistency: link reference definition.John MacFarlane
2014-08-14Fixed update-site Makefile targetJohn MacFarlane
2014-08-14Added update-site target to Makefile.John MacFarlane
This assumes we've checked out the gh-pages branch as _site.
2014-08-13Makefile: rebuild README.html if template changes.John MacFarlane
2014-08-13Color scheme tweak in spec.John MacFarlane
2014-08-13Link for re2c in readmeJohn MacFarlane
2014-08-13Use template for HTML version of README.John MacFarlane