You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, for some weird reason, my code block is no longer working in my browser. It was working a few weeks ago. Would you be able to give me some pointer?
My markdown presentation
---
marp: true
theme: default
---
# Normal
Welcome
---
# Code Block
` ` `js
// apologies for the triple backticks written as so, it's so that it can be previewed properly
console.log('hello');
` ` `
I run the following
npx @marp-team/marp-cli -s ./docs
and I got a blank code block like so
workarounds I have tried so far
Change theme to uncover and it works, however I can't use that theme because i need a sizeable realestate for my actual code block
The text was updated successfully, but these errors were encountered:
djoepramono
changed the title
Code Block
Code block does not get rendered with default theme while starting a marp server
Dec 2, 2019
djoepramono
changed the title
Code block does not get rendered with default theme while starting a marp server
Code block does not get rendered while starting a marp server with default theme
Dec 2, 2019
Hello, for some weird reason, my code block is no longer working in my browser. It was working a few weeks ago. Would you be able to give me some pointer?
My markdown presentation
I run the following
and I got a blank code block like so
workarounds I have tried so far
uncover
and it works, however I can't use that theme because i need a sizeable realestate for my actual code block--html
and addinto the code block but it doesn't help
Thank you 🙏
The text was updated successfully, but these errors were encountered: