Welcome to Theory Page
This page is a navigator to all my blogs and study notes. It's capable of viewing Markdown file and Mathematical expressions in-place of the static html website.
This page can automatically generate a table-of-content on the right whenever a new markdown file is rendered. Futhermore, the table-of-content incorporated scrollspy function provides an interactive viewing experience.
This page can also take variable file
in url link. By adding in url ?file={path/to/markdown}
, it will open the specified file. For example, my markdown format.
Display LaTeX in HTML
Use $...$
or \(...\)
delimiters for in-line math, and $$...$$
or \[...\]
delimiters for displayed equations.
Demo
When
ACKNOWLEDGMENTS
This page renders Markdown file using GitHub Markdown API. According to GitHub document, every unauthenticated clients is limited to 60 requests per hour.
The implementation of displaying math expressions is power by MathJax library.