Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
How to add a page that uses remark.js that is a markdown driven slideshow
· 9 years ago
@kylemcbride, what does the HTML source code of the page Grav creates look like? Do all stylesheets get loaded? Is the inline Javascript there? Must be something like that I guess.
-
How to add a page that uses remark.js that is a markdown driven slideshow
· 9 years ago
I completely agree...that's why I'd love to use it. I am also trying to wrap my slide markdown content with <div class="myWrapper" markdown="1"> and still doesn't work.
-
How to add a page that uses remark.js that is a markdown driven slideshow
· 9 years ago
BTW Remark.js is pretty cool (IMHO) and would make for a great GRAV plugin.
-
How to add a page that uses remark.js that is a markdown driven slideshow
· 9 years ago
Already trying that, have the markdown: false in my page. still not working.
-
How to add a page that uses remark.js that is a markdown driven slideshow
· 9 years ago
O great, I didn't check :)
-
How to add a page that uses remark.js that is a markdown driven slideshow
· 9 years ago
Ah good idea @bleutzinn, I was going to suggest to add that code into the page Twig, but it also works in the page with markdown disabled., just checked.
-
How to add a page that uses remark.js that is a markdown driven slideshow
· 9 years ago
remark.js expects the slide source code as unmodified markdown. So I think it's worth a try to just disable markdown processing for a slides page. In the Admin panel when you edit the page under the N
-
How to add a page that uses remark.js that is a markdown driven slideshow
· 9 years ago
Checking it out
-
How to add a page that uses remark.js that is a markdown driven slideshow
· 9 years ago
In the content, there is no problem with ---, for example we have a recipe on using them to render multiple columns. So I would exclude that from the list of possible issues
-
How to add a page that uses remark.js that is a markdown driven slideshow
· 9 years ago
I tried splitting out the markdown content and using Shortcode Assets Plugin to include the CSS and markdown.js in the page, but the markdown syntax of remark.js uses three dashes (---) as the slide s