dokuwiki
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dokuwiki [2016/05/14 16:04] – external edit 127.0.0.1 | dokuwiki [2023/08/18 18:15] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 7: | Line 7: | ||
... | ... | ||
</ | </ | ||
+ | |||
+ | ====== ASCIIMathML.js ====== | ||
+ | |||
+ | Incorporating [[https:// | ||
+ | |||
+ | * Copy '' | ||
+ | * Create or update '' | ||
+ | <code javascript> | ||
+ | /* DOKUWIKI: | ||
+ | </ | ||
+ | * Update '' | ||
+ | <code php> | ||
+ | $conf[' | ||
+ | </ | ||
+ | |||
+ | ====== Tiny Diagram ====== | ||
+ | |||
+ | Incorporating the [[http:// | ||
+ | |||
+ | * Add '' | ||
+ | |||
+ | <code php> | ||
+ | // add formatting modes | ||
+ | $fmt_modes = array(' | ||
+ | ' | ||
+ | </ | ||
+ | |||
+ | * Add the following function to '' | ||
+ | |||
+ | <code php> | ||
+ | function diag($match, | ||
+ | $this-> | ||
+ | return true; | ||
+ | } | ||
+ | |||
+ | </ | ||
+ | |||
+ | * Add the following functions to ''/ | ||
+ | |||
+ | <code php> | ||
+ | /** | ||
+ | * Start diag formatting | ||
+ | */ | ||
+ | function diag_open() { | ||
+ | $this-> | ||
+ | } | ||
+ | |||
+ | /** | ||
+ | * Stop diag formatting | ||
+ | */ | ||
+ | function diag_close() { | ||
+ | $this-> | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | * Add '' | ||
+ | |||
+ | <code php> | ||
+ | // modes for styling text -- footnote behaves similar to styling | ||
+ | ' | ||
+ | ' | ||
+ | </ | ||
+ | |||
+ | * and the following entry in the formatting array: | ||
+ | |||
+ | <code php> | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ' | ||
+ | ), | ||
+ | </ | ||
+ | |||
+ | * Add the following functions to '' | ||
+ | |||
+ | <code php> | ||
+ | /** | ||
+ | * Start diag formatting | ||
+ | */ | ||
+ | function diag_open() { | ||
+ | } | ||
+ | |||
+ | /** | ||
+ | * Stop diag formatting | ||
+ | */ | ||
+ | function diag_close() { | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | * Copy '' | ||
+ | * Create or update '' | ||
+ | <code javascript> | ||
+ | /* DOKUWIKI: | ||
+ | </ | ||
+ | * Dokuwiki tries to convert quotes to "smart quotes" | ||
+ | <code php> | ||
+ | $conf[' | ||
+ | </ | ||
+ | |||
dokuwiki.1463241895.txt.gz · Last modified: 2023/08/18 18:15 (external edit)