Skip to content

Commit

Permalink
Incorporate feedback from reviewer
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Jan 25, 2025
1 parent 41d4894 commit b316015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,8 @@ markup:
passthrough:
enable: true
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
block: [['\[', '\]'], ['$$', '$$']]
inline: [['\(', '\)']]
{{< /tab >}}
{{< tab header="hugo.json" lang="json" >}}
{
Expand Down
26 changes: 2 additions & 24 deletions userguide/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,28 +37,10 @@ markup:
passthrough:
enable: true
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
block: [['\[', '\]'], ['$$', '$$']]
inline: [['\(', '\)']]
renderer:
unsafe: true
extensions:
passthrough:
enable: true
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
highlight:
noClasses: false # Required for dark-mode

Expand Down Expand Up @@ -143,10 +125,6 @@ params:
enable: true
drawio:
enable: true
katex:
enable: false
mhchem:
enable: false

taxonomies:
tag: tags
Expand Down

0 comments on commit b316015

Please sign in to comment.