MulleWeb / MulleHoedown

πŸ’ƒπŸΌ Markdown support for mulle-objc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MulleHoedown

πŸ’ƒπŸΌ Markdown support for mulle-objc

Converts markdown to HTML.

Release Version Release Notes
Mulle kybernetiK tag Build Status RELEASENOTES

API

MulleHowdown adds the following conversion method to NSString:

- (NSString *) hoedownedString;

and adds the following conversion method to NSData:

- (NSData *) hoedownedData;

You are here

Overview

Add

Use mulle-sde to add MulleHoedown to your project:

mulle-sde add github:MulleWeb/MulleHoedown

Install

Install with mulle-sde

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

Manual Installation

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

Platforms and Compilers

All platforms and compilers supported by mulle-c11.

Author

Nat! for Mulle kybernetiK

About

πŸ’ƒπŸΌ Markdown support for mulle-objc


Languages

Language:C 90.4%Language:Objective-C 9.1%Language:CMake 0.5%