Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 530 Bytes

CREOLE.md

File metadata and controls

21 lines (12 loc) · 530 Bytes

Creole

This is the creole parser library lifted from the OpenEuphoria Creole project, and has been slightly updated and bundled for use in Euphoria MVC.

Creole routines

creole_parse

include mvc/creole.e
public function creole_parse( object pRawText, object pFinalForm_Generator = -1, object pContext = "" )

Parses Creole markup and returns plain HTML.

Parameters

  • pRawText
  • pFinalForm_Generator
  • pContext