Open
Description
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
Labels
No labels