<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>octopress on
A Scripter's Notes</title><link>https://scripter.co/categories/octopress/</link><description>Recent content in octopress
on A Scripter's Notes</description><language>en-us</language><managingEditor>kaushal.modi@gmail.com (Kaushal Modi)</managingEditor><webMaster>kaushal.modi@gmail.com (Kaushal Modi)</webMaster><lastBuildDate>Wed, 22 Apr 2026 08:24:58 -0400</lastBuildDate><generator>Hugo -- gohugo.io</generator><docs>https://validator.w3.org/feed/docs/rss2.html</docs><atom:link href="https://scripter.co/categories/octopress/index.xml" rel="self" type="application/rss+xml"/><item><title>How to add footnotes in Octopress posts?</title><link>https://scripter.co/how-to-add-footnotes-in-octopress-posts/</link><description>&lt;p>&lt;strong>Update (2017/02/23)&lt;/strong> &amp;mdash; Now I use Hugo instead of Octopress for
blogging. But the same method of using &lt;code>[^1]&lt;/code> works for creating
footnotes.&lt;/p>
&lt;hr>
&lt;p>While looking for a way to add footnotes to my posts, I came across
this &lt;a href="https://hiltmon.com/blog/2013/05/08/octopress-now-has-footnotes/">post&lt;/a>.&lt;/p>
&lt;p>Based on that, here is how I got the footnotes working:&lt;/p>
&lt;ul>
&lt;li>To create a footnote, use the standard MultiMarkdown &lt;code>[^1]&lt;/code> anchor
to create the footnote reference link, and add &lt;code>[^1]: The footnote content&lt;/code> to the bottom of the file. Footnote example&lt;sup id="fnref:1">&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref">1&lt;/a>&lt;/sup>.&lt;/li>
&lt;li>To make the footnotes smaller, lighter and closer together, add the
following CSS to &lt;code>sass/custom/_styles.css&lt;/code> file:
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-css" data-lang="css">&lt;span class="line">&lt;span class="cl">&lt;span class="p">.&lt;/span>&lt;span class="nc">footnotes&lt;/span> &lt;span class="p">{&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="k">font-size&lt;/span>&lt;span class="p">:&lt;/span> &lt;span class="mi">13&lt;/span>&lt;span class="kt">px&lt;/span>&lt;span class="p">;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="k">line-height&lt;/span>&lt;span class="p">:&lt;/span> &lt;span class="mi">16&lt;/span>&lt;span class="kt">px&lt;/span>&lt;span class="p">;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="k">color&lt;/span>&lt;span class="p">:&lt;/span> &lt;span class="mh">#666&lt;/span>&lt;span class="p">;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="err">p&lt;/span> &lt;span class="err">{&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="k">margin-bottom&lt;/span>&lt;span class="p">:&lt;/span> &lt;span class="mi">6&lt;/span>&lt;span class="kt">px&lt;/span>&lt;span class="p">;&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl"> &lt;span class="p">}&lt;/span>
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="err">}&lt;/span>
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/li>
&lt;/ul>
&lt;div class="footnotes" role="doc-endnotes">
&lt;hr>
&lt;ol>
&lt;li id="fn:1">
&lt;p>I am a little footnote. &lt;a href="https://www.google.com">Hyperlinks&lt;/a> are also allowed here. Note that the index style &lt;code>[Page Title][linkindex]&lt;/code> links don&amp;rsquo;t work in the footnotes; the links have to be defined using the &lt;code>[Page Title](link)&lt;/code> syntax.&amp;#160;&lt;a href="#fnref:1" class="footnote-backref" role="doc-backlink">&amp;#x21a9;&amp;#xfe0e;&lt;/a>&lt;/p>
&lt;/li>
&lt;/ol>
&lt;/div></description><category domain="https://scripter.co/categories/octopress">octopress</category><category domain="https://scripter.co/categories/markdown">markdown</category><category domain="https://scripter.co/categories/footnotes">footnotes</category><guid>https://scripter.co/how-to-add-footnotes-in-octopress-posts/</guid><pubDate>Thu, 06 Mar 2014 10:47:35 -0500</pubDate></item></channel></rss>