TAdvMemo MarkDown type set up

Hi, Just  trying o get more into Tadv...... and we have a part of one of our systems where users log notes.  At the moment these are just Write Once (no edit) plain text.

This is a VCL App.  I want to improve this incrementally over a few version:
- Allow some kind of formatting - need to be able to concatenate / search etc, so don't want to mess too much, just simple and at the word level - so I was thinking of storing as MarkDown.
-- Anyone done this / added the highlighting?
- allow for edit, but track versions (V1 will probably keep full version, but if lots of edits, then probably store patch)
- Link to parts of the system - we already have a notation: SBK:<tableName>\PK, so would like to give assistance in inserting these as well as clicking on them.

Taking notes must be a path traveled a gazillion times, I'm looking for some hints as to where to look / ideas / features I don't know about.  I don't have any TadvMemos in my app at the moment.
Cheers,
JAC




At this moment we do not have a syntax highlighter for markdown but this is indeed a useful suggestion. 
To get started with this right-away, I'd suggest to have a look at the source code for the provided syntax highlighter components as examples for creating your custom highlighter.