diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-12 12:59:12 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-10-12 12:59:12 +0300 |
commit | e884330ef73b2f557486a898a67a716f29887170 (patch) | |
tree | 479eb34232be69b6cf73878775c5aef754cf3797 /src/defs.h | |
parent | c490862b7fb04550364ce98f98b9e4d1fcaa13b8 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | ||
33 | enum iFileVersion { | 34 | enum iFileVersion { |