remowing preview
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
simonpetit 2024-12-09 14:53:56 +00:00
parent 372bf85181
commit 7b4e5a29ad

View File

@ -34,7 +34,7 @@ I started by making an array of size `3n`, `n` being the number of tests. Indeed
This approach has flaws, obviously, and the biggest one being the consistence of html. Indeed this html :
<h1>Title</>
<h1>Title</h1>
is strictly equivalent to :
@ -44,4 +44,4 @@ is strictly equivalent to :
whereas the strings are not equal.
The most naive approach I came with (and because I wanted a quick prototype so I didn't think much about it) was to remove all carriage return from the parser output, using `tr -d '\n'`
The most naive approach I came with (and because I wanted a quick prototype so I didn't think much about it) was to remove all carriage return from the parser output, using `tr -d '\n'`