Skip to content

vidjuheffex/chez-cmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CommonMark Chez

FFI Bindings for Chez Scheme

Description

This library aims to provide the procedures in CommonMark's reference C implementation, CMark, to the Chez Scheme environment.

Status

Currently only the procedure cmark_markdown_to_html is exposed as markdown->html.

API

(markdown->html string options)

Option values are:

  • 'default
  • 'sourcepos
  • 'hardbreaks
  • 'safe
  • 'unsafe
  • 'nobreak
  • 'normalize

About

CMark FFI bindings for Chez Scheme

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages