Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adriculous/a44f0e16b06dbc3e03a99a258c406567 to your computer and use it in GitHub Desktop.
Save adriculous/a44f0e16b06dbc3e03a99a258c406567 to your computer and use it in GitHub Desktop.
Text Emphasis (MfWaH Part 2)
/* Here's how to make your text "drabble" bold using asterisks - use 2 asterisks at the front and end of a word or phrase */
A **drabble** is a very quick short fiction written in only about 100 words (or less) in length, according to Wikipedia. It's a very short version of flash fiction, so to speak.
/* And here's the same thing using 2 underscores! */
A __drabble__ is a very quick short fiction written in only about 100 words (or less) in length, according to Wikipedia. It's a very short version of flash fiction, so to speak.
/* Here's how to make "55 Fiction" Italic. It's very easy using just one asterisk! */
An example of a drabble is what we call *55 Fiction*.
/* ... and the same goes with just one underscore */
An example of a drabble is what we call _55 Fiction_.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment