Skip to content

'leanpub-start-delete' not working as expected @ Kindle versions #433

Open
@dcarral

Description

@dcarral

In manuscript/getting_started/03_implementing_notes.md we have:

ReactDOM.render(
leanpub-start-delete
  <div>Hello world</div>,
leanpub-end-delete
leanpub-start-insert
  <Notes />,
leanpub-end-insert
  document.getElementById('app')
);

The (recently) downloaded MOBI version, however, keeps showing the <div>Hello world</div> line. No idea how I can further help debugging/troubleshooting the issue though, let me know if you'd appreciate more info from my side.

Edited issue: shortly after reporting it realized that the problem is with the markup, and not the snippet itself ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions