Commit 8fccaf0
committed
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 charactersFile tree
4 files changed
+31
-0
lines changed- src/Renderers
- tests
- fixtures
- expected/blocks/nodes
- source/blocks/nodes
4 files changed
+31
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
45 | 58 | | |
46 | 59 | | |
47 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
145 | 149 | | |
146 | 150 | | |
147 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments