Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chintak/ae65c187c962b9c0b9b4df7de9df22bc to your computer and use it in GitHub Desktop.
Save chintak/ae65c187c962b9c0b9b4df7de9df22bc to your computer and use it in GitHub Desktop.
Date Draft Math Title
2500-01-01
false
mathjax
TEMPLATE: Markdown Syntax with Notion/Hugo

Supported Features

Heading 1

Heading 2

Heading 3

Body content

bold

italics

underline

strikethrough

highlight

code

Block quote — long one

Inline $ E = mc^2 $

Block eq

$$ F = ma $$

  • Unordered list

    • sub list 1

    • sub list 2

      • sub sub list 1
  1. Ordered list content

    1. sub list 1

    2. sub list 2

      1. sub sub list 1

✅ ❤️

Definition : This is the description for the definition.

sequenceDiagram
    participant Alice
    participant Bob
    Alice->>+John: Hello John, how are you?
    loop Healthcheck
        John->>John: Fight against hypochondria
    end
    Note right of John: Rational thoughts <br/>prevail!
    John-->>-Alice: Great!
    John->>+Bob: How about you?
    Bob-->>-John: Jolly good!

Italics Bold Code
italics bold code

Code block:

class ABC:
	def __init__(self):
		self.var = 1

	def process(self, param: int) -> bool:
		return False

{{< figure src="images/img_7176929162262582245.png" caption="Figure 1: image caption is here." align="center" >}}

  • todo

    • sub todo checked

    • sub todo pending

Pending Features

  • Callouts

  • Cross reference pages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment