Skip to content

Instantly share code, notes, and snippets.

@lopezjurip
Created October 22, 2015 21:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lopezjurip/091f6cb4d41165c431a1 to your computer and use it in GitHub Desktop.
Save lopezjurip/091f6cb4d41165c431a1 to your computer and use it in GitHub Desktop.
Stackedit.io - Justify

Settings -> Extensions -> UserCustom

userCustom.onReady = function() {
    $('head').append(`<style>p, pre, blockquote {
      text-align: justify;
    }
    blockquote p, li p {
      text-indent: 0
    }</style>`);
};

Settings -> Advanced -> PDF template

<style>
    p, pre, blockquote {
      text-align: justify;
    }
    blockquote p, li p {
      text-indent: 0
    }
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment