|  |  |  | @ -1,5 +1,5 @@ | 
			
		
	
		
			
				
					|  |  |  |  | import React, {Component} from "react"; | 
			
		
	
		
			
				
					|  |  |  |  | import { WordsBtn,on, off, trigger,markdownToHTML,getImageUrl} from 'educoder'; | 
			
		
	
		
			
				
					|  |  |  |  | import { WordsBtn,on, off, trigger,MarkdownToHtml,getImageUrl} from 'educoder'; | 
			
		
	
		
			
				
					|  |  |  |  | import { | 
			
		
	
		
			
				
					|  |  |  |  | 	Button, | 
			
		
	
		
			
				
					|  |  |  |  | 	Checkbox, | 
			
		
	
	
		
			
				
					|  |  |  | @ -72,7 +72,9 @@ class Completetopicdetails extends Component { | 
			
		
	
		
			
				
					|  |  |  |  | 									datas.description===""? | 
			
		
	
		
			
				
					|  |  |  |  | 										<NoneData></NoneData> | 
			
		
	
		
			
				
					|  |  |  |  | 										: | 
			
		
	
		
			
				
					|  |  |  |  | 									<div id="MakedownHTML"className="markdown-body   yslquesHeigth yslquesmarkdowntext"  dangerouslySetInnerHTML={{__html: markdownToHTML(datas.description).replace(/▁/g, "▁▁▁")}}/> | 
			
		
	
		
			
				
					|  |  |  |  | 										<MarkdownToHtml content={datas.description} selector="work_content" className="mb10"></MarkdownToHtml> | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 										// <div id="MakedownHTML"className="markdown-body   yslquesHeigth yslquesmarkdowntext"  dangerouslySetInnerHTML={{__html: markdownToHTML(datas.description).replace(/▁/g, "▁▁▁")}}/>
 | 
			
		
	
		
			
				
					|  |  |  |  | 						) | 
			
		
	
		
			
				
					|  |  |  |  | 					} | 
			
		
	
		
			
				
					|  |  |  |  | 					{/*<div id="MakedownHTML"className="markdown-body   yslquesHeigth yslquesmarkdowntext"  dangerouslySetInnerHTML={{__html: markdownToHTML(datas&&datas.description).replace(/▁/g, "▁▁▁")}}/>*/} | 
			
		
	
	
		
			
				
					|  |  |  | 
 |