Markdown 笔记无法分辨 hyperlink

This commit is contained in:
lealife
2015-10-30 14:09:35 +08:00
parent e134ca7244
commit 0f5e683a4f
6 changed files with 9 additions and 33 deletions

@ -195,7 +195,8 @@ h1, h2, h3 {
z-index: 1;
background-color: #fff;
bottom: 5px;
#md-section-helper, #wmd-input {
#md-section-helper,
#wmd-input {
font-size: 14px;
line-height: 22px;
}
@ -226,7 +227,6 @@ h1, h2, h3 {
padding: 0 5px;
}
.noteSplit {
position: absolute;
top: 0;
@ -914,8 +914,6 @@ h1, h2, h3 {
opacity: none;
}
#right-column {
}
.preview-container {
overflow: auto;
}
@ -1422,28 +1420,6 @@ top: 4px;
}
}
#mdEditor.read-only {
.info-toolbar {
display: block;
}
.wmd-button-bar-inner,
#mdSplitter2, // 拖动
.btn-info // 拖动
{
display: none;
}
#left-column {
// display: none;
visibility: hidden;
}
#right-column {
left: 0 !important;
}
.preview-container {
left: 10px;
}
}
// 工具栏
#editor {
#mceToolbar {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -118,7 +118,7 @@ a.raw:hover {
#leftNotebook,
.noteSplit
{
display: none;
display: none !important;
}
#header ul {

File diff suppressed because one or more lines are too long