Skip to content

Commit

Permalink
Merge branch 'latex2asciimath' of github.com:belerico/py_asciimath in…
Browse files Browse the repository at this point in the history
…to latex2asciimath
  • Loading branch information
belerico committed Apr 21, 2020
2 parents 497df18 + 7c9c50a commit 64ae803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ asciimath: {} // asciimath symbols
QS: "\"" /(?<=").+(?=")/ "\"" // Quoted String
```

For the complete list of symbols, please refer to http://asciimath.org/##syntax. The only symbol that I've added is `dstyle`, that stands for `displaystyle` as a unary function.
For the complete list of symbols, please refer to http://asciimath.org/#syntax. The only symbol that I've added is `dstyle`, that stands for `displaystyle` as a unary function.

## LaTeX grammar

Expand Down

0 comments on commit 64ae803

Please sign in to comment.