mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	Add NeedPostProcess for Parser interface to improve performance of csv render (#15153)
This commit is contained in:
		| @@ -30,6 +30,9 @@ func (Parser) Name() string { | ||||
| 	return "orgmode" | ||||
| } | ||||
|  | ||||
| // NeedPostProcess implements markup.Parser | ||||
| func (Parser) NeedPostProcess() bool { return true } | ||||
|  | ||||
| // Extensions implements markup.Parser | ||||
| func (Parser) Extensions() []string { | ||||
| 	return []string{".org"} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user