Commit e9faf45
committed
fix(plugins): correction erreur avec kroki à cause de doublons dans les retours à la ligne
Cela conduisait à une erreur avec tikz sur certains graphes.
Exemple :
\documentclass[tikz,border=10pt]{standalone}
\begin{document}
\begin{tikzpicture}
\node (A) {A}
child { node (n1) {1} }
child { node (n2) {2} }
child { node (n3) {3} }
child { node (n4) {4} }
child { node (n5) {5} }
;
\end{tikzpicture}
\end{document}1 parent 63a9cea commit e9faf45
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments