Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
Post History
You can try as Moshi said. Even, you can try following line either. > paragraph <br/> Hello It works like this. paragraph Hello This snag doesn't happen on Stack Exchange. ...
Answer
#3: Post edited
- You can try as [Moshi said](https://meta.codidact.com/posts/283119#answer-283119). Even, you can try following line either.
- ```
- > paragraph <br/> Hello
- ```
- It works like this.
- > paragraph <br/> Hello
- >This snag doesn't happen on Stack Exchange.
No! It also happens in SE.
- You can try as [Moshi said](https://meta.codidact.com/posts/283119#answer-283119). Even, you can try following line either.
- ```
- > paragraph <br/> Hello
- ```
- It works like this.
- > paragraph <br/> Hello
- >This snag doesn't happen on Stack Exchange.
- No! It also happens in SE.
- If you only want to use HTML than, you can use following code.
- ```plain
- <blockquote>
- <p>first paragraph</p>
- <p>second paragraph</p>
- </blockquote>
- ```
- Here how it looks like.
- <blockquote>
- <p>first paragraph</p>
- <p>second paragraph</p>
- </blockquote>
#2: Post edited
- You can try as [Moshi said](https://meta.codidact.com/posts/283119#answer-283119). Even, you can try following line either.
- ```
- > paragraph <br/> Hello
- ```
- It works like this.
> paragraph <br/> Hello
- You can try as [Moshi said](https://meta.codidact.com/posts/283119#answer-283119). Even, you can try following line either.
- ```
- > paragraph <br/> Hello
- ```
- It works like this.
- > paragraph <br/> Hello
- >This snag doesn't happen on Stack Exchange.
- No! It also happens in SE.