aboutsummaryrefslogtreecommitdiff
path: root/markdown.urs
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-07-30 19:54:54 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-07-30 19:54:54 -0400
commit3c79caa8ab477d5cf80d4eb6541900804cea0339 (patch)
treed3e9470eefe15831ce4c3e4e7a877adb0b336e88 /markdown.urs
Initial commit of Ur/Web Markdown libraryHEADmaster
Diffstat (limited to 'markdown.urs')
-rw-r--r--markdown.urs14
1 files changed, 14 insertions, 0 deletions
diff --git a/markdown.urs b/markdown.urs
new file mode 100644
index 0000000..27857b0
--- /dev/null
+++ b/markdown.urs
@@ -0,0 +1,14 @@
+(* © 2015 Benjamin Barenblat
+
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy
+of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+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. *)
+
+val render : string -> string