sweatran / typora-onedark-theme

A dark theme for Typora inspired by VScode's One Dark Pro theme.
GNU General Public License v3.0
180 stars 43 forks source link

Code words wrapped in backticks should not get space at start of lines #11

Closed gilbertohasnofb closed 3 years ago

gilbertohasnofb commented 3 years ago

Code words wrapped in backticks should not get space at start of lines. E.g.:

Lorem ipsum dolor sit amet, consectetur `foobar` adipiscing elit, sed do eiusmod `foobar` tempor incididunt ut labore et dolore magna aliqua. `foobar` Ut enim ad minim  veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea  commodo `foobar` consequat.

image

sweatran commented 3 years ago

Thank you for your suggestion. There's no extra space before the inline code block anymore in the latest release.

gilbertohasnofb commented 3 years ago

@sweatran Great, many thanks for the fix!

Also, just FYI, since your theme is GPL I used it as a base for a new theme of my own, I hope that's all right with you: https://github.com/gilbertohasnofb/typora-panda-theme

And I also used some parts of it in my two other themes, which are dark versions of two default themes: https://github.com/gilbertohasnofb/typora-gothic-dark-theme https://github.com/gilbertohasnofb/typora-whitey-dark-theme

sweatran commented 3 years ago

@gilbertohasnofb Of course it's Ok! Selecting right elements in Typora is sometimes quite tricky, so please feel free to use some of my codes for convenience.