[dokuwiki] Re: inline code

  • From: "Phy" <dmarc-noreply@xxxxxxxxxxxxx> (Redacted sender "i" for DMARC)
  • To: DokuWiki Mailinglist <dokuwiki@xxxxxxxxxxxxx>
  • Date: Thu, 10 Oct 2019 22:36:38 -0400

On Thu, Oct 10, 2019 at 8:38 AM Fourhundred Thecat <400thecat@xxxxxx> wrote:

Is there somewhere in the dokuwiki code where I could change this manually?

If somebody could point me to where ''%% is defined, I could just change
it to `.


I would not recommend that you modify this directly in the core, or it will
be very difficult for you to upgrade DokuWiki afterwards. A syntax plugin
would be much better.

However since you asked,
https://github.com/splitbrain/dokuwiki/blob/master/inc/Parsing/ParserMode/Unformatted.php

(DokuWiki recently has a PSR-2 change, so you will see two versions of
codebase in master and stable at GitHub, but what you want to find is
similar.)

Best,
Henry

Other related posts: