Browse Source

Fix footnotes

master
Matt Baer 6 years ago
parent
commit
f6db2fa046
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      index.html

+ 8
- 8
index.html View File

@@ -92,7 +92,7 @@
<td class="tg-jd9x">Markdown support</td>
<td class="tg-y8j1">&#x2713;</td>
<td class="tg-y8j1">&#x2713;</td>
<td class="tg-y8j1"><a href="#f2">&#x2713;<sup>2</sup></a></td>
<td class="tg-y8j1"><a href="#f1">&#x2713;<sup>1</sup></a></td>
</tr>
<tr>
<td class="tg-jd9x">Developer API</td>
@@ -104,19 +104,19 @@
<td class="tg-jd9x">Export posts</td>
<td class="tg-y8j1">&nbsp;</td>
<td class="tg-y8j1">&nbsp;</td>
<td class="tg-y8j1"><a href="#f3">&#x2713;<sup>3</sup></a></td>
<td class="tg-y8j1"><a href="#f2">&#x2713;<sup>2</sup></a></td>
</tr>
<tr>
<td class="tg-jgj0">Find others&#39; posts</td>
<td class="tg-ttsk">&nbsp;</td>
<td class="tg-ttsk">&nbsp;</td>
<td class="tg-ttsk"><a href="#f4">&#x2713;<sup>4</sup></a></td>
<td class="tg-ttsk"><a href="#f3">&#x2713;<sup>3</sup></a></td>
</tr>
<tr>
<td class="tg-jd9x">Apps, etc.</td>
<td class="tg-y8j1">&nbsp;</td>
<td class="tg-y8j1">&nbsp;</td>
<td class="tg-y8j1"><a href="#f5">&#x2713;<sup>5</sup></a></td>
<td class="tg-y8j1"><a href="#f4">&#x2713;<sup>4</sup></a></td>
</tr>
<tr>
<td class="tg-jd9x">Tor hidden service</td>
@@ -225,19 +225,19 @@
<h2>Footnotes</h2>

<p>
<a name="f2"><sup>2</sup></a> Markdown is supported automatically on Write.as blog posts, or by adding <code>.md</code> to an anonymous post URL.
<a name="f1"><sup>1</sup></a> Markdown is supported automatically on Write.as blog posts, or by adding <code>.md</code> to an anonymous post URL.
</p>

<p>
<a name="f3"><sup>3</sup></a> Export as plain text or Markdown by adding <code>.txt</code> or <code>.md</code>, respectively, to a post URL. Export as JSON via the <a href="https://writeas.github.io/docs/#retrieve-a-post">API</a>.
<a name="f2"><sup>2</sup></a> Export as plain text or Markdown by adding <code>.txt</code> or <code>.md</code>, respectively, to a post URL. Export as JSON via the <a href="https://writeas.github.io/docs/#retrieve-a-post">API</a>.
</p>

<p>
<a name="f4"><sup>4</sup></a> Find public blog posts at <a href="https://read.write.as/">https://read.write.as</a>.
<a name="f3"><sup>3</sup></a> Find public blog posts at <a href="https://read.write.as/">https://read.write.as</a>.
</p>

<p>
<a name="f5"><sup>5</sup></a> Available for Android, iOS, Chrome OS, as a Chrome extension, and Windows/macOS/Linux via command-line: <a href="https://write.as/apps">platforms</a>.
<a name="f4"><sup>4</sup></a> Available for Android, iOS, Chrome OS, as a Chrome extension, and Windows/macOS/Linux via command-line: <a href="https://write.as/apps">platforms</a>.
</p>

<footer>


Loading…
Cancel
Save