survivejs / react-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/react/introduction/
2.02k stars 366 forks source link

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

Open dcarral opened 7 years ago

dcarral commented 7 years ago

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 ;)

bebraw commented 7 years ago

Thanks, I have to inspect that to see what's going on. 👍