First Post: Testing LaTeX Rendering
•1 min read•
LaTeXTesting
Welcome to My First Blog Post
This is a test blog post to test the LaTeX and Markdown rendering capability of the blog.
LaTeX Rendering Test
Here are some examples of mathematical formulae:
-
The quadratic formula:
-
Einstein's famous equation:
-
The normal distribution probability density function:
-
The Euler's identity:
-
The definition of the derivative:
These formulae should be rendered properly using KaTeX. If you can see these correctly formatted, then LaTeX rendering is working in my blog posts!
I can also use inline LaTeX like this: The area of a circle is .
Markdown Rendering Test
Adding markdown to test:
Inline code print("Hello, World!")
Block code:
fn main() {
println!("Hello, World!");
}
function greet(name: string): void {
console.log(`Hello, ${name}!`);
}
Hopefully I'll advance past "Hello, World!" soon!