Skip to content

Instantly share code, notes, and snippets.

@nxtruong
Created September 9, 2018 14:36
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 nxtruong/b9dd3bcc82b278018cef651fba158462 to your computer and use it in GitHub Desktop.
Save nxtruong/b9dd3bcc82b278018cef651fba158462 to your computer and use it in GitHub Desktop.
Example of equation tags in Joplin

Basic Formatting

Let's do some numbering and formatting.

  1. No formatting
  2. Strikethrough
  3. Italic
  4. Bold
  5. Bold and italic
  6. Of course you can nest lists
    • A list item
    • Another list item
      • Inner list
      • This is cool

Quotes

I have a quote Another line of quote

Typesetting Math

Let's do some math: $f(x)=\int_0^\infty \sin(x) \cos(2x) ,\mathrm{d}x$.

More complex math is possible: $$ f(x) = \int_{-\infty}^\infty \hat f(\xi),e^{2 \pi i \xi x} ,d\xi $$

Of course we can typeset a summation, and tag it with a number: $$ \sum_{k=1}^{10} f(x_k) \tag{1} $$

$$ \sum_{k=1}^{10} f(x_k) \tag{2} $$

More features

Checkboxes

  • This is a checkbox.
  • Can I do another checkbox.

Code

Inline code has back-ticks around it.

for i in range(1,10):
    print(f'i = {i}')

Tables

Colons can be used to align columns in tables.

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

$$ \sum_{k=1}^{10} f(x_k) \tag{3} $$

$$ \sum_{k=1}^{10} f(x_k) \tag{4} $$

Horizontal rules

Three or more...


Hyphens


Asterisks


Underscores

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment