+[2017-05-18T15:45:20Z]allejoeither jaybe is acknowledging or got attacked +[2017-05-18T15:48:29Z]jaybe##ATZ##NOCARRIER^^ +[2017-05-18T15:50:32Z]allejohehe +[2017-05-18T19:01:36Z]wakataraIs 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. +[2017-05-18T19:21:05Z]wakataraIgnore. Puzzled it out.
+[2017-05-19T06:14:12Z]batteurhi +[2017-05-19T06:15:44Z]batteuri generate a table from a yaml list in _data and markdownify a part of it +[2017-05-19T06:16:11Z]batteurbut i don't want it to generate <p> +[2017-05-19T06:16:19Z]batteurcan i prevent this? +[2017-05-19T13:53:15Z]batteurregarding 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>','' }}