Skip to content

Let output get formatted #4

Description

@ben-github

Is there a way to get the output of my php function get parsed by dokuwiki? I'd like to have:

$thisfunction = function($params){
   $out = "=== Heading ===\n";
   $out .= "Input of **" . $params[0] . "** in bold.\n";
   return $out;
}

Where the heading and bold wiki syntax gets parsed into the document output.

Thanks,

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions