You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tobias Wiese 9db8773150 markdown: let Parsedown escape content
Letting Parsedown escape the content, instead of calling
htmlspecialchars provides more context to the escape process.
For example the ampersand character can now be used in markdown links as
part of the url without breaking.
3 years ago
..
Stub Renderer: Added shared data 6 years ago
Twig/Extensions markdown: let Parsedown escape content 3 years ago
EngineTest.php Renderer: Added shared data 6 years ago
HtmlEngineTest.php PHPUnit upgrade to 9.1, PHP upgrade to 7.3 5 years ago
RendererServiceProviderTest.php CI: Fix tests 5 years ago
RendererTest.php Renderer: Log critical instead of error if no matching file renderer configured 5 years ago
TwigEngineTest.php Twig update to > 2.11: Fixed namespaces, warnings and cleanup 5 years ago
TwigLoaderTest.php Added Twig template renderer, closes #338 6 years ago
TwigServiceProviderTest.php Added Develop twig extension with support for dd() and dump() functions 5 years ago