You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #181 Add support for tilde characters (javiereguiluz, wouterj)
This PR was merged into the main branch.
Discussion
----------
Add support for tilde characters
Related to
* symfony/symfony-docs#20215
This PR adds a failing test that shows the issue. This is the output change that would make test pass:
```diff
-<p>Excepteur 1,000 sint! ...
+<p>Excepteur ~1,000 sint! ...
```
Commits
-------
9223ccc Temporary replace tildes to avoid it being parsed as NBSP
3a300ac Add support for tilde characters
0 commit comments