lambda x: x,
lambda x: None,
lambda x: x,
+ 20,
ContentOnlyLayout(PandocTexifier('pandoc')),
'margin=20mm',
buf,
assert re.match(br'''\\documentclass{article}
(\\usepackage{[a-z]+}\n)+\\usepackage\[margin=20mm\]{geometry}
\\begin{document}
-\\newcommand{\\href}\[2\]{#2\\footnote{\\detokenize{#1}}}
+(.|\n)*
This is \\href{https://glowfic.com}{glowfic}
You \\emph{sure}\?
lambda x: x,
lambda x: None,
lambda x: x,
+ 20,
ContentOnlyLayout(texifier),
None,
buf,
lambda x: x,
lambda x: None,
lambda x: x,
- BesideIconLayout(PandocTexifier('pandoc'), 20),
+ 20,
+ BesideIconLayout(PandocTexifier('pandoc')),
None,
out,
lambda _: None)