MorphOS Developer
Posts: 165 from 2003/3/17
Quote:
Papiosaur wrote:
Markdown support should need a specific datatype no? scintilla.mcc use only plain text (with colored syntaxes) and it maybe difficult to add Markdown support into it?
I thought you wanted something like a simple text viewer using a partial implementation of Markdown (to e.g. show readme files and so on with some formatting). This should be possible to do using Scintilla, although thinking about it you would still have an issue with for instance headers given that Scintilla uses a fixed line height.
If you want a full Markdown implementation, I agree with Jacek that this would be quite a difficult task without relying on for instance an HTML viewer. It would definitely be nice with a MUI custom class capable of that though.