Sub Articulo 87.2

I'd recommend putting a single % into the offending line causing the
\par.
If you really insist, this should be something like
\catcode`\^^M=10
which makes a newline equivalent to a space.
Probably
\endlinechar=32
might also do the trick.