Comment 1 for bug 1619474

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/6914
Committed: https://git.mahara.org/mahara/mahara/commit/f61bf0b8f0aa0a73c5c247a695e853b00cb7b155
Submitter: Robert Lyon (<email address hidden>)
Branch: master

commit f61bf0b8f0aa0a73c5c247a695e853b00cb7b155
Author: Aaron Wells <email address hidden>
Date: Fri Sep 2 13:08:07 2016 +1200

Bug 1619474: Display Dwoo tags in styleguide code samples

This patch adds a Dwoo precompiler on styleguide.php.
It locates all the code samples (as delimited by markup
"```" delimiters), and makes two copies of each one.
One is passed on to Dwoo to be compiled and rendered,
and the other is surrounded with ```{literal}{/literal}```
so that the Dwoo tags in it will remain uncompiled,
and the markdown renderer can render it into code.

We were previously doing this on the JS side, but then
the rendered examples couldn't properly render
Dwoo tags in the examples.

behatnotneeded - guide only no core functionality

Change-Id: Ic55a972437d1c2c8f88169d501a48735b8fd303b