Don't include newlines in format by default.
This commit is contained in:
parent
148be79196
commit
835ba51f5e
1 changed files with 2 additions and 1 deletions
|
|
@ -2040,7 +2040,8 @@ QString InputField::getTextPart(
|
||||||
block = block.next();
|
block = block.next();
|
||||||
if (block != till) {
|
if (block != till) {
|
||||||
tagAccumulator.feed(
|
tagAccumulator.feed(
|
||||||
TagWithoutCustomEmoji(tagAccumulator.currentTag()),
|
TagWithoutCustomEmoji(
|
||||||
|
block.charFormat().property(kTagProperty).toString()),
|
||||||
result.size());
|
result.size());
|
||||||
result.append('\n');
|
result.append('\n');
|
||||||
markdownTagAccumulator.feed(newline, 1, lastTag);
|
markdownTagAccumulator.feed(newline, 1, lastTag);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue