git ssb

6+

cel / downmark



Commit a6e1451cfe0d7b94383015b3cf49504c89b00364

Add readme

Charles Lehner committed on 6/2/2016, 10:16:16 PM
Parent: c215e2fd7a75c6f661ea666fa20733af27fc6806

Files changed

README.mdadded
README.mdView
@@ -1,0 +1,26 @@
1 +# downmark
2 +
3 +A tool for converting rich text into markdown
4 +
5 +## Usage
6 +
7 +Build:
8 +
9 + npm install
10 + npm run prepublish
11 +
12 +Run:
13 +
14 +- Open `index.html` in a web browser
15 +- Paste rich text in the box on the left
16 +- Copy markdown from the box on the right
17 +
18 +## License
19 +
20 +Copyright (c) 2016 Charles Lehner
21 +
22 +Usage of the works is permitted provided that this instrument is
23 +retained with the works, so that any entity that uses the works is
24 +notified of this instrument.
25 +
26 +DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.

Built with git-ssb-web