14
0

Accepting request 223300 from home:benoit_monin:branches:devel:languages:python

- update to version 2.4
- fix CRLF in all files: upstream converted to DOS encoding

OBS-URL: https://build.opensuse.org/request/show/223300
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=7
This commit is contained in:
Denisart Benjamin
2014-02-21 14:09:01 +00:00
committed by Git OBS Bridge
parent 5613f7480f
commit ee26150e71
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Feb 17 20:35:51 UTC 2014 - benoit.monin@gmx.fr
- update to version 2.4:
* the "force_linenos" config setting of the CodeHilite extension
has been marked as Deprecated.
* URLs are no longer percent-encoded.
* the Smarty Extension has been added, which implements
SmartyPants.
* the Table of Contents Extension now supports new permalink
option for creating Sphinx-style anchor links.
* it is now possible to enable Markdown formatting inside HTML
blocks by appending `markdown=1` to opening tag attributes.
* The code blocks now support emphasizing some of the code lines.
* Various bug fixes have been made.
- fix CRLF in all files: upstream converted to DOS encoding
-------------------------------------------------------------------
Wed Jan 15 21:36:39 UTC 2014 - benoit.monin@gmx.fr