discount/discount.changes
OBS User mrdocs 65fd6939b1 Accepting request 145740 from home:lnussel:branches:Publishing
submit to Factory?

- 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.

OBS-URL: https://build.opensuse.org/request/show/145740
OBS-URL: https://build.opensuse.org/package/show/Publishing/discount?expand=0&rev=3
2012-12-18 16:31:46 +00:00

51 lines
1.9 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-------------------------------------------------------------------
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.
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Sun Jan 16 00:17:08 CET 2011 - pascal.bleser@opensuse.org
- initial version (2.0.4)