contributte / latte-parsedown-extra

:tractor: Parsedown (markdown) template parser for Nette \ Latte (@nette)
https://contributte.org/packages/contributte/latte-parsedown-extra.html
MIT License
10 stars 11 forks source link

Works only with |noescape latte filter #2

Closed reflexator closed 6 years ago

reflexator commented 6 years ago

Hi,

when I call parsedown like this

{var $test = '**test**'}
{$test|parsedown}

Result is correctly

<p><strong>test</strong></p>

But with escaped HTML tags. I have to use filter |noescape to print HTML tags correctly

f3l1x commented 6 years ago

Hmm, I think I can fix it. Could you please test contributte/latte-parsedown-extra: dev-master?

f3l1x commented 6 years ago

Should be fixed in v1.3.0