Joseph McCullough

Results 10 issues of Joseph McCullough

Some questions may want an X step process, where the order of the answers will matter. Perhaps prefixing the term with an `O:` for "ordered" will be good enough.

enhancement

`hintify("multiple [horse]s")` currently returns `"multiple [h____]s"`. To avoid revealing too much, it should return `"multiple [h____]"`

This PR simply includes the `gzip-support` originally branch authored by @m1ome with the merge conflicts resolved. I didn't want that PR to go to waste! Originally PR #24

My site would 500 if the lexer couldn't guess the language. I think rendering plaintext is more stable behavior for users.

In case you want to merge both #8 and #10, you can merge this single PR instead.

The `test_python_tpl_with_table_no_lang` test ([Source here](https://github.com/tlatsas/jinja2-highlight/blob/b8a632833464dfecefda5c837b6f35bc1cc79a15/tests/test_highlight.py#L136-L144)) is failing because Pygment's `guess_lexer` doesn't seem to catch extremely basic Python. Environment info: - Python version - 2.7.6 - Pygments version - 2.0.2 Demo:...

HTML that is technically equivalent is being considered unequal due to whitespace in the `test_python_tpl_with_inline` test. Environment info: - Python version - 2.7.6 - Jinja2 version - 2.8 - Pygments...