Fix bug
This commit is contained in:
		
							parent
							
								
									3bd14138f2
								
							
						
					
					
						commit
						c85fdd005b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -261,8 +261,8 @@ const elements = [ | |||
| 	(code, i, source) => { | ||||
| 		const prev = source[i - 1]; | ||||
| 		if (prev && /[a-zA-Z]/.test(prev)) return null; | ||||
| 		if (!/^[\-\+]?[0-9]+/.test(code)) return null; | ||||
| 		const match = code.match(/^[\-\+]?[0-9-]+/)[0]; | ||||
| 		if (!/^[\-\+]?[0-9\.]+/.test(code)) return null; | ||||
| 		const match = code.match(/^[\-\+]?[0-9\.]+/)[0]; | ||||
| 		if (match) { | ||||
| 			return { | ||||
| 				html: `<span class="number">${match}</span>`, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue