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.