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:
Wang Mingyu
2024-02-06 15:25:30 +08:00
committed by Khem Raj
parent 9ebcca5734
commit af4bce0de3
@@ -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