engelsystem/tests/Unit/Renderer
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.
2022-01-01 16:33:40 +01:00
..
Stub Renderer: Added shared data 2019-07-08 01:58:06 +02:00
Twig/Extensions markdown: let Parsedown escape content 2022-01-01 16:33:40 +01:00
EngineTest.php Renderer: Added shared data 2019-07-08 01:58:06 +02:00
HtmlEngineTest.php PHPUnit upgrade to 9.1, PHP upgrade to 7.3 2020-04-25 16:42:21 +02:00
RendererServiceProviderTest.php CI: Fix tests 2019-09-17 22:16:53 +02:00
RendererTest.php Renderer: Log critical instead of error if no matching file renderer configured 2020-06-14 13:55:08 +02:00
TwigEngineTest.php Twig update to > 2.11: Fixed namespaces, warnings and cleanup 2019-11-29 18:42:20 +01:00
TwigLoaderTest.php Added Twig template renderer, closes #338 2018-08-29 23:46:11 +02:00
TwigServiceProviderTest.php Added Develop twig extension with support for dd() and dump() functions 2020-04-25 15:50:57 +02:00