Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored Jan 23, 2024
1 parent d1d499b commit eacfb02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ $a^\*=x-b^\*$

### Delimiters

There are two types of delimiters, inline and block:
There are two types of delimiters:

- Text within and including inline delimiters appears inline with the surrounding text.
- Text within and including block delimiters appears between adjacent block elements. When working with LaTeX this is known as display mode.
- Text within and including _inline_ delimiters is rendered inline with the surrounding text.
- Text within and including _block_ delimiters is rendered between adjacent block elements.

As shown below, you must specify zero or more inline and block delimiter pairs—there are no default values.
As shown below, delimiters are defined in pairs of opening and closing characters.

### Usage

Expand Down

0 comments on commit eacfb02

Please sign in to comment.