[ckan-changes] [okfn/ckan] b7e06e: [#582] Fix h.markdown_extract()
GitHub
noreply at github.com
Thu Mar 7 12:26:39 UTC 2013
Branch: refs/heads/582-fix-markdown_extract
Home: https://github.com/okfn/ckan
Commit: b7e06e160ec6fad7f5c5c1bddef5f927a06c99fb
https://github.com/okfn/ckan/commit/b7e06e160ec6fad7f5c5c1bddef5f927a06c99fb
Author: tobes <toby.junk at gmail.com>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M ckan/lib/helpers.py
Log Message:
-----------
[#582] Fix h.markdown_extract()
ih.markdown_extract() sometimes returns a literal and sometimes not.
This causes problems of over escaping for example in the dataset
listings with short descriptions. This patch makes this return a literal
consistantly.
More information about the ckan-changes
mailing list