Files
edx-platform/common/lib/xmodule
Iain Dunning a75b764cda Added a [code] block to the problem markdown parser
Adds a code block to the problem markdown parser that translates
[code]
TestTest
[/code]
to
<pre><code>
TestTest
</code></pre>
2013-10-26 13:12:58 -04:00
..