aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-02-06 15:20:14 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-02-06 15:20:14 +0000
commit46c42721b752c273a4c74a22a827e1a08e4df75f (patch)
tree36b66e50d70fd6b8e9aad0068f06cc25a6aa056a /README.md
parente43c6a22bfa71fdb9569114a4d03692fcd175a92 (diff)
downloadFMark-46c42721b752c273a4c74a22a827e1a08e4df75f.tar.gz
FMark-46c42721b752c273a4c74a22a827e1a08e4df75f.zip
Adding tokens
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6c7b2e8..7a3a0d8 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ FSharp markdown.
- Extensible Code
- Add names to features, so users can render them differently
such as editing the type of citation used and how to output them.
-- User defined delimiters / patterns -> Ask Tom
+- User defined delimiters / patterns -> Preprocessor
### Maybe's
@@ -102,4 +102,4 @@ Outputs html
val printHtml = ParsedObj list -> string
val printToFile = string -> ()
-``` \ No newline at end of file
+```