[GH-ISSUE #6537] [Bug] HTML export drops callouts #2875

Open
opened 2026-03-23 21:25:52 +00:00 by mirror · 0 comments
Owner

Originally created by @black-puppydog on GitHub (Oct 13, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/6537

Bug Description

When exporting to HTML file, all callouts are ignored.

How to Reproduce

Create a document with this content (here formatted as markdown)

The following is a callout:
> 📌
> CALLOUT 1

And this is a quote:
> QUOTE 2
And that's all we need.

Click "Share > Export As > HTML"

The resulting html file will contain exactly this content (formatted for readability):

<p>The following is a callout:</p>
<p>And this is a quote:</p>
<blockquote>QUOTE 2</blockquote>
<p>And that's all we need.</p>
<br>

I.e. the callout part is gone without a trace, while the quote is preserved.
I just thought it'd be good to know that quotes are not affected, in case that makes analysis easier.

Expected Behavior

The entire document should be exported.

Operating System

Linux (debian unstable)

AppFlowy Version(s)

0.7.1 (.deb package)

Screenshots

No response

Additional Context

No response

Originally created by @black-puppydog on GitHub (Oct 13, 2024). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/6537 ### Bug Description When exporting to HTML file, all callouts are ignored. ### How to Reproduce Create a document with this content (here formatted as markdown) ```markdown The following is a callout: > 📌 > CALLOUT 1 And this is a quote: > QUOTE 2 And that's all we need. ``` Click "Share > Export As > HTML" The resulting html file will contain exactly this content (formatted for readability): ```html <p>The following is a callout:</p> <p>And this is a quote:</p> <blockquote>QUOTE 2</blockquote> <p>And that's all we need.</p> <br> ``` I.e. the callout part is gone without a trace, while the quote is preserved. I just thought it'd be good to know that quotes are not affected, in case that makes analysis easier. ### Expected Behavior The entire document should be exported. ### Operating System Linux (debian unstable) ### AppFlowy Version(s) 0.7.1 (.deb package) ### Screenshots _No response_ ### Additional Context _No response_
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#2875
No description provided.