insert space for unknown MFM functions (#7851)
This commit is contained in:
		
							parent
							
								
									834fb3bebd
								
							
						
					
					
						commit
						7974dbf477
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -185,7 +185,7 @@ export default defineComponent({ | |||
| 						} | ||||
| 					} | ||||
| 					if (style == null) { | ||||
| 						return h('span', {}, ['[', token.props.name, ...genEl(token.children), ']']); | ||||
| 						return h('span', {}, ['[', token.props.name, ' ', ...genEl(token.children), ']']); | ||||
| 					} else { | ||||
| 						return h('span', { | ||||
| 							style: 'display: inline-block;' + style, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue