File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22  "name" : " mdast-util-to-string" 
3-   "version" : " 3.2 .0" 
3+   "version" : " 4.0 .0" 
44  "description" : " mdast utility to get the plain text content of a node" 
55  "license" : " MIT" 
66  "keywords" : [
Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ npm install mdast-util-to-string
5353In Deno with [ ` esm.sh ` ] [ esmsh ] :
5454
5555``` js 
56- import  {toString } from  ' https://esm.sh/mdast-util-to-string@3 ' 
56+ import  {toString } from  ' https://esm.sh/mdast-util-to-string@4 ' 
5757``` 
5858
5959In browsers with [ ` esm.sh ` ] [ esmsh ] :
6060
6161``` html 
6262<script  type =" module" 
63-   import  {toString } from  ' https://esm.sh/mdast-util-to-string@3 ?bundle'  
63+   import  {toString } from  ' https://esm.sh/mdast-util-to-string@4 ?bundle'  
6464script >
6565``` 
6666
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments