mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Our custom code fence parser for Python-Markdown does not nest fenced code blocks inside list items, but it can be done with 4-space indented code blocks, as long the list item itself also uses 4-space indentation.
		
			
				
	
	
	
		
			1.1 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.1 KiB
		
	
	
	
	
	
	
	
Format a quote
{!quotes-intro.md!}
Insert quote formatting
{start_tabs}
{tab|via-compose-box-buttons}
{!start-composing.md!}
- 
(optional) Select the text you want to format.
 - 
Click the Quote () icon at the bottom of the compose box to insert quote block formatting.
 
!!! tip ""
You can also use the **Quote** (<i class="zulip-icon zulip-icon-quote"></i>)
icon to remove existing quote formatting from the selected text.
{tab|via-markdown}
{!start-composing.md!}
- 
To create a multi-line quote, type
>followed by a space and some text:> a multi-line quote on two linesTo create a multi-paragraph quote, use triple backticks and the word quote (````quote`) followed by some text and triple backticks at the end:
```quote A multi-paragraph quote in two paragraphs ``` 
{end_tabs}
Examples
{!quotes-examples.md!}