|  |  | @ -141,7 +141,7 @@ function create_editorMD(id, width, high, placeholder, imageUrl, callback, initV | 
			
		
	
		
		
			
				
					
					|  |  |  |       $("#" + _id + " [type=\"inline\"]").bind("click", function () { |  |  |  |       $("#" + _id + " [type=\"inline\"]").bind("click", function () { | 
			
		
	
		
		
			
				
					
					|  |  |  |         _editorName.cm.replaceSelection("`$$$$`"); |  |  |  |         _editorName.cm.replaceSelection("`$$$$`"); | 
			
		
	
		
		
			
				
					
					|  |  |  |         var __Cursor = _editorName.cm.getDoc().getCursor(); |  |  |  |         var __Cursor = _editorName.cm.getDoc().getCursor(); | 
			
		
	
		
		
			
				
					
					|  |  |  |         _editorName.cm.setCursor(__Cursor.line, __Cursor.ch - 2); |  |  |  |         _editorName.cm.setCursor(__Cursor.line, __Cursor.ch - 3); | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         _editorName.cm.focus(); |  |  |  |         _editorName.cm.focus(); | 
			
		
	
		
		
			
				
					
					|  |  |  |       }); |  |  |  |       }); | 
			
		
	
		
		
			
				
					
					|  |  |  |       $("[type=\"inline\"]").attr("title", "行内公式"); |  |  |  |       $("[type=\"inline\"]").attr("title", "行内公式"); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |