Skip to content

Conversation

@DanielHeath
Copy link

@DanielHeath DanielHeath commented Oct 29, 2024

Currently, Upmark errors out attempting to parse HTML which contains a > in any text node, which every browser supports.

Nokogiri::HTML5 will even generate such HTML without escaping the >.

For instance:

Upmark.convert <<-HTML
  <div>
    Foo => bar
  </div>
HTML

@tiagoamaro
Copy link
Contributor

Hello @DanielHeath, could you add some tests scenarios for this new use case? Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants