diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-09 07:20:03 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-02-09 07:20:03 -0800 |
| commit | 04627b17ac38e60d79eb9a4c5362e786227120cf (patch) | |
| tree | 505554449497b8950a05b6301e0669a7600950bb | |
| parent | 24f7076622c967f79811f37ee10296f8a4ed8a41 (diff) | |
| download | pandoc-04627b17ac38e60d79eb9a4c5362e786227120cf.tar.gz | |
Changed a README example.
The old one was bad, because the HTML comment is no longer
needed for that case in pandoc.
| -rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1275,10 +1275,9 @@ of one big list: <!-- --> - a. uno - b. dos - c. tres - + 1. uno + 2. dos + 3. tres Horizontal rules ---------------- |
