summaryrefslogtreecommitdiffstats
path: root/tdemarkdown/markdown_part.cpp
Commit message (Collapse)AuthorAgeFilesLines
* TDEMarkdown: Use the file name as the document title.Slávek Banko2022-04-211-3/+3
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ab35068aaddf7570706a1dc8538a0775e3c81790)
* TDEMarkdown: Ensure that the loaded file content and generated HTMLSlávek Banko2022-04-201-0/+10
| | | | | | | are terminated by zero terminator to avoid reading overflow. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 0b365bf245fd3b17dfd16d1828fcdbaf0820d947)
* TDEMarkdown: Fixed XML-GUI file path.Mavridis Philippe2022-04-201-1/+1
| | | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit d8ddbb090a47aa254fa6422a062ca89ba0d4c37e)
* Add tdemarkdown part - embeddable lightweight markdown viewing component.Mavridis Philippe2022-04-181-0/+133
TDEMarkdown is based on the md4c library and using TDEHTML for rendering its output. For enhanced safety, on HTML widget is turned off everything we don't need for viewing. It integrates nicely into Konqueror and supports both Commonmark and GitHub markdown syntaxes. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> Prepare to merge tdemarkdown into tdelibs. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 95279fbf6dfeb43d80590740a9259d7caa614177)