Update footnote2.php
This commit is contained in:
parent
f089e0a110
commit
b3b76644ab
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ SDV($FootnoteBacklinkCharacter, '⇑');
|
|||
|
||||
## [^footnote text^] and [^#^] to list footnotes with blue line or [^@^] to list them without
|
||||
Markup("[^",'<split','/\[\^(.*?)\^\]/s',"Footnote");
|
||||
Markup("checkbox", "inline", "/\[ \]/", "<input type=checkbox class=checkbox disabled>");
|
||||
Markup("checkedbox", "inline", "/\[x\]/", "<input type=checkbox class=checkbox disabled checked>");
|
||||
|
||||
function Footnote($m) {
|
||||
static $fngroup = 1, $fncount = 0, $fntext = array();
|
||||
|
|
Loading…
Reference in a new issue