mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	Preserve HTML Text for link render hooks
The context now have two text methods: * Text - rendered * PlainText Fixes #6629
This commit is contained in:
		| @@ -117,7 +117,10 @@ Title | ||||
| : The title attribute. | ||||
|  | ||||
| Text | ||||
| : The link text. | ||||
| : The rendered (HTML) link text. | ||||
|  | ||||
| PlainText | ||||
| : The plain variant of the above. | ||||
|  | ||||
| A Markdown example for a inline-style link with title: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user