Skip to content

Commit e2a5913

Browse files
committed
Few more markdown fixes.
1 parent 073898f commit e2a5913

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the following code at the bottom of your LocalSettings.php:
1717

1818
wfLoadExtension( 'CharacterEscapes' );
1919

20-
Yes Done - Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
20+
Done - Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
2121

2222

2323
##Example
@@ -37,7 +37,7 @@ produces the following:
3737
* 3
3838
* 4
3939

40-
Note that the example uses the [[Extension:VariablesExtension|variables]] and [[Extension:Control Structure Functions|control structure functions]] extensions.
40+
Note that the example uses the [variables](https://www.mediawiki.org/wiki/Extension:VariablesExtension) and [control structure functions](https://www.mediawiki.org/wiki/Extension:Control_Structure_Functions) extensions.
4141

4242
##Limitations
4343
MediaWiki does not support nested tags of the same type (see [[bugzilla:1310|bug #1310]]). Given the following:
@@ -59,4 +59,4 @@ A workaround is to explicitly write out the nested escape sequences:
5959
Another solution is to apply the modification given in the discussion of [[bugzilla:1310|bug #1310]].
6060

6161
##Writing Extensions that Use Character Escapes
62-
If you would like your extension to make use of character escapes, the class CharacterEscapes contains two static functions for replacing characters with escapes (<tt>CharacterEscapes::charEsc()</tt>) and replacing escapes with characters (<tt>CharacterEscapes::charUnesc()</tt>).
62+
If you would like your extension to make use of character escapes, the class CharacterEscapes contains two static functions for replacing characters with escapes (`CharacterEscapesHooks::charEsc()`) and replacing escapes with characters (`CharacterEscapesHooks::charUnesc()`).

README.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ A workaround is to explicitly write out the nested escape sequences:
7272
Another solution is to apply the modification given in the discussion of [[bugzilla:1310|bug #1310]].
7373
7474
==Writing Extensions that Use Character Escapes==
75-
If you would like your extension to make use of character escapes, the class CharacterEscapes contains two static functions for replacing characters with escapes (<tt>CharacterEscapes::charEsc()</tt>) and replacing escapes with characters (<tt>CharacterEscapes::charUnesc()</tt>).
75+
If you would like your extension to make use of character escapes, the class CharacterEscapes contains two static functions for replacing characters with escapes (<tt>CharacterEscapesHooks::charEsc()</tt>) and replacing escapes with characters (<tt>CharacterEscapesHooks::charUnesc()</tt>).
7676
7777
==See also==
7878
* [[Extension:Control Structure Functions]]

0 commit comments

Comments
 (0)