Underscores inside codeblocks are not escapable

I have the following code block within one of my pages.

├── epicwebapp
│   ├── asgi.py
│   ├── __init__.py
│   ├── settings.py
│   ├── urls.py
│   └── wsgi.py
└── manage.py

When I view it on the browser, the double underscore is missing. It seems to me that the parsing for markdown doesn’t ignore styling within code blocks. I tried escaping the underscores with \ like in other markdown editors, but that did not do anything.

Works in my code.

This seems to be a problem with your theme, or CSS but without seeing your code, it is impossible to say.

2 Likes