Open yihui opened 7 years ago
HTML comments containing three backticks seems to break the Markdown parser somehow. In the minimal example below, --- can no longer start a new slide (but treated as a horizontal line instead):
---
<!DOCTYPE html> <html> <head> <title>My Problem</title> <meta charset="utf-8"> </head> <body> <textarea id="source"> ## Tags <!-- ``` --> --- ## Studies <!-- ``` --> </textarea> <script src="https://remarkjs.com/downloads/remark-latest.min.js"></script> <script>var slideshow = remark.create(); </script> </body> </html>
Output:
Originally reported at https://github.com/yihui/xaringan/issues/52
Hi, is there any solution for this? Thanks!
HTML comments containing three backticks seems to break the Markdown parser somehow. In the minimal example below,
---
can no longer start a new slide (but treated as a horizontal line instead):Output:
Originally reported at https://github.com/yihui/xaringan/issues/52