-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 添加umd安装方式,可以直接用cdn方式引入 - 修复es6 module方式引入的bug
- Loading branch information
Showing
17 changed files
with
565 additions
and
447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<link rel="stylesheet" href="https://unpkg.com/spectre.css/dist/spectre.min.css"> | ||
<link rel="stylesheet" href="./styles.css"> | ||
<title>MdReverse</title> | ||
</head> | ||
<body> | ||
<a href="https://github.com/siaikin/mdReverse"> | ||
<img width="149" height="149" style="position: absolute;top: 0;right: 0;z-index: 1;" src="https://github.blog/wp-content/uploads/2008/12/forkme_right_darkblue_121621.png?resize=149%2C149" alt="Fork me on GitHub" data-recalc-dims="1"> | ||
</a> | ||
<!--<div id="toolbar-container" class="columns col-gapless">--> | ||
<!--<div class="column col-2"></div>--> | ||
<!--<div class="column col-10"></div>--> | ||
<!--</div>--> | ||
<div id="main-container" class="columns col-gapless"> | ||
<div class="column col-6 p-2"> | ||
<div class="form-group"> | ||
<label class="form-label" for="html-area">HTML Text</label> | ||
<textarea class="form-input" id="html-area" placeholder="Input HTML Text" spellcheck="false"></textarea> | ||
</div> | ||
</div> | ||
<div class="column col-6 p-2"> | ||
<div class="form-group"> | ||
<label class="form-label" for="markdown-area">Markdown Text</label> | ||
<textarea class="form-input" id="markdown-area" placeholder="Output Markdown Text" spellcheck="false" readonly></textarea> | ||
</div> | ||
</div> | ||
</div> | ||
<script src="../dist/md-reverse.demo.js" type="application/javascript"></script> | ||
<script src="./demo.js" type="application/javascript"></script> | ||
</body> | ||
|
||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
@import "~spectre.css/dist/spectre.min.css"; | ||
|
||
body { | ||
margin: 0; | ||
padding: 0; | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.