diff --git a/modules/markout/lib/markout.js b/modules/markout/lib/markout.js index 9c5852eba..6adc77e9e 100644 --- a/modules/markout/lib/markout.js +++ b/modules/markout/lib/markout.js @@ -800,10 +800,9 @@ MarkOut.prototype.convertMDLines = function(s) /** * convertMDLinks(sBlock) * - * Aside from basic "inline" Markdown links, we also support named anchors; if the link begins with '#', - * we strip the '#' and use the remainder of the link as the name of the anchor. To reference a named - * anchor from another link, you have to specify a path with '#' and the anchor name appended, in order - * to distinguish an anchor name from an anchor reference. + * Aside from basic "inline" Markdown links, we also support named anchors; if the link begins with '!', + * we strip the '!' and use the remainder of the link as the name of the anchor. To reference a named + * anchor from another link, specify a path with '#' and the anchor name appended. * * Note that the need for named anchors is somewhat diminished now that I automatically generate IDs for * all heading tags (eg,

); refer to the generateID() function that's used in convertMDBlocks(). diff --git a/modules/shared/templates/common.html b/modules/shared/templates/common.html index 6532c9cfa..ca57f66c7 100644 --- a/modules/shared/templates/common.html +++ b/modules/shared/templates/common.html @@ -41,7 +41,7 @@
-

Powered by Node.js and AWS | GitHub

+

Powered by Node.js and GitHub

diff --git a/modules/shared/templates/common.xsl b/modules/shared/templates/common.xsl index ee03b7e94..cf20ecffc 100644 --- a/modules/shared/templates/common.xsl +++ b/modules/shared/templates/common.xsl @@ -43,7 +43,7 @@
-

Powered by Node.js and AWS | GitHub

+

Powered by Node.js and GitHub