mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
md4c: upgrade 0.5.0 -> 0.5.2
Changes: =========== - The specification expands set of Unicode characters seen by Markdown parser as a punctuation. Namely all Unicode general categories P (punctuation) and S (symbols) are now seen as such. - The definition of HTML comment has been changed so that '<!-->' and '<!--->' are also recognized as HTML comments. - HTML tags recognized as HTML block starting condition of type 4 has been updated, namely a tag '<source>' has been removed, whereas '<search>' added. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+1
-1
@@ -12,6 +12,6 @@ SRC_URI = " \
|
|||||||
git://github.com/mity/md4c.git;protocol=https;branch=master \
|
git://github.com/mity/md4c.git;protocol=https;branch=master \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRCREV = "481230f4180cb0e0aad56da06de9327d5bacd570"
|
SRCREV = "729e6b8b320caa96328968ab27d7db2235e4fb47"
|
||||||
|
|
||||||
inherit cmake
|
inherit cmake
|
||||||
Reference in New Issue
Block a user