Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

PierceNg/Phoedown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Phoedown

Phoedown is Pharo Smalltalk FFI to hoedown.

Installing

In Pharo:

Metacello new
	baseline: 'Phoedown';
	repository: 'github:https://PierceNg/Phoedown/src';
	load.

The Pharo VM needs to be able to locate the hoedown .so/dylib file.

The Simplest Example

HdHtmlRenderer new
	render: '# Hello from Phoedown'

A Slightly More Complex Example

See my blog entry for usage example. Github's Markdown processor isn't able to handle that blog post's example within this README.

Releases

No releases published

Packages

No packages published