Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Jochen Newcomer
@jokro · Joined 8 months ago · 4 posts · 1 topics · 1 reputation
Badges
Recent posts
-
Definition lists in Markdown extra not working
· 8 months ago
Indeed it works for me now. I had overlooked a second place in system.yaml setting markdown: extra: false, which apparently took precedence. Thanks again for sending me in the right direction!
-
Definition lists in Markdown extra not working
· 8 months ago
Thanks for checking that. I’ll have another look, I currently use the config files not the admin plugin to set enable markdown extra, maybe this is not working for some reason.
-
Definition lists in Markdown extra not working
· 8 months ago
The intended outcome is something like this:
-
Definition lists in Markdown extra not working
· 8 months ago
I’m a new user and still learning. I’m trying to use a definition list, i.e. <dl><dt>Apple</dt><dd>Pomaceous fruit…</dd></dl> Embedding this as raw html does work.