Skip to content
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

Gem omits content when converting from html to haml #70

Open
EverybodyKurts opened this issue Nov 7, 2016 · 2 comments
Open

Gem omits content when converting from html to haml #70

EverybodyKurts opened this issue Nov 7, 2016 · 2 comments

Comments

@EverybodyKurts
Copy link

EverybodyKurts commented Nov 7, 2016

I'm using ruby 2.3.1 and html2haml 2.0.0.

Here's the input html:

<p>
    <strong>Table of Contents</strong>
    Opens onto links to four passages from <em>Taketori monogatari</em>.

    Under each passage heading ("The Bamboo Cutter Finds Kaguya ..," etc.) is a list of the
    grammatical items (in red) introduced in that passage, with their corresponding web-page
    numbers to their right. Clicking on any of these red links will take you to that web page.
</p>

Here's the output haml:

%p
  %strong Table of Contents
  Opens onto links to four passages from
  = succeed "." do
    %em Taketori monogatari

Let me know if more information is needed. Thanks for all the hard/great work you all have done.

Kurt

@csb324
Copy link

csb324 commented Dec 18, 2017

I think the PR I just submitted should solve this! I was running into the same thing.

#86

@e-serranor
Copy link

I had just opened a similar report because it persists (the year is 2021).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants