How to Install MarkDownHelpViewer Delphi component
Installation of Delphi component
If you are a Delphi Developer you can use a component to integrate the help System "embedded" in you application.
Installation of Packages for Delphi (from XE6 to Delphi 12)
To Installa TMarkDownViewer component, you need to clone the sources from the Markdown Help Viewer Github Project
MarkdownHelpViewer components needs HTMLViewer Component: you can download from the HTML Viewer Github Project or you can use the Packages Group contained in the folder: \Ext\HTMLViewer\package\Rad Studio XXX\HTMLViewerPackagesXXX.groupproj
Build the run-time package: FrameViewer and install the design-time package: dclFrameViewer:
Then, open the package group Vcl.MarkDownHelpViewerGroup.groupproj from the correct folder of your Delphi version (eg. \MarkDownHelpViewerGroup\Packages\D12).
Then build the run-time package: MarkDownHelpViewerGroupDXX and install the design-time package: dclMarkDownHelpViewerGroupDXX.
Remember to add the "{Folder}\MarkDownHelpViewerGroup\source" path to use the components in your application or the library path "{Folder}\MarkDownHelpViewerGroup\Lib\DXX\WinXX\Release"
if you need package for other Delphi version not included (newer than XE6) please add a new Issue