aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-03-23 03:30:43 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-03-23 03:30:43 +0000
commit1edac097c4809ce1efd92559f6880af115694c9c (patch)
tree55cec19ebb65b9edf1f3b84a46200e266fa2eaaf
parent7c621378e4f3b6c9118b5591427faf8170c2faef (diff)
downloadFMark-1edac097c4809ce1efd92559f6880af115694c9c.tar.gz
FMark-1edac097c4809ce1efd92559f6880af115694c9c.zip
Adding html type
-rw-r--r--FMark/src/Common/Types.fs2
1 files changed, 2 insertions, 0 deletions
diff --git a/FMark/src/Common/Types.fs b/FMark/src/Common/Types.fs
index 94f4027..46667c9 100644
--- a/FMark/src/Common/Types.fs
+++ b/FMark/src/Common/Types.fs
@@ -25,7 +25,9 @@ type TFrmtedString =
| Line of InlineElement list
| Strike of InlineElement list
| Literal of string
+ | Html of string
| Code of string
+
and InlineElement =
| FrmtedString of TFrmtedString
| Link of HyperText: TFrmtedString * URL: string