1
0
mirror of https://github.com/gryf/jekyll-rst.git synced 2026-05-04 21:11:00 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
Nikola Igniatovic e74e57e12e Changed converted to use rst2html5
Added rst2html5.py

(cherry picked from commit c12a13c9089eccb6c8ae3f72eae1e2b55bf765df)
2019-05-03 13:39:07 -06:00
Tranch 830d4a498d Remove line number
Remove line number of code block.

(cherry picked from commit 60a416be8291c8da9b9ebc97a4d213982785ec22)
2019-05-03 13:38:58 -06:00
wuyingren 5b8eef7d05 modify for python3
(cherry picked from commit 04b37d3313fbc31f22cf26534257b43e2840bdc4)
2019-05-03 13:38:37 -06:00
Greg Thornton c6a78ef0b5 Merge pull request #8 from vHanda/master
Use hashlib module instead of the deprecated md5 module
2013-02-15 08:23:01 -08:00
Vishesh Handa 02ca442cf0 Use hashlib module instead of the deprecated md5 module
Deprecated since version 2.5

Python3 does not contain the deprecated md5 module
2013-02-15 13:08:25 +05:30
Greg Thornton 469e00b377 Merge pull request #1 from pelletier/patch-1
Makedirs instead of mkdirs
2012-01-14 14:27:57 -08:00
Thomas Pelletier 0ac0cec1f6 It is "makedirs" not "mkdirs". This typo makes the script output nothing (Python crash => only stderr). 2012-01-13 18:23:52 +01:00
Greg Thornton 45350465c7 Fix indentation error in README 2011-12-17 16:49:53 -06:00
Greg Thornton 547dbeca8f Update README 2011-12-17 16:48:27 -06:00
Greg Thornton 6c5e1b585c Initial commit 2011-12-17 16:05:14 -06:00