message no. 81099
Posted by tohuw in #jekyll at 2015-02-23T01:44:46Z
I’m working on a plugin - how can I access just the text of the post, with no markup? In Liquid, I can do e.g. `| strip_newlines`, but this returns both newline markers and markdown characters. I’m currently accessing site.posts, then e.g. post.content in loops.