<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/kristall/src/renderers/markdownrenderer.cpp, branch querydialog-wrap</title>
<subtitle>A Gemini client written in C++/Qt.
</subtitle>
<id>https://gitea.privatedns.org/xavi/kristall/atom?h=querydialog-wrap</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/kristall/atom?h=querydialog-wrap'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/'/>
<updated>2021-04-09T05:51:58+00:00</updated>
<entry>
<title>MarkdownRenderer: remove resetFormatting function from blockquotes</title>
<updated>2021-04-09T05:51:58+00:00</updated>
<author>
<name>Karol Kosek</name>
<email>krkk@krkk.ct8.pl</email>
</author>
<published>2021-04-08T17:53:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=55b0f37badfea34e4c675a0429b5fa3478a18ef6'/>
<id>urn:sha1:55b0f37badfea34e4c675a0429b5fa3478a18ef6</id>
<content type='text'>
It caused some spacing issues with nested blockquotes.
</content>
</entry>
<entry>
<title>MarkdownRenderer: suppress first block</title>
<updated>2021-04-05T15:13:58+00:00</updated>
<author>
<name>Karol Kosek</name>
<email>krkk@krkk.ct8.pl</email>
</author>
<published>2021-04-05T13:18:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=c8eae066574fd588b385bf65b8213d12dd0a2641'/>
<id>urn:sha1:c8eae066574fd588b385bf65b8213d12dd0a2641</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MarkdownRenderer: apply replacing quotes</title>
<updated>2021-04-05T15:13:58+00:00</updated>
<author>
<name>Karol Kosek</name>
<email>krkk@krkk.ct8.pl</email>
</author>
<published>2021-04-05T12:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=cda1243ae86b0fb6ad468b6e3de09fa1cdf8f3d1'/>
<id>urn:sha1:cda1243ae86b0fb6ad468b6e3de09fa1cdf8f3d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MarkdownRenderer: use blockquotes style from config</title>
<updated>2021-04-05T15:13:58+00:00</updated>
<author>
<name>Karol Kosek</name>
<email>krkk@krkk.ct8.pl</email>
</author>
<published>2021-04-04T22:27:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=1e2734f47d65702eeb31d0287a383eedab56c55e'/>
<id>urn:sha1:1e2734f47d65702eeb31d0287a383eedab56c55e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MarkdownRenderer: use bullet list style from config</title>
<updated>2021-04-05T15:13:58+00:00</updated>
<author>
<name>Karol Kosek</name>
<email>krkk@krkk.ct8.pl</email>
</author>
<published>2021-04-04T22:06:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=abbe085b266707c21fb8993f5605bd9ac41c7d06'/>
<id>urn:sha1:abbe085b266707c21fb8993f5605bd9ac41c7d06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MarkdownRenderer: use unordered list style from config</title>
<updated>2021-04-05T15:13:58+00:00</updated>
<author>
<name>Karol Kosek</name>
<email>krkk@krkk.ct8.pl</email>
</author>
<published>2021-04-04T22:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=033e93729d6fd503e215ea7771618d655ad4967c'/>
<id>urn:sha1:033e93729d6fd503e215ea7771618d655ad4967c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MarkdownRenderer: follow centering first header option</title>
<updated>2021-04-05T15:13:58+00:00</updated>
<author>
<name>Karol Kosek</name>
<email>krkk@krkk.ct8.pl</email>
</author>
<published>2021-04-04T22:16:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=6dfffb0a2adc1102260cd51e741bcc5f3fdeaf42'/>
<id>urn:sha1:6dfffb0a2adc1102260cd51e741bcc5f3fdeaf42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MarkdownRenderer: use header formatting from config</title>
<updated>2021-04-05T15:13:58+00:00</updated>
<author>
<name>Karol Kosek</name>
<email>krkk@krkk.ct8.pl</email>
</author>
<published>2021-04-04T21:35:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=d45aad2da4d7fe10c4609d66bdd6f0cba4ba8e03'/>
<id>urn:sha1:d45aad2da4d7fe10c4609d66bdd6f0cba4ba8e03</id>
<content type='text'>
Now, resetFormatting() between a header and a list block will add an empty block
(because that's what resetFormatting()'s doing), which might look a bit off.

I couldn't find a better way to this, since using
cursor.movePosition(QTextCursor::NextBlock) won't centre the first header
in the next commit. ://
</content>
</entry>
<entry>
<title>MarkdownRenderer: add default format parameter to resetFormatting()</title>
<updated>2021-04-05T15:13:58+00:00</updated>
<author>
<name>Karol Kosek</name>
<email>krkk@krkk.ct8.pl</email>
</author>
<published>2021-04-04T21:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=b7241b0c2ca3be65c700cc14b5440625a3702bcc'/>
<id>urn:sha1:b7241b0c2ca3be65c700cc14b5440625a3702bcc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MarkdownRenderer: move resetting format to a separate function</title>
<updated>2021-04-05T15:13:58+00:00</updated>
<author>
<name>Karol Kosek</name>
<email>krkk@krkk.ct8.pl</email>
</author>
<published>2021-04-04T21:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/kristall/commit/?id=f1dc484fa7146b847ba5ef200f072cc576a8753b'/>
<id>urn:sha1:f1dc484fa7146b847ba5ef200f072cc576a8753b</id>
<content type='text'>
</content>
</entry>
</feed>
