Rev 15218 | Rev 17228 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15218 | Rev 16495 | ||
---|---|---|---|
Line 96... | Line 96... | ||
96 | </div> |
96 | </div> |
97 | 97 | ||
98 | !! Render .md file in HTML |
98 | !! Render .md file in HTML |
99 | !if $style=integral or $style=folding or $subject=anstype |
99 | !if $style=integral or $style=folding or $subject=anstype |
100 | <script> |
100 | <script> |
- | 101 | document.addEventListener("DOMContentLoaded", function() { |
|
101 | anstype_content=document.getElementById('anstype_content') |
102 | anstype_content=document.getElementById('anstype_content') |
102 | anstype_content.innerHTML = |
103 | anstype_content.innerHTML = |
103 | marked(anstype_content.innerHTML); |
104 | marked(anstype_content.innerHTML); |
- | 105 | }); |
|
104 | </script> |
106 | </script> |
105 | !endif |
107 | !endif |
106 | 108 | ||
107 | !tail |
109 | !tail |