parser-parsedown.php
Interfaces, Classes, Traits and Enums
- PeppermintParsedown
- The Peppermint-flavoured Parsedown parser.
Table of Contents
- parsedown_pagename_resolve() : string
- Attempts to 'auto-correct' a page name by trying different capitalisation combinations.
Functions
parsedown_pagename_resolve()
Attempts to 'auto-correct' a page name by trying different capitalisation combinations.
parsedown_pagename_resolve(string $pagename) : string
Parameters
- $pagename : string
-
The page name to auto-correct.
Return values
string —The auto-corrected page name.