Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save yashaka/e8dbe7790a68c39a6925d96e1a3f2da6 to your computer and use it in GitHub Desktop.

Select an option

Save yashaka/e8dbe7790a68c39a6925d96e1a3f2da6 to your computer and use it in GitHub Desktop.
markdown-body-text-align-and-hyphens.css
.markdown-body {
text-align: justify;
hyphens: auto;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment