From dbc6b6f3b616183fc34b70b1b6430d6db00a673c Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 12 Apr 2019 14:29:52 -0700 Subject: [PATCH] Update textile-to-markdown-literate-haskell-2017-02-08.markdown --- .../textile-to-markdown-literate-haskell-2017-02-08.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blog/textile-to-markdown-literate-haskell-2017-02-08.markdown b/blog/textile-to-markdown-literate-haskell-2017-02-08.markdown index 233978b..176c701 100644 --- a/blog/textile-to-markdown-literate-haskell-2017-02-08.markdown +++ b/blog/textile-to-markdown-literate-haskell-2017-02-08.markdown @@ -5,6 +5,11 @@ date: 2017-02-08 # textile-conversion Main +Author's Note: this was intended to be documentation for a service that never ended +up being implemented. It was going to help [Derpibooru](https://derpibooru.org) +convert its existing markup to [Markdown](https://github.github.com/gfm/). This +never happened. + This program listens on port 5000 and serves an unchecked-path web handler that converts Derpibooru Textile via HTML into Markdown, using a two-step process.