feat: added markdown conversion
This commit is contained in:
		| @@ -1 +1,6 @@ | ||||
|   | ||||
| # foo | ||||
|  | ||||
| Lore ipsum dolor sit amend | ||||
|  | ||||
| - bar | ||||
| - foobar | ||||
| @@ -4,7 +4,7 @@ | ||||
|     <meta charset="utf-8" /> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||||
|     <title>STSG</title> | ||||
|     <link rel="stylesheet" href="static/bulma.min.css" /> | ||||
|     <link rel="stylesheet" href="/static/bulma.min.css" /> | ||||
|   </head> | ||||
|   <body> | ||||
|     <!-- Header (Navbar) --> | ||||
| @@ -22,7 +22,7 @@ | ||||
|  | ||||
|     <!-- Main Content --> | ||||
|     <section class="section"> | ||||
|       <div class="container"> | ||||
|       <div class="content"> | ||||
|         <content /> | ||||
|       </div> | ||||
|     </section> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user