Block Quote and Preformatted text strange behavior

Maybe I’m missing a key ingredient about how to post code and results.
all three delete any text between these characters <> text deleted libcaja-extension

just text here:
pfeiffep@Dell-1749:~$ apt-cache depends caja | grep Breaks
Breaks:
Breaks: mate-session-manager

preformatted:

  pfeiffep@Dell-1749:~$ apt-cache depends caja | grep Breaks
  Breaks: <libcaja-extension>
  Breaks: mate-session-manager

block:

pfeiffep@Dell-1749:~$ apt-cache depends caja | grep Breaks
Breaks:
Breaks: mate-session-manager

It works, I just edited your original post to show the preformatted text, which needed an extra line between the two sections.

Should be:

My example code:

    line 1
    <line 2>
    line 3

Instead of:

My example code:
    line 1
    <line 2>
    line 3

<> tags are reserved, like <strike>. So the behaviour is correct, just an extra return is needed for it to display. :slight_smile:

Luke, @lah7 Thanks for the clarification
So the pre-formatted works just fine when using an extra line between text and the application of preformatted, however the block quote failed to include the text between <>
OR
you only corrected the first … I’m trying pre-formatted from another computer this time

pfeiffep@HPE-580t:~$ apt-cache depends caja | grep Breaks
  Breaks: <libcaja-extension>
  Breaks: mate-session-manager
pfeiffep@HPE-580t:~$ 

seems to work just fine, now with block quote

pfeiffep@HPE-580t:~$ apt-cache depends caja | grep Breaks
Breaks:
Breaks: mate-session-manager
pfeiffep@HPE-580t:~$

So the block quote doesn’t work Lesson learned :grinning:

1 Like