readme.txt 504 B

12345678910111213
  1. Reference Implementation
  2. ------------------------
  3. This directory contains John Gruber's original Perl implementation of Markdown. Smart diff programs like Araxis Merge will be able to match up this file with markdown.pl.
  4. A little tweaking helps. In markdown.pl:
  5. - replace `#` with `//`
  6. - replace `$text` with `text`
  7. Be sure to ignore whitespace and line endings.
  8. Note: This release of Showdown is based on `markdown1.0.2b7.pl`, but uses the HTML parser from `markdown1.0.2b2.pl`.