qt5base-lts/tests/auto/gui/text/qtextmarkdownwriter
Shawn Rutledge 237fa21fee Markdown and HTML: support image alt text and title
It's a required CommonMark feature:
https://spec.commonmark.org/0.29/#images
and alt text is also required in HTML:
https://www.w3.org/wiki/Html/Elements/img#Requirements_for_providing_text_to_act_as_an_alternative_for_images
Now we are able to read these attributes from either html or markdown
and rewrite either an html or markdown document that preserves them.

This patch does not add viewing or editing support in QTextEdit etc.

Change-Id: I51307389f8f9fc00809808390e583a83111a7b33
Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
2019-06-01 21:13:58 +02:00
..
data QTextMarkdownWriter: fix some bad cases with word wrap 2019-05-24 15:37:05 +02:00
BLACKLIST Add QTextMarkdownWriter, QTextEdit::markdown property etc. 2019-05-01 14:31:27 +00:00
qtextmarkdownwriter.pro Markdown: blockquotes, code blocks, and generalized nesting 2019-05-08 20:28:53 +00:00
tst_qtextmarkdownwriter.cpp Markdown and HTML: support image alt text and title 2019-06-01 21:13:58 +02:00