Skip to content

Commit

Permalink
Oops...
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Oct 28, 2021
1 parent bcda3aa commit a5aeb33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ In case you are wondering how Remark and Rehype are different, here is a good ex

Next, the `rehype-katex` operates on the Hypertext AST where everything has been converted to HTML-like tags already. It traverses all the elements with `math` class, and uses $\KaTeX$ to parse and render the content to actual HTML.

<details>
</details>

Next, add them to the plugin options through plugin or preset config in `docusaurus.config.js`:

Expand Down

0 comments on commit a5aeb33

Please sign in to comment.