22a3fda397be
Update
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Mon, 24 Dec 2018 16:01:48 -0500 | 
| parents | a313c744e524 | 
| children | 38e44c9ae80b | 
| branches/tags | (none) | 
| files | README.markdown | 
Changes
--- a/README.markdown Mon Dec 24 15:39:26 2018 -0500 +++ b/README.markdown Mon Dec 24 16:01:48 2018 -0500 @@ -531,3 +531,8 @@ ## 2018-12-24 Fixed a bug in one of my Rosalind problems. + +Pinned `python-markdown` to version `2.6.11` in `d` because the last release is +fucking broken (it double-escapes characters in codehilited blocks). They fixed +it months ago but still haven't pushed a new release, so whatever, I'll just pin +to one that seems to work. At least I can build my documentation again.