Optional: Add a date or a brief introduction here.

You can include standard HTML formatting like bold text, italic text, and links.

Use lists for structured information:

Or ordered lists:

  1. First item
  2. Second item

Code Examples

For inline code, use the <code> tag: const x = 10;

For blocks of code, wrap <code> inside <pre>:


# Python example
def greet(name):
    print(f"Hello, {name}!")

greet("World")
        

For LaTeX math notation, use `$ $` for inline (e.g., $E=mc^2$) and `$$ $$` for display:

$$ \int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2} $$

Images

Remember to adjust image paths if they are stored relative to the root:


« Back to Notes List