othree
5 years ago
4 changed files with 231 additions and 131 deletions
@ -1,50 +1,83 @@ |
|||||||
<!DOCTYPE html> |
<!DOCTYPE html> |
||||||
<html lang="zh-TW" class="han-biaodian-pro-cns han-la"> |
<html lang="zh-TW" class="han-biaodian-pro-cns han-la"> |
||||||
<head> |
<head> |
||||||
<meta charset="UTF-8"> |
<meta charset="UTF-8" /> |
||||||
<title>Markdown 語法說明</title> |
<title>Markdown 語法說明</title> |
||||||
<link rel="stylesheet" media="all" href="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/han.min.css"> |
<link |
||||||
<link rel="stylesheet" media="all" href="stylesheets/main.css"> |
rel="stylesheet" |
||||||
<meta property="og:title" content="Markdown 語法說明" /> |
media="all" |
||||||
<meta property="og:url" content="https://markdown.tw/" /> |
href="//cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/han.min.css" |
||||||
<meta property="og:type" content="website" /> |
/> |
||||||
<meta property="og:description" content="Markdown 是很簡單的純文件格式,由於語法設計得好,近幾年廣泛應用在各種領域,包括 Github、Stack Overflow 等知名的網路服務都使用它,本網頁為該語法的中文說明" /> |
<link rel="stylesheet" media="all" href="stylesheets/main.css" /> |
||||||
<meta property="og:image" content="https://markdown.tw/images/208x128.png" /> |
<meta property="og:title" content="Markdown 語法說明" /> |
||||||
<meta property="og:image:width" content="208" /> |
<meta property="og:url" content="https://markdown.tw/" /> |
||||||
<meta property="og:image:height" content="128" /> |
<meta property="og:type" content="website" /> |
||||||
</head> |
<meta |
||||||
<body class="tk-source-han-sans-traditional" style="font-family: -apple-system"> |
property="og:description" |
||||||
<nav> |
content="Markdown 是很簡單的純文件格式,由於語法設計得好,近幾年廣泛應用在各種領域,包括 Github、Stack Overflow 等知名的網路服務都使用它,本網頁為該語法的中文說明" |
||||||
<a href="/">文件</a> |
/> |
||||||
<a href="/resources.html">資源</a> |
<meta |
||||||
<a href="http://commonmark.org/">標準</a> |
property="og:image" |
||||||
<a href="https://github.com/othree/markdown-syntax-zhtw/issues">回報錯誤</a> |
content="https://markdown.tw/images/208x128.png" |
||||||
</nav> |
/> |
||||||
|
<meta property="og:image:width" content="208" /> |
||||||
<div class="wikistyle"> |
<meta property="og:image:height" content="128" /> |
||||||
|
</head> |
||||||
|
<body |
||||||
|
class="tk-source-han-sans-traditional" |
||||||
|
style="font-family: -apple-system;" |
||||||
|
> |
||||||
|
<nav> |
||||||
|
<a href="/">文件</a> |
||||||
|
<a href="/resources.html">資源</a> |
||||||
|
<a href="http://commonmark.org/" |
||||||
|
>標準<img |
||||||
|
src="external-link-alt-solid.svg" |
||||||
|
width="12" |
||||||
|
height="12" |
||||||
|
alt="" |
||||||
|
style="margin: 1px 0 -1px 3px;" |
||||||
|
/></a> |
||||||
|
<a href="https://github.com/othree/markdown-syntax-zhtw/issues" |
||||||
|
>回報錯誤<img |
||||||
|
src="external-link-alt-solid.svg" |
||||||
|
width="12" |
||||||
|
height="12" |
||||||
|
alt="" |
||||||
|
style="margin: 1px 0 -1px 3px;" |
||||||
|
/></a> |
||||||
|
</nav> |
||||||
|
|
||||||
{{ CONTENT }} |
<div class="wikistyle"> |
||||||
|
{{ CONTENT }} |
||||||
|
</div> |
||||||
|
|
||||||
</div> |
<footer>Made with <3 by <a href="https://othree.net">othree</a>.</footer> |
||||||
|
|
||||||
<footer> |
<script type="text/javascript"> |
||||||
Made with <3 by <a href="https://othree.net">othree</a>. |
var _gaq = _gaq || []; |
||||||
</footer> |
_gaq.push(["_setAccount", "UA-21880461-1"]); |
||||||
|
_gaq.push(["_trackPageview"]); |
||||||
<script type="text/javascript"> |
|
||||||
var _gaq = _gaq || []; |
|
||||||
_gaq.push(['_setAccount', 'UA-21880461-1']); |
|
||||||
_gaq.push(['_trackPageview']); |
|
||||||
|
|
||||||
(function() { |
(function () { |
||||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
var ga = document.createElement("script"); |
||||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
ga.type = "text/javascript"; |
||||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
ga.async = true; |
||||||
})(); |
ga.src = |
||||||
</script> |
("https:" == document.location.protocol |
||||||
|
? "https://ssl" |
||||||
|
: "http://www") + ".google-analytics.com/ga.js"; |
||||||
|
var s = document.getElementsByTagName("script")[0]; |
||||||
|
s.parentNode.insertBefore(ga, s); |
||||||
|
})(); |
||||||
|
</script> |
||||||
|
|
||||||
<script src="https://use.typekit.net/gib3xul.js"></script> |
<script src="https://use.typekit.net/gib3xul.js"></script> |
||||||
<script>try{Typekit.load();}catch(e){}</script> |
<script> |
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/han.min.js"></script> |
try { |
||||||
</body> |
Typekit.load(); |
||||||
|
} catch (e) {} |
||||||
|
</script> |
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/Han/3.2.2/han.min.js"></script> |
||||||
|
</body> |
||||||
</html> |
</html> |
||||||
|
Loading…
Reference in new issue