Mikael Relbe

Results 4 issues of Mikael Relbe

With this PR, the example in #37 is rendered as: ![Snag_131b039](https://user-images.githubusercontent.com/98736054/199029165-deea9100-4e5c-4e57-b2f0-a07d77d48b07.png)

With this PR, the example in #35 renders like this: ![Snag_b94f93](https://user-images.githubusercontent.com/98736054/199004122-50b9a22d-717c-4a48-8f8d-e89f24edd691.png)

The dark theme is really great - many thanks! However, I have found a problem with general admonitions: ```rst .. admonition:: Title This is not a note or warning, just...

Emphasized lines in line listings are not styled: Example: ```rst .. code-block:: batch :linenos: :emphasize-lines: 3 @echo off set WORKSPACES=C:\path\to\workspace for /d %%s in (%WORKSPACES%\*) do ( rem Do something...