EXPath Package

Back to listing of all packages

Markdown Parser in XQuery

Description:A markdown parser written in XQuery.
Version:0.7.0
Size:22k
Requirement:eXist-db version 3.6.0 or later
Package Abbrev:markdown
Package Name:http://exist-db.org/apps/markdown
Author(s):Wolfgang Meier
License:GNU-LGPL
Website:https://github.com/wolfgangmm/exist-markdown
Download:markdown-0.7.0.xar

Download other versions:

  • 2.0.0 (Note: Requires eXist-db version 6.2.0 or later.)
  • 1.0.0 (Note: Requires eXist-db version 5.3.0 or later.)
  • 0.7.1 (Note: Requires eXist-db version 5.3.0 or later.)

Change log:

0.7.0
  • Remove shared-resources dependency - #7
0.6
  • Update regex to match spec - 7c30b80
  • Add link to TEI version to bottom of test.md - abf4b36
0.5
  • Add TEI output alongside original HTML output
  • Add support for task lists
  • Fix handling of quotes
  • Fix markdown module namespace prefix collision with metadata module
0.4
  • Allow markdown to occur inside HTML tags
0.3
  • Support HTML blocks and inline HTML