Update footnote2.php

This commit is contained in:
owen 2021-06-27 22:20:12 -04:00 committed by GitHub
parent f089e0a110
commit b3b76644ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();