← Back to team overview

zim-wiki team mailing list archive

Re: change the default font html export

 

On Tue, Oct 25, 2011 at 7:57 PM, Marco Cevoli <marco.cevoli@xxxxxxxxx>wrote:

> You should reformat your content in an HTML-safe way. How, it's hard
> to say without checking the original files.
>


You are correct for the cause - but even for this CSS can help.

Try

p {
font-family: monospace;
white-space: pre;
}

Follow ups

References