Hi all
I love file based CMS systems but I always had the problem with this:
I love to ahve some image grids in my blogs or full screen parallax images. But I cannot put html in the markdown file. Is there any way to just insert this in a markdown file and get it working?
- <div class="pure-u-1 parallax" data-parallax="scroll" data-image-src="{{ url("theme://images/image.jpg", true) }}"></div> -
Thanks!