Hi,
Am Mittwoch, dem 30.12.2020 um 10:31 +0100 schrieb Thomas Morley:
> Hi,
>
> while preparing a patch a noticed a problem with a doc-string:
> I want to refer to newline characters and wrote "@code{#\newline}",
> but it comes out as
> # ewline
> for both pdf and html.
> I couldn't figure how to let print
> #\newline
>
> Any hint?
I didn't try, but I could imagine that you need to escape the backslash
so it's not expanded when parsing the string, like so:
@code{#\\newline}
Does this help?
Jonas
signature.asc
Description: This is a digitally signed message part
