+ [10 years ago] kdehl Thank you guys!
+ [10 years ago] sondr3 are there Jekyll plugins using hooks out there that I can take a look at? Trying to wrap my head around how it works
+ [10 years ago] jaybe sondr3, i'd dig into octopress (latest)
+ [10 years ago] sondr3 alright, thanks, I'll dig into it

message no. 101351

Posted by sondr3 in #jekyll at 2015-06-30T23:44:24Z

alright, thanks, I'll dig into it
+ [10 years ago] sebie Hi #jekyll, do you put <p> tags in a jekyll posts for paragraphs? When I do, it does not format the markdown.
+ [10 years ago] sebie Hi #jekyll, do you put <p> tags in a jekyll posts for paragraphs? When I do, it does not format the markdown.
+ [10 years ago] gynter if you format posts as markdown then kramdown shoud do it
+ [10 years ago] gynter just separate paragraphs with one empty line as usually with markdown
+ [10 years ago] sebie And it would work?