Skip to content

Commit

Permalink
Merge pull request #69 from AnswerDotAI/ref_hljs
Browse files Browse the repository at this point in the history
Reference setting highlightjs in headers in markdown example showing …
  • Loading branch information
Isaac-Flath authored Feb 13, 2025
2 parents e23c4b3 + e42ae8d commit 8bbe33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api_reference/api_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ def ex_markdown():
\\frac{1}{2\\pi i} \\oint_C \\frac{f(z)}{z-z_0} dz
$$
And even syntax highlighting thanks to Highlight.js!
And even syntax highlighting thanks to Highlight.js! (Just make sure you set `highlightjs=True` in the headers function)
```python
def add(a, b):
Expand Down

0 comments on commit 8bbe33e

Please sign in to comment.