Force plain text?

This is probably pretty obvious to most, but i sometimes want Obsidian not to think for its self. I want it to display exactly what I’ve typed.

for instance I want to put this in a note

$AllMailboxes|%{$|New-MailboxExportRequest -FilePath \localhost\PSTs$($.Alias).pst}

But when in preview

AllMailboxes|New-MailboxExportRequest -FilePath \localhost\PSTs$($.Alias).pst}

Which is missing a lot of important characters.

Is there a way to override this?

Unbelievably even this forum is not showing either of the above lines without missing some symbols.

Many thanks in advance, Obsidian noob. :slight_smile:

Use inline code and codeblocks.
` inline code `

```
codeblock
```

2 Likes

Thanks, your a star

1 Like