Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhermsmeier committed Mar 6, 2017
1 parent b4777c3 commit e580d84
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,21 @@ Custom iA Writer template with support for Math

Same thing for updates – iA Writer will prompt you if you want to replace the currently installed template with the new one.

## Usage
## Features

### Code Syntax Highlighting

<p align="center">
<img src="screenshots/code.png" alt="Screenshot">
</p>

### MathML

<p align="center">
<img src="screenshot.png" alt="Screenshot">
<img src="screenshots/math.png" alt="Screenshot">
</p>

### Inline
#### Inline

```
$D(\mathbf{x})=A(\mathbf{x}) + \mathbf{d}$
Expand All @@ -26,7 +34,7 @@ $D(\mathbf{x})=A(\mathbf{x}) + \mathbf{d}$
\\(\cos(\alpha_{n-1})\\)
```

### Block
#### Block

```
$$D(\mathbf{x})=A(\mathbf{x}) + \mathbf{d}$$
Expand Down

0 comments on commit e580d84

Please sign in to comment.