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>
Basically html but simple. Mainly used in documentations.
It is also rendered as html, That’s why you could put html codes
This is a text no need to write codes
for a text
Put 2 of asterisk sign (*) from start and ending
**this Is a bold text**
Output
this Is a bold text
Put 3 of asterisk sign (*) from start and ending
***this Is a italic text***
Output
this Is a bold italic text
Put 3 of asterisk sign (*) from start and ending
*this Is a italic text*
Output
this Is a bold italic text
> this Is a text block
Output
this Is a text 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 Name](/file)