A Microdown based Pharo tool for the in-image documentation
# DocumentationSupport A Microdown based Pharo tool for the in-image documentation ### How to load ```smalltalk Metacello new baseline: 'DocumentationSupport'; repository: 'github://pavel-krivanek/DocumentationSupport:main/src'; load. ``` ### Usage ```smalltalk DocLibraryPresenter open: #DocumentationSupport. ```