Skip to content

Instantly share code, notes, and snippets.

@thecodingcod
Last active April 2, 2020 13:18
Show Gist options
  • Save thecodingcod/122a5a80ba4810494e28168a094894a6 to your computer and use it in GitHub Desktop.
Save thecodingcod/122a5a80ba4810494e28168a094894a6 to your computer and use it in GitHub Desktop.
Joplin bottom padding fix
1- Tools -> Options -> Appearance -> Show Advanced Settings -> Edit 'Custom stylesheet for rendered Markdown'
2- Copy & paste the below snippet
3- restart joplin
#rendered-md{
padding-bottom:1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment