Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

See https://scuttle.atlassian.net/browse/WJ-363.

...

TODOThe proposed interface, in PHP psuedo-code, could look like this:

Code Block
languagephp
enum WikitextMode {
    FEED,
    MODULE,
    PAGE,
    FORUM_POST,
    DIRECT_MESSAGE,
}

function __construct(WikitextMode $mode);

function renderHtml(string $wikitext

The WikiTransformation::purifyHtml static method will be moved to a new HTML utility class.