33
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed usage message so that it is more compact (and slightly less informative). It's important that it be able to fit on one screen. More... almost 18 years ago
Documented the "blank line before header and block quote" discrepancy between standard markdown and pandoc. More... almost 18 years ago
Updates to changelog for --strict option and other changes from the last revision. More... almost 18 years ago
Merged 'strict' branch from r324. This adds a '--strict' option to pandoc, which forces it to stay as close as possible to official Markdown syntax. More... almost 18 years ago
Slight changes in website target: + history.html -> changelog.html + demo.html -> examples.html + Added title to changelog.html + Removed header div on html pages + Changed widths in css More... almost 18 years ago
Changed date on README. More... almost 18 years ago
Print command-line to stderr when making demo page. More... almost 18 years ago
Make wrappers executable in the top-level directory, in case people want to try them in place without installing. More... almost 18 years ago
+ Renamed web/demos.sh to mkdemos.sh + Added parameter for directory containing executables + Changed arithmetic statement for portability. + Modified Makefile accordingly. More... almost 18 years ago
Minor changes to changelog. More... almost 18 years ago
Modified changelog to bring up to date. More... almost 18 years ago
Revised uninstall-pandoc with new wrapper names. More... almost 18 years ago
+ Changed 'web2markdown' to 'html2markdown'. More... almost 18 years ago
Reversed changes from r246: + Removed invisible anchors in front of header tags in HTML output. Reason: no way to prevent duplicate ID attributes (which is invalid HTML), since there might be duplicate header titles. See http://six.pairlist.net/pipermail/markdown-discuss/2005-January/000975.html. More... almost 18 years ago
Added two more demo cases to website. Put a footnote in README for demonstration purposes. More... almost 18 years ago
Added a latex -> markdown case to demos. More... almost 18 years ago
Added another demo case, with header and footer and css. More... almost 18 years ago
Added "Demos" page to the website. More... almost 18 years ago
+ Removed the convenience symlinks (which don't work on Windows under Cygwin, due to Windows' lack of true symbolic links). + Modified the wrappers to use 'pandoc' instead of the symlinks. + Modified the Makefile to remove all references to the symlinks. + Removed code from Main.hs that made pandoc's behavior depend on the name of the calling program. + Added code to Main.hs that sets default reader and writer based on extensions of input and output filenames (if provided). (Thanks to roktas for the idea.) + Modified README and man pages accordingly. + Removed WINDOWS-README target from Makefile. It is no longer needed now that we don't have the symlinks. More... almost 18 years ago
Added README-WINDOWS.html to windows package documentation. More... about 18 years ago
+ Added --strip-trailing-cr option to diff in runtests.pl, so that the test suite will work in Windows. + Converted some CR's to LF's in print.css and adjusted test suite accordingly. More... about 18 years ago
Changed default ASCIIMathML text color to black. More... about 18 years ago
+ Updates to Makefile: - New win-pkg target to build Windows binary package. - Changed name on OSX package. - New RELNAME global variable contains release name, e.g. pandoc-0.3 - Mac dmg is now created in top-level directory, not .. + Updates to website: - Changed download links to point to Google Code downloads area. - Added section on Windows binary package. More... about 18 years ago
Add rst2markdown to dh_strip exclude list. More... about 18 years ago
Pandoc package didn't contain 'pandoc' executable. This is because we're using "Simply expanded variables" and PROGS expands before EXECS. Put PROGS after EXECS to fix this bug. As an alternative solution, we could make PROGS -and possibly others- "recursively expanded" variables, but I tend to avoid using that flavour of variables. More... about 18 years ago
Fix the version of Debian packages, it should be "0.3" now. More... about 18 years ago
Lintian complains as follows: More... about 18 years ago
Changed osx-pkg target in Makefile to refer to COPYRIGHT instead of (obsolete) LICENSE. More... about 18 years ago
Merged changes from branches/wrappers since r177. Summary of main changes: + Added -o/--output and -d/--debug options to pandoc. + Modified pandoc to behave differently depending on the name of the program. For example, if the program name is 'html2latex', the default reader will be html and the default writer latex. + Removed most of the old wrappers, replacing them with symlinks to pandoc. + Rewrote markdown2pdf and created a new wrapper web2markdown, with the functionality of the old html2markdown script. These new scripts exploit pandoc's -d option to avoid having to do complex command-line parsing. + Revised man pages and documentation appropriately. More... about 18 years ago
Removed README-WINDOWS. Instead, we'll have the Makefile tailor README to Windows (removing references to the wrappers, for example). More... about 18 years ago