I have two paragraphs; one in spanish and the other in english. The problem is that the english paragraph has more line spacing than the other (I would like that both have the line spacing of the spanish one):
Here is the MWE:
\documentclass[a5paper, 11pt]{memoir}
\usepackage[utf8]{inputenc}
\usepackage[spanish,es-tabla]{babel}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=black,
filecolor=magenta,
urlcolor=blue,
}
\begin{document}
{\footnotesize \setlength{\parindent}{0pt} Copyleft: Esta obra es
libre; puede redistribuirla o modificarla de acuerdo con los
términos de la Licencia Arte Libre
\url{https://artlibre.org/licence/lal/en/}.
Copyleft: This is a free work; you can copy, distribute, and modify
it under the terms of the Free Art License
\url{https://artlibre.org/licence/lal/en/}. }
\end{document}


\par(I'd use\parin package code and a blanl line in a document) – David Carlisle Feb 17 '22 at 16:41