From 3c79caa8ab477d5cf80d4eb6541900804cea0339 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Thu, 30 Jul 2015 19:54:54 -0400 Subject: Initial commit of Ur/Web Markdown library --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..1bb2f6c --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +Markdown for Ur/Web +=================== + +**This library is a work in progress. The usual warnings about API instability +apply. Use at your own risk.** + +This library provides a parser for John Gruber’s [Markdown][] language. + +License +------- + +© 2015 Benjamin Barenblat + +Licensed under the [Apache License, Version 2.0][Apache-2.0] (the +‘License’); you may not use this file except in compliance with +the License. Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an _‘as is’ +basis, without warranties or conditions of any kind_, either express or +implied. See the License for the specific language governing permissions +and limitations under the License. + +[Apache-2.0]: http://www.apache.org/licenses/LICENSE-2.0 +[Markdown]: https://daringfireball.net/projects/markdown/ -- cgit v1.2.3