wdpr
    Preparing search index...

    wdpr

    wdpr

    Wikidot markup parser and renderer.

    Package Description
    @wdprlib/ast AST types for Wikidot markup
    @wdprlib/parser Parser for Wikidot markup
    @wdprlib/render HTML renderer for Wikidot markup
    @wdprlib/runtime Client-side runtime for Wikidot markup
    npm install @wdprlib/parser @wdprlib/render
    
    import { parse } from '@wdprlib/parser'
    import { renderToHtml } from '@wdprlib/render'

    const ast = parse('**Hello** world')
    const html = renderToHtml(ast)
    bun install
    bun run build
    bun test

    This project is inspired by ftml and the original Wikidot Text_Wiki.

    Available under the terms of the GNU Affero General Public License. See LICENSE.