Commit Graph

273 Commits

Author SHA1 Message Date
Frank Smit dcf87c8a06 Fix version number in changelog. 2017-01-15 21:13:21 +01:00
Frank Smit 488cda2c88 Update to latest Hoedown. 2017-01-15 20:45:19 +01:00
Frank Smit f3d83eca19 Add Termux installation instructions to documentation. 2017-01-15 20:40:53 +01:00
Frank Smit f2c3f637f1 Update version numbers and changelog. 2017-01-15 20:25:50 +01:00
Frank Smit 8eddb9be48 Add Debian/Ubuntu dependency to the docs. 2017-01-15 20:14:08 +01:00
Frank Smit 2f8fee2f86 Add 3.6 and PyPy to Travis config. 2017-01-15 19:59:22 +01:00
Frank Smit 4e3181430a Update THANKS 2017-01-15 14:49:52 +01:00
Frank Smit bc251d467b Merge pull request #60 from Changaco/xss-protection
Add a new renderer class with XSS protections.
2017-01-15 14:48:29 +01:00
Changaco 811ff1e7b6 improve code style consistency 2017-01-15 14:03:05 +01:00
Changaco e0988299fa more consistent quoting style 2017-01-15 14:03:05 +01:00
Changaco 7a856d5963 link → url 2017-01-15 14:03:05 +01:00
Changaco b830a0a567 link to stackexchange question 2017-01-15 14:03:05 +01:00
Changaco 9833b70a9a clarify link filtering 2017-01-15 14:03:02 +01:00
Changaco 6de215705a fix copy-paste error 2017-01-15 10:11:40 +01:00
Changaco 7b967886e9 fix typo 2017-01-15 10:11:03 +01:00
Changaco 8783ac4c69 add a built-in implementation of URL rewriting 2017-01-14 10:49:15 +01:00
Changaco 1aa4e1f9e9 add a new HtmlRenderer subclass with XSS protections 2017-01-14 10:36:58 +01:00
Changaco 53c2b953db add a binding for `hoedown_escape_html()`
We need an escape function to implement XSS protection.
2017-01-13 14:21:43 +01:00
Frank Smit c457f72df0 Update THANKS 2016-05-26 23:21:02 +02:00
Frank Smit 10c4aff706 Merge pull request #56 from graphicore/improved_docs_example
Update Pygments example to not fail when the lang is unknown.
2016-05-26 11:20:51 +02:00
Lasse Fister 6e7d573a65 Update Pygments example to not fail when the lang is unknown. 2016-05-26 04:55:57 +02:00
Frank Smit f28416e904 Add note about python-dev and libffi-dev. 2015-11-11 23:59:35 +01:00
Frank Smit 1cef26e45e Update changelog.rst 2015-10-30 15:45:03 +01:00
Frank Smit 5dea1ba3e1 Update THANKS 2015-10-30 15:43:02 +01:00
Frank Smit 5d03199e51 Merge pull request #48 from sprin/py2.6
Python 2.6 support.
2015-10-30 15:40:16 +01:00
Steffen Prince 686d87d30f Add Py2.6 compatibility 2015-10-29 14:29:22 -07:00
Frank Smit abf6cfdb4c Update MANIFEST.in. 2015-10-22 15:36:42 +02:00
Frank Smit f1cdc35c51 Cleanup. 2015-10-22 15:27:37 +02:00
Frank Smit 5fab654d1d Pass arguments from setup.py to run_tests.py. 2015-10-22 14:09:51 +02:00
Frank Smit a56c96a2a4 Fix bugs in misaka script. 2015-10-22 13:44:49 +02:00
Frank Smit 2a46ce9677 Update documentation. 2015-10-21 19:14:03 +02:00
Frank Smit e85b4ef75e Add tox config and test data. 2015-10-21 13:54:16 +02:00
Frank Smit 4ef17f37bc Wrap long lines. 2015-10-21 13:26:24 +02:00
Frank Smit d5acaddd3e Store the handle of the renderer to prevent GC. 2015-10-21 13:19:49 +02:00
Frank Smit 04427b264b Move and simplify benchmark filter code. 2015-10-17 16:29:36 +02:00
Frank Smit 07858e298b Remove old benchmark code. 2015-10-17 16:12:27 +02:00
Frank Smit 2e0b10f565 Add benchmark to chibitest and misaka. 2015-10-17 16:09:22 +02:00
Frank Smit e5164bc7c5 Pass options to test script and compile modile before running tests. 2015-10-17 15:51:03 +02:00
Frank Smit 31209f8042 PyPy on Travis CI too old. 2015-10-14 22:16:22 +02:00
Frank Smit 2c0bcc18e5 Add new CPython versions and enable PyPy. 2015-10-14 22:12:21 +02:00
Frank Smit aac40ee755 Move callbacks, utils and constants into their own modules. 2015-10-14 22:08:01 +02:00
Frank Smit cbd9834466 Add is_block argument to list and list item callbacks. 2015-10-14 15:34:18 +02:00
Frank Smit c26857e9c3 Update autolink callback and made code a but more compact. 2015-10-04 23:47:24 +02:00
Frank Smit 1e1ff0e6aa Pass string and booleans to render callbacks. 2015-10-04 23:38:33 +02:00
Frank Smit cc8edf95ab Also process args in html function. 2015-10-04 23:18:56 +02:00
Frank Smit 7a7740be8a Update misaka script. 2015-10-04 23:11:57 +02:00
Frank Smit 157e5690ab Replace constant with string. 2015-10-04 22:53:54 +02:00
Frank Smit df769725d6 Passing extensions and flags using constants is now deprecated. 2015-10-04 22:50:26 +02:00
Frank Smit 748054fc9f Update Hoedown. 2015-10-04 22:17:13 +02:00
Frank Smit 4b00fb29e1 Rename function. 2015-10-04 22:15:25 +02:00