Converts markdown to HTML.
Release Version | Release Notes |
---|---|
RELEASENOTES |
MulleHowdown adds the following conversion method to NSString:
- (NSString *) hoedownedString;
and adds the following conversion method to NSData:
- (NSData *) hoedownedData;
Use mulle-sde to add MulleHoedown to your project:
mulle-sde add github:MulleWeb/MulleHoedown
Use mulle-sde to build and install MulleHoedown and all dependencies:
mulle-sde install --prefix /usr/local \
https://github.com//MulleHoedown/archive/latest.tar.gz
Install the requirements:
Requirements | Description |
---|---|
MulleFoundationBase | ๐งฑ MulleFoundationBase amalgamates Foundations projects |
mulle-objc-list | ๐ Lists mulle-objc runtime information contained in executables. |
Download the latest tar or zip archive and unpack it.
Install MulleHoedown into /usr/local
with cmake:
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr/local \
-DCMAKE_PREFIX_PATH=/usr/local \
-DCMAKE_BUILD_TYPE=Release &&
cmake --build build --config Release &&
cmake --install build --config Release
All platforms and compilers supported by mulle-c11.
Nat! for Mulle kybernetiK