Enclosing text in '=' symbols generally causes the text to be formatted as code. I've found this fails if the last character in the text is a single quote ('): + =This works= + =So does 'this= + =But not this'= The text in the first two lines appears in the 'code' face (gray), and is exported to HTML in a tag. The last line appears in the normal face, and is not exported in a tag. Is this expectd behavoiur? If not, where is the best place to start poking around to fix it? Thanks, Mike