This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | Both sides next revision | ||
plugin:xterm [2020-03-01 17:59] Aleksandr | plugin:xterm [2020-11-23 15:11] (current) kirbach Compatibility with Hogfather | ||
---|---|---|---|
Line 7: | Line 7: | ||
type : syntax | type : syntax | ||
lastupdate : 2006-08-26 | lastupdate : 2006-08-26 | ||
- | compatible : | + | compatible : hogfather |
depends | depends | ||
conflicts | conflicts | ||
Line 256: | Line 256: | ||
Best regards, \\ | Best regards, \\ | ||
Gürkan (have a look at our [[http:// | Gürkan (have a look at our [[http:// | ||
+ | |||
+ | ---- | ||
+ | ===== Compatibility ===== | ||
+ | |||
+ | To get compatibility with 2020-07-29 " | ||
+ | |||
+ | <code diff> | ||
+ | --- lib/ | ||
+ | +++ lib/ | ||
+ | @@ -78,7 +78,8 @@ | ||
+ | /** | ||
+ | * Handle the match | ||
+ | */ | ||
+ | - function handle($match, | ||
+ | + /* function handle($match, | ||
+ | + function handle($match, | ||
+ | | ||
+ | case DOKU_LEXER_ENTER : | ||
+ | | ||
+ | @@ -97,7 +98,8 @@ | ||
+ | /** | ||
+ | * Create output | ||
+ | */ | ||
+ | - function render($mode, | ||
+ | + /* function render($mode, | ||
+ | + function render($mode, | ||
+ | | ||
+ | if ($data[1] == DOKU_LEXER_ENTER){ | ||
+ | | ||
+ | </ | ||
+ | --- [[user> |