// Jest Snapshot v1, https://goo.gl/fbAQLP exports[` renders formatted m.text correctly italics, bold, underline and strikethrough render as expected 1`] = `
foo baz bar del u
`; exports[` renders formatted m.text correctly linkification is not applied to code blocks 1`] = `

Visit https://matrix.org/

      
        
          1
        
      
      
https://matrix.org/
`; exports[` renders formatted m.text correctly pills appear for an MXID permalink 1`] = `
Chat with Member
`; exports[` renders formatted m.text correctly pills appear for event permalinks without a custom label 1`] = `
See this message Message in room name
`; exports[` renders formatted m.text correctly pills appear for room links with vias 1`] = `
A room name with vias
`; exports[` renders formatted m.text correctly pills do not appear for event permalinks with a custom label 1`] = `
An event link with text
`; exports[` renders formatted m.text correctly pills do not appear in code blocks 1`] = `

@room

      
        
          1
        
      
      
@room
`; exports[` renders formatted m.text correctly pills get injected correctly into the DOM 1`] = ` `; exports[` renders formatted m.text correctly renders formatted body without html correctly 1`] = `
escaped *markdown*
`; exports[` renders formatted m.text correctly should syntax highlight code blocks 1`] = `
      
        
          1
        
        
          2
        
        
          3
        
        
          4
        
        
          5
        
        
          6
        
        
          7
        
        
          8
        
        
          9
        
        
          10
        
      
      
# Python Program to calculate the square root # Note: change this value for a different result num = 8 # To take the input from the user #num = float(input('Enter a number: ')) num_sqrt = num ** 0.5 print ( 'The square root of %0.3f is %0.3f' %(num ,num_sqrt))
`; exports[` renders formatted m.text correctly spoilers get injected properly into the DOM 1`] = `
Hey
`; exports[` renders m.emote correctly 1`] = ` winks `; exports[` renders m.notice correctly 1`] = `
this is a notice, probably from a bot
`; exports[` renders plain-text m.text correctly linkification get applied correctly into the DOM 1`] = ` `; exports[` renders plain-text m.text correctly should pillify a permalink to a message in the same room with the label »Message from Member« 1`] = `"Visit Message from Member"`; exports[` renders plain-text m.text correctly should pillify a permalink to an event in another room with the label »Message in Room 2« 1`] = `"Visit Message in Room 2"`; exports[` renders plain-text m.text correctly should pillify a permalink to an unknown message in the same room with the label »Message« 1`] = `
Visit Message
`; exports[` renders plain-text m.text correctly simple message renders as expected 1`] = `
this is a plaintext message
`;