-
- [x] **typogrify** - makes a number of changes which should be accepted (all commas before em-dashes)
- [x] **semanticate** - makes a change to c38/l31 which should be accepted; it will also change …
-
Typogrify was updated last year to put a NBSP between De and a name. Do we want to try to do that for any other similar names, e.g. [Ll]a Fontaine, or [Ll]e Clerc, etc.? I'm proofing the next Balzac a…
-
(As you well know, you have more experience with drama productions than I do :), so forgive the possibly ignorant questions. Since IA is down, I found what I believe is the same edition you used on [G…
-
Looks like typogrify is not fullly pytest 4.0 ready.
Just normal build, install and test cycle:
- "setup.py build":
- "setupy install --root "
- "pytest with PYTHONPATH pointing to setearch and si…
-
It seems Typogrify will process capitals separated by dots and spaces, as in `J. F. Kennedy`. This gives an incorrect result with initials used in names (initials shouldn't be formatted differently t…
-
Currently, the following lines produces an mdash and a dash:
``` python
from typogrify.filters import typogrify
print(typogrify("---"))
```
prints
```
—-
```
but it really should print a sin…
-
I've used `{{ item|typogrify }}` without issue a billion times if not more, but today I discovered a problem that has me completely baffled.
Here are two absolutely identical model methods:
```
def …
-
## Including libraries with composer
I am not sure what the recommended way is to include an external library with a Drupal module. Looking at the [Markdown](https://www.drupal.org/project/markdown)…
-
```
I'm not sure if this best done in typogrify or outside of it, but if I
have a block of code on my page, I want to avoid having typogrify touch
that block because it can change the meaning of the…
-
It would help to have a dependency list in the getting started section. I managed to compile a list for some distros:
Ubuntu:
```
sudo apt install build-essential
sudo apt install meson cmake li…