2012-12-18 17:31:46 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 18 10:40:20 UTC 2012 - lnussel@suse.de
|
|
|
|
|
|
|
|
|
|
- correct license in spec file. It's actually BSD4c
|
|
|
|
|
|
|
|
|
|
- changes from version 2.1.5a:
|
|
|
|
|
* MKD_NOSTYLE – treat <style> blocks as regular html.
|
|
|
|
|
* github flavored markdown support
|
|
|
|
|
* in the markdown program, add
|
|
|
|
|
-S flag (tell markdown to spit out style sections)
|
|
|
|
|
-n flag (tell markdown not to output generated text)
|
|
|
|
|
|
|
|
|
|
- version 2.1.1.1 implements PHP markdown extra-style fenced code sections,
|
|
|
|
|
where your chunks of code are surrounded by ~~~ lines instead of being
|
|
|
|
|
indented 4 spaces.
|
|
|
|
|
|
|
|
|
|
- changes from version 2.1.0:
|
|
|
|
|
* makepage now accepts markdown option flags a'la the markdown program (via
|
|
|
|
|
-Fxxxx, -fname, or in the MARKDOWN_FLAGS environment variable.)
|
|
|
|
|
* add a -E flag to theme to ignore context-sensitivity on <?theme xxx?> substitutions.
|
|
|
|
|
|
2011-05-05 01:13:07 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed May 04 23:08:49 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 2.0.9: no user-visible changes
|
|
|
|
|
|
|
|
|
|
- changes from 2.0.8:
|
|
|
|
|
* changes and optimizations were made in table handling
|
|
|
|
|
* a collection of bug and documentation fixes were made
|
|
|
|
|
|
|
|
|
|
- changes from 2.0.7:
|
|
|
|
|
* the PHP markdown-extra style footnotes were documented
|
|
|
|
|
* a new public function was added to modify the output that is generated for
|
|
|
|
|
them
|
|
|
|
|
* a few small typographical corrections were made to other manpages
|
|
|
|
|
|
|
|
|
|
- changes from 2.0.6:
|
|
|
|
|
* support was added for PHP markdown extra footnotes
|
|
|
|
|
|
|
|
|
|
- changes from 2.0.5:
|
|
|
|
|
* small tweaks to the table-of-contents generator
|
|
|
|
|
* a change to the arguments of linkyformat() for inside-tag formatting
|
|
|
|
|
* adds an expanded definition of CSS class names to include dashes and
|
|
|
|
|
underscores
|
|
|
|
|
|
2011-01-16 01:17:25 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jan 16 00:17:08 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- initial version (2.0.4)
|
|
|
|
|
|