-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (38 loc) · 1.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
layout: default
title: Welcome
---
<h1>Up & Down Press Bookshelf</h1>
<p>Welcome. Free Books in the Up & Down Press Series about
Markup & Markdown include:
</p>
<p>
<b><a href="markdown-lint">Markdown Lint Rules / Style Checker</a></b>
by Mark Harrison
<span style="font-size: 70%;">
(<a href="https://github.com/updownpress/markdown-lint">Source in the Manuscripts book format</a>,
<a href="https://github.com/updownpress/markdown-lint#sources">Original Sources</a>)
</span>
<a class="github-button" href="https://github.com/updownpress/markdown-lint"
data-icon="octicon-star"
data-count-href="/updownpress/markdown-lint/stargazers"
data-count-api="/repos/updownpress/markdown-lint#stargazers_count"
data-count-aria-label="# stargazers on GitHub"
aria-label="Star updownpress/markdown-lint on GitHub">Star</a>
</p>
<div style="font-size: 70%; border-top: 1px solid #767676; margin-top: 60px;">
<p>
More Bookshelves
</p>
<a href="http://hydepress.github.io">Hyde Press</a> •
<a href="http://funpress.github.io">Fun Press</a> •
<a href="http://worldclassics.github.io">World Classics</a>
<p style="text-align: center; margin-top: 25px; color: #767676;">
Built with <a href="http://github.com/octobook">Octobook</a> and friends.
</p>
</div>
<!-- GitHub Buttons
Place this tag right after the last button or just before your close body tag.
see https://buttons.github.io
-->
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>