+ [8 years ago] allejo either jaybe is acknowledging or got attacked
+ [8 years ago] jaybe ##ATZ##NOCARRIER^^
+ [8 years ago] wakatara Is there a way to include a parameter from a data file (ie. include.project.image) and combine that with the the jekyll-assets gem directives for a file in the _assets/img/whatever directory.
+ [8 years ago] wakatara Ignore. Puzzled it out.

message no. 169067

Posted by elkcl_ in #jekyll at 2017-05-18T14:25:16Z

Test
+ [8 years ago] batteur i generate a table from a yaml list in _data and markdownify a part of it
+ [8 years ago] batteur but i don't want it to generate <p>
+ [8 years ago] batteur can i prevent this?
+ [8 years ago] batteur regarding my question from a few hours ago: i found a solution. it's not the very best imaginable, but works in this case: {{ session.o | markdownify | replace:'<p>','' | replace:'</p>','' }}