mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-23 07:26:09 +01:00
Styling tweaks.
This commit is contained in:
parent
ebcd2de8ed
commit
8aa3ee66e4
3 changed files with 20 additions and 9 deletions
|
|
@ -8,23 +8,25 @@
|
|||
<title>markdownlint demo</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="flex-rows inset">
|
||||
<div class="flex-columns">
|
||||
<div class="flex-rows">
|
||||
<div class="flex-columns inset">
|
||||
<header>markdownlint demo</header>
|
||||
<div class="flex-fill"></div>
|
||||
<form>
|
||||
<input id="openFile" type="file"/>
|
||||
</form>
|
||||
</div>
|
||||
<div class="flex-fill flex-columns">
|
||||
<div class="flex-fill flex-columns inset-side">
|
||||
<textarea id="markdown" class="flex-fill outlined" autofocus="autofocus"></textarea>
|
||||
<div id="markup" class="flex-fill outlined overflow-auto-scroll"></div>
|
||||
</div>
|
||||
<div class="flex-fill flex-columns">
|
||||
<div class="flex-fill flex-columns inset-side">
|
||||
<pre id="numbered" class="flex-fill outlined overflow-auto-scroll"></pre>
|
||||
<div id="violations" class="flex-fill outlined overflow-auto-scroll"></div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="flex-columns inset">
|
||||
<footer><a href="https://github.com/DavidAnson/markdownlint">markdownlint project on GitHub</a></footer>
|
||||
<div class="flex-fill"></div>
|
||||
<footer>Copyright © 2015 by <a href="//dlaa.me/">David Anson</a></footer>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue