I'm creating a theme and I've created question view, but instead of content i get
[no viewer found for format: markdown]
Any idea why. I did no core hacking, just overriding theme-base.php
Also, when I look at console, I see this:
Uncaught RangeError: Maximum call stack size exceeded
This error occurs here:
<script>
var qa_root = '..\/';
var qa_request = '127272\/what-affect-do-ethanol-detergent-and-have-the-cell-membranes';
var qa_oldonload = window.onload;
window.onload = function() {
if (typeof qa_oldonload == 'function')
qa_oldonload();
document.getElementById('anew').qa_focus=function() { document.getElementById('a_content').focus(); };
qa_element_revealed=document.getElementById('anew');
document.getElementById('c127272').qa_focus=function() { document.getElementById('c127272_content').focus(); };
};
</script>