-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Many of the code examples have spurious leading white-space, making copy-paste more difficult than it needs to be.
For example, selecting the first code example (hard to see because it's black on dark grey) selects the text " pip install pandapower" - note the leading space:

By adding the CSS white-space property:
code {white-space:pre-line;}
the selection is reduced to just the text:

For Python, which is indentation sensitive this can be a problem. I don't believe this adversely affects any of the examples, but makes it nicer for people to use your examples in a simplified workflow.
Unfortunately, I can't suggest how to do this change with the "Minimal Mistakes Jekyll Theme" currently in use, there is no obvious CSS file to add it to.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels