Skip to content

tnlx/hugx-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

hugx/math

Renders math equations LaTeX to MathML using Hugo's default embedded KaTeX engine, following the instructions on Hugo's docs.

Installation

Import the module from GitHub repository.

# hugo.yaml
module:
  imports:
    - path: github.com/tnlx/hugx-math

Usage in *.md

{{ < hugx/math > }}

\begin{alignat}{2}
   10&x+&3&y=2\\
   3&x+&13&y=4
\end{alignat}

{{ </ hugx/math > }}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages