Skip to content

Instantly share code, notes, and snippets.

@esc
Last active December 11, 2015 05:59
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 esc/4556140 to your computer and use it in GitHub Desktop.
Save esc/4556140 to your computer and use it in GitHub Desktop.

Using Markup

There are three main kinds of markup that should be used: italics, bold and fixed-font. Italics should be used when introducing a new technical term, bold should be used for emphasis and fixed-font for source code

Example

When using object-oriented programming in python you must use the class keyword to define your classes.

In restructured-text markup this is:

when using *object-oriented programming* in python you **must** use the
``class`` keyword to define your *classes*.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment