-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Inline_raw_html #100
Comments
Example of the issue: the block <div class="block-body">
<div class="raw_html"><b>foo</b></div>
<div class="is-paragraph"> bar <span><b>baz</b></span> wub.</div>
</div> Starting the line with normal text renders as expected: <span><span class="inline">
Hello <span><b>from</b></span> a <span><b>beautiful</b></span> world!
</span></span> |
I have found the same problem while trying to use multiple To replicate it, just use a <b>Hello</b> Wor<b>ld!</b> If you add a space before the second |
Running into this same or related bug i believe— i had To be clear in the example i am sharing there is no problem with an unexpected linebreak but only with the HTML not being processed. |
logseq/logseq#2843
The text was updated successfully, but these errors were encountered: