📝 Added sandbox (code sketchbook)
This commit is contained in:
parent
b475595f7f
commit
b5daf18b1a
142 changed files with 100702 additions and 0 deletions
7
sandbox/md_to_html_pandoc/doc.md
Normal file
7
sandbox/md_to_html_pandoc/doc.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: My Document
|
||||
date: September 22, 2020
|
||||
---
|
||||
|
||||
## Test
|
||||
some text
|
||||
11
sandbox/md_to_html_pandoc/template.html
Normal file
11
sandbox/md_to_html_pandoc/template.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<!doctype html>
|
||||
<html lang=en>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<meta name=date content=''>
|
||||
<title>$title$</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>$date$</p>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue