question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Custom content blocks are being flattened

See original GitHub issue

I’m really sorry about this. I’m at a total loss here. The closest I’ve come to finding a resolution to this is here.

I am trying to convert

<div class="signature">
  <p>Emperor Palpatine</p>
  <p>Lord of the Sith</p>
  <p>Totally framed the Jedi</p>
</div>

into a single content block, but when I try to convert it I end up with what is essentially

<div class="signature">Emperor Palpatine</div>
<p>Lord of the Sith</p>
<p>Totally framed the Jedi</p>

I feel like I’m missing something incredibly simple here. I recreated it outside of my application here in this webpackbin

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
TheMcMurdercommented, Jul 20, 2017

Also… I want to add a big thank you for your time. Open source can be a thankless job. Thank you.

0reactions
benbriggscommented, May 9, 2018

going to close this in the name of housekeeping since i hope i pointed you in the right direction and it ended up being more around what the general strategy for representing that type of content rather than a specific draft-convert issue. feel free to reopen if you have any related issues still outstanding

Read more comments on GitHub >

github_iconTop Results From Across the Web

AutoCAD FLATTEN - Autodesk Knowledge Network
Blocks : A typical block will FLATTEN adequately. ... The AutoCAD FILTER command can be configured to easily select compatible objects.
Read more >
Developing and rendering custom content blocks
This page describes how to define and render custom content blocks that can be grouped to form content compositions in implementations of the...
Read more >
Content Builder - Updating template based emails after a ...
I'm seeing some of my content blocks in template based emails duplicate when clicking 'update from ... It seems to be a know...
Read more >
Transparency flattening (Acrobat Pro) - Adobe Support
Transparent objects are flattened according to the settings in the selected flattener preset. Note: Transparency flattening cannot be undone ...
Read more >
How to secure markups: locking vs. flattening
Revu allows you to either lock or flatten markups to prevent them from being ... part of the document's content that can never...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found