Browse Source

Update github-markdown-css version

develop
pandao 6 years ago
parent
commit
af2a0cceba
  1. 1010
      css/editormd.css
  2. 4
      css/editormd.min.css
  3. 1013
      css/editormd.preview.css
  4. 4
      css/editormd.preview.min.css
  5. 8
      examples/html-preview-markdown-to-html.html
  6. 1008
      scss/github-markdown.scss

1010
css/editormd.css

File diff suppressed because it is too large

4
css/editormd.min.css

File diff suppressed because one or more lines are too long

1013
css/editormd.preview.css

File diff suppressed because it is too large

4
css/editormd.preview.min.css

File diff suppressed because one or more lines are too long

8
examples/html-preview-markdown-to-html.html

@ -29,7 +29,7 @@
<div id="test-editormd-view2">
<textarea id="append-test" style="display:none;">
###科学公式 TeX(KaTeX)
### 科学公式 TeX(KaTeX)
$$E=mc^2$$
@ -41,7 +41,7 @@ $$\sin(\alpha)^{\theta}=\sum_{i=0}^{n}(x^i + \cos(f))$$
$$X^2 > Y$$
#####上标和下标
##### 上标和下标
上标:X&lt;sup&gt;2&lt;/sup&gt;
@ -61,7 +61,7 @@ alert("script");
&lt;iframe height=498 width=510 src="http://player.youku.com/embed/XMzA0MzIwMDgw" frameborder=0 allowfullscreen&gt;&lt;/iframe&gt;
```
#####Style
##### Style
&lt;style&gt;
body{background:red;}
@ -71,7 +71,7 @@ body{background:red;}
body{background:red;}
&lt;/style&gt;
#####Script
##### Script
&lt;script&gt;
alert("script");

1008
scss/github-markdown.scss

File diff suppressed because it is too large
Loading…
Cancel
Save