release version
This commit is contained in:
parent
92b6b80680
commit
07e0011547
@ -27,6 +27,10 @@ a:active {
|
||||
color: #6C8C84;
|
||||
}
|
||||
|
||||
img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
h1#header {
|
||||
position: relative;
|
||||
height: 50px;
|
||||
@ -168,8 +172,11 @@ table#reference td {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#reference ul, ol, blockquote {
|
||||
#reference ul,
|
||||
#reference ol,
|
||||
#reference blockquote {
|
||||
margin: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#reference h1,
|
||||
|
BIN
image/logo.png
Normal file
BIN
image/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
@ -24,7 +24,7 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="header">Markdown Live Preview</h1>
|
||||
<h1 id="header"><a href="./"><img src="image/logo.png" width="315" height="22" alt="Markdown Live Preview"></a></h1>
|
||||
<div id="container">
|
||||
|
||||
<div id="leftColumn">
|
||||
|
@ -1,5 +1,5 @@
|
||||
var example = [
|
||||
"# hello, This is Markdown Live Previewer",
|
||||
"# hello, This is Markdown Live Preview",
|
||||
"",
|
||||
"----",
|
||||
"## what is Markdown?",
|
||||
|
Loading…
Reference in New Issue
Block a user