mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 14:46:19 +08:00 
			
		
		
		
	more doc variable name fixes
This commit is contained in:
		@ -13,13 +13,13 @@ namespace yii\helpers;
 | 
				
			|||||||
 * Basic usage is the following:
 | 
					 * Basic usage is the following:
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * ```php
 | 
					 * ```php
 | 
				
			||||||
 * $my_html = Markdown::process($my_text);
 | 
					 * $myHtml = Markdown::process($myText);
 | 
				
			||||||
 * ```
 | 
					 * ```
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * If you want to configure the parser:
 | 
					 * If you want to configure the parser:
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * ```php
 | 
					 * ```php
 | 
				
			||||||
 * $my_html = Markdown::process($my_text, array(
 | 
					 * $myHtml = Markdown::process($myText, array(
 | 
				
			||||||
 *     'fn_id_prefix' => 'footnote_',
 | 
					 *     'fn_id_prefix' => 'footnote_',
 | 
				
			||||||
 * ));
 | 
					 * ));
 | 
				
			||||||
 * ```
 | 
					 * ```
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user