You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into a new issue. I am trying it to give me the content but keep a and h1 tags in place. It works fine for something like <h1>foo</h1> or <a href='#'>foo</a>, but the following example just gets lost: <h1><a href='#'>foo</a></h1>
The text was updated successfully, but these errors were encountered:
I figured it out. It works quite well if the <h1> and <a> are on seperate lines. I wrote my HTML on one line for testing purposes and it failed. Will see if I can give you a failing spec.
Ran into a new issue. I am trying it to give me the content but keep
a
andh1
tags in place. It works fine for something like<h1>foo</h1>
or<a href='#'>foo</a>
, but the following example just gets lost:<h1><a href='#'>foo</a></h1>
The text was updated successfully, but these errors were encountered: