forked from varia/multifeeder
adding markdown support
This commit is contained in:
parent
f6922739b9
commit
a430e41357
@ -20,15 +20,15 @@
|
|||||||
<br>
|
<br>
|
||||||
(for the latest 5 posts in all feeds)
|
(for the latest 5 posts in all feeds)
|
||||||
<br><br>
|
<br><br>
|
||||||
Format: JSON
|
Format: <a href="/API/latest/5?format=json" target="_blank">JSON</a> (default), <a href="/API/latest/5?format=md" target="_blank">Markdown</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="accesspoint">
|
<div class="accesspoint">
|
||||||
<h2>/API/today/</h2>
|
<h2>/API/today</h2>
|
||||||
For example: <a href="/API/today/" target="_blank">https://multi.vvvvvvaria.org/API/today/</a>
|
For example: <a href="/API/today" target="_blank">https://multi.vvvvvvaria.org/API/today/</a>
|
||||||
<br>
|
<br>
|
||||||
(for the posts published today)
|
(for the posts published today)
|
||||||
<br><br>
|
<br><br>
|
||||||
Format: JSON
|
Format: <a href="/API/today" target="_blank">JSON</a> (default), <a href="/API/today?format=md" target="_blank">Markdown</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="accesspoint">
|
<div class="accesspoint">
|
||||||
<h2>/API/past/[days]</h2>
|
<h2>/API/past/[days]</h2>
|
||||||
@ -36,7 +36,7 @@
|
|||||||
<br>
|
<br>
|
||||||
(for all the posts published in the last 30 days)
|
(for all the posts published in the last 30 days)
|
||||||
<br><br>
|
<br><br>
|
||||||
Format: JSON
|
Format: <a href="/API/past/30?format=json" target="_blank">JSON</a> (default), <a href="/API/past/30?format=md" target="_blank">Markdown</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="feeds">
|
<section id="feeds">
|
||||||
|
Loading…
Reference in New Issue
Block a user