Markdown support with code formatting#20
Conversation
|
I realized, it may not be the best idea to load the |
|
Hey 👋🏼 , Nice work you did there. Have you contacted yk about this pull request if not then you can do it through the Discord server. Join here |
|
Hey! Thanks, but I was a little worried about the security. Also, I did contact YK on the discord server when I created this pull request. He said he would look into it. |
|
oh okay, I have asked YK to review the Pull Request. so he might review it when he is free 🙂 . Nice work by the way 👍🏼 |
|
Hi! Sorry about the delay again. I'm actually trying to figure out a way to spend more time on this project although I'm not sure if I'll be able to... I'll keep you updated, anyway. |
@ykdojo No problem, take your time 😄 |
Added code highlighting and markdown support to the question body and answers.
However, normal links inside the body will not work now. Instead they will have to be added in markdown syntax.
This requires the Python-Markdown package.
The language should be added when starting the code block. Like this: ```python
print("hello")
```