The project is not "AWS-powered" anymore
This commit is contained in:
parent
5bc780035d
commit
01ee3d4c49
3 changed files with 5 additions and 6 deletions
|
|
@ -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, <h1>); refer to the generateID() function that's used in convertMDBlocks().
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="common-top-right">
|
||||
<p>Powered by <a href="http://nodejs.org" target="_blank">Node.js</a> and <a href="http://aws.amazon.com/elasticbeanstalk/" target="_blank">AWS</a> | <a href="http://github.com/jeffpar/pcjs" target="_blank">GitHub</a></p>
|
||||
<p>Powered by <a href="http://nodejs.org" target="_blank">Node.js</a> and <a href="http://github.com/jeffpar/pcjs" target="_blank">GitHub</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="common-middle">
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="common-top-right">
|
||||
<p>Powered by <a href="http://nodejs.org" target="_blank">Node.js</a> and <a href="http://aws.amazon.com/elasticbeanstalk/" target="_blank">AWS</a> | <a href="http://github.com/jeffpar/pcjs" target="_blank">GitHub</a></p>
|
||||
<p>Powered by <a href="http://nodejs.org" target="_blank">Node.js</a> and <a href="http://github.com/jeffpar/pcjs" target="_blank">GitHub</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</xsl:template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue