GitHub 地址:https://github.com/phodal/MD
更多精彩内容请关注:
单行高亮: phodal
测试
这是一个脚注的测试 [note]
(function() {
var input, output;
var converter = new showdown.Converter();
function updateOutput() {
output.innerHTML = converter.makeHtml(input.value);
}
document.addEventListener("DOMContentLoaded", function(event) {
input = document.getElementById('input');
output = document.getElementById('output');
input.addEventListener('input', updateOutput, false);
input.addEventListener('keydown', updateOutput, false);
updateOutput();
});
})();
echo 'hello,world'
下面是一个列表的示例,技术栈:
另外一个列表:
表格示例:
h1 | h2 | h3 |
---|---|---|
100 | [a][1] | ![b][2] |
foo | bar | ~~baz~~ |
foo | bar | ~~baz~~ |
Mercury
Venus
Earth (Orbit/Moon)
Mars
Jupiter
Saturn
[note]: 测试是指测试