summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-12 12:59:12 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-12 12:59:12 +0300
commite884330ef73b2f557486a898a67a716f29887170 (patch)
tree479eb34232be69b6cf73878775c5aef754cf3797 /src/defs.h
parentc490862b7fb04550364ce98f98b9e4d1fcaa13b8 (diff)
Experimental Markdown rendering
Convert Markdown to Gemtext and use ANSI escape sequences to switch fonts (bold, italic, monospace). The conversion is still a bit buggy...
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index f5479cf3..40e134c9 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -28,6 +28,7 @@ enum iSourceFormat {
28 undefined_SourceFormat = -1, 28 undefined_SourceFormat = -1,
29 gemini_SourceFormat = 0, 29 gemini_SourceFormat = 0,
30 plainText_SourceFormat, 30 plainText_SourceFormat,
31 markdown_SourceFormat,
31}; 32};
32 33
33enum iFileVersion { 34enum iFileVersion {