Commit graph

8 commits

Author SHA1 Message Date
Peter Molnar
fc2288c2fc - removed python markdown traces
- fixed gone_re php regexes
- better nav header layout
- follow page instead of direct RSS link
- logger in settings for nasg instead of direct logging
- prism.js only for articles with language code blocks
- added webmention.io webhook to email template
2018-08-08 09:42:42 +01:00
Peter Molnar
d3fbf2e51f Back To Pandoc
So, Python Markdown is a bottomless pit of horrors, including crippling parsing bugs,
random   out of nowhere, lack of features. It's definitely much faster, than
Pandoc, but Pandoc doesn't go full retard where there's a regex in a fenced code block,
that happens to be a regex for markdown elements.

Also added some ugly post string replacements to make Pandoc fenced code output work
with Prism:
instead of the Pandoc <pre class="codelang"><code>, Prism wants
<pre><code class="language-codelang>, so I added a regex sub, because it's 00:32.
2018-08-04 00:28:55 +01:00
Peter Molnar
45181772e7 update in readme and requirements 2018-07-23 11:04:13 +01:00
Peter Molnar
bff9513eaf v4.0a 2018-07-20 16:45:42 +01:00
Peter Molnar
c1d44eb40b alpha2, re-added replies and reactions 2017-10-27 15:56:05 +01:00
Peter Molnar
4a699ef9f5 2.0-alpha1: tags dropped, favs dropped, bookmarks dropped, reposts dropped, better async rendering; TODO comments, websub pings, webmentions 2017-10-27 10:29:33 +01:00
Peter Molnar
558195288d working search and webmentions receiver 2017-05-26 10:14:24 +01:00
Peter Molnar
88dac0b2fb version 2.0 2017-05-23 11:14:47 +01:00