imba / imba.io

📄The official website of Imba
http://imba.io
MIT License
80 stars 37 forks source link

Fix the compile errors from the Markdown #77

Closed aalemayhu closed 4 years ago

aalemayhu commented 5 years ago

It looks like what is happening is that the markdown renderer extension to code is triggering compilation on code snippets which are not supposed to be compiled.

The compile errors don't prevent the server for running but are annoying and make testing changes that happen at initial load time harder since so much text is outputted by default. I comment out the error logging locally but would be good to have a proper fix.

https://github.com/imba/imba.io/blob/master/src/util/markdown.imba#L146-L150

Related-to: #28

aalemayhu commented 4 years ago

So that code is being abandoned. Won't fix.