Markdown Extra works, but why?!

Hi :slight_smile:

sorry for this question, but i want to learn. I user markdown etxra format to build an html-table in kirbytext.
In the kirby docs i read, that i have to set this line

c::set(‘markdown.extra’, true);

to activate markdown extra. But i don’t have this line in my config.php and the setting in the kirby.php in the kirby-folder is set on “false”.

Why does it works?

Thx a lot!

Which version of Kirby are you using?

I use the version 2.3.2

Looks like the parsedown parser supports tables out of the box, even without markdown.extra enabled: try it here: http://parsedown.org/demo

okay i’ll try :slight_smile: thx