Skip to content

Commit

Permalink
Add LaTeX syntax highlighting
Browse files Browse the repository at this point in the history
Depends on mdn/yari#9366.
  • Loading branch information
queengooborg committed Jul 24, 2023
1 parent d479333 commit 942a512
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The goal is to rewrite the following math article using HTML and MathML:

Although you don't need to be familiar with [LaTeX](https://en.wikipedia.org/wiki/LaTeX), it might be useful to know the LaTeX source from which it was generated:

```
```latex
\documentclass{article}
\usepackage{amsmath}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ On MDN, writers will use code fences for example code blocks. They must specify
- `xml` - XML
- `mathml` - MathML
- `md` - Markdown
- `latex` - LaTeX
- Command Prompts
- `sh` - Bash/Shell
- `batch` - Batch (Windows Shell)
Expand Down

0 comments on commit 942a512

Please sign in to comment.