Skip to content

Gem omits content when converting from html to haml #70

Description

@EverybodyKurts

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions