learn

My favorite theme / ui i use in md

<link rel="preload" as='style' href="https://actwu.github.io/md2.css"/>
<link rel="stylesheet" href="https://actwu.github.io/md2.css"/>
<script src="https://cdn.jsdelivr.net/gh/iselang/iselang.github.io@main/num.min.js"></script>
<script>
app('NUM'); fav(2);
</script>

Markdown Language (Md)

Basically html but simple. Mainly used in documentations.

It is also rendered as html, That’s why you could put html codes

Syntax

Text

This is a text no need to write codes
for a text

Make text Bold

Put 2 of asterisk sign (*) from start and ending

**this Is a bold text**

Output

this Is a bold text

Make text Bold Italic

Put 3 of asterisk sign (*) from start and ending

***this Is a italic text***

Output

this Is a bold italic text

Make text Italic

Put 3 of asterisk sign (*) from start and ending

*this Is a italic text*

Output

this Is a bold italic text

Make text Text Block

> this Is a text block

Output

this Is a text block

Code Block


` ` ` t y p e
t h i s  i s  w h e r e  y o u  p u t  t h e  c o d e s
` ` `

Button

[Button Name](/file)