From bba6f832fe04b87c95ff0500465068918a75482e Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Fri, 13 Mar 2015 13:44:16 -0700 Subject: [PATCH] Switch to new markdown handler --- journal/.htaccess | 2 +- journal/issues.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/journal/.htaccess b/journal/.htaccess index 7010055..fff76c2 100644 --- a/journal/.htaccess +++ b/journal/.htaccess @@ -1,2 +1,2 @@ -Action markdown /cgi-bin/markdown/handler.php +Action markdown /cgi-bin/markdown/Markdown.cgi AddHandler markdown .md diff --git a/journal/issues.md b/journal/issues.md index 0c6af9f..868f69b 100644 --- a/journal/issues.md +++ b/journal/issues.md @@ -3,12 +3,14 @@ Issues I have reported Open bugs --------- + | Link | Description | |------------------------------------------------------|----------------------------------------------------------| | | | Open feature requests --------------------- + | Link | Description | |------------------------------------------------------|----------------------------------------------------------| | https://github.com/joemccann/dillinger/issues/308 | Add file locations to cloud editor. **Two $10 bounties** | @@ -16,6 +18,7 @@ Open feature requests Bugs I reported which were fixed -------------------------------- + | Link | Description | |------------------------------------------------------|----------------------------------------------------------| | https://github.com/mikolalysenko/union-find/issues/4 | Algorithm misimplemented | @@ -23,6 +26,7 @@ Bugs I reported which were fixed Features I requested which were added ------------------------------------- + | Link | Description | |------------------------------------------------------|----------------------------------------------------------| | https://github.com/mispy/twitter_ebooks/issues/37 | Better tolerance for twitter's rate-limiting | -- 2.47.3