77 < title > SCEditor Demo</ title >
88
99 < link rel ="stylesheet " href ="../dist/sceditor.min.css " id ="theme-style " />
10- < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2 /dist/css/bootstrap.min.css " rel ="stylesheet " integrity =" sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN " crossorigin =" anonymous ">
10+ < link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8 /dist/css/bootstrap.min.css " rel ="stylesheet ">
1111
1212 < script src ="../dist/sceditor.min.js "> </ script >
1313
14- < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2 /css/all.min.css " rel ="stylesheet ">
14+ < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1 /css/all.min.css " rel ="stylesheet ">
1515</ head >
1616 < body >
1717
@@ -53,7 +53,7 @@ <h1>SCEditor example</h1>
5353 < p class ="col-md-4 mb-0 text-body-secondary "> SCEditor is licensed under the < a href ="http://www.opensource.org/licenses/mit-license.php "> MIT</ a > </ p >
5454 </ footer >
5555</ div >
56- < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2 /dist/js/bootstrap.bundle.min.js " integrity =" sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL " crossorigin =" anonymous "> </ script >
56+ < script src ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8 /dist/js/bootstrap.bundle.min.js "> </ script >
5757 < script src ="https://cdnjs.cloudflare.com/ajax/libs/prism/9000.0.1/prism.min.js " integrity ="sha512-UOoJElONeUNzQbbKQbjldDf9MwOHqxNz49NNJJ1d90yp+X9edsHyJoAs6O4K19CZGaIdjI5ohK+O2y5lBTW6uQ== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
5858 < script >
5959 var textarea = document . getElementById ( 'example' ) ;
@@ -66,7 +66,7 @@ <h1>SCEditor example</h1>
6666 plugins : 'emojis,undo,mentions,dragdrop' ,
6767
6868 //emojis: ['😊', '❤️', '😄', '😄', '😄', '😄', '😄', '😄', '😄', '😄', '😄', '😄'],
69- styles : [ 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.2 /dist/css/bootstrap.min.css' , 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5 .1/css/all.min.css' , 'https://cdn.jsdelivr.net/npm/prismjs@1.29.0/themes/prism.min.css' ] ,
69+ styles : [ 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.8 /dist/css/bootstrap.min.css' , 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0 .1/css/all.min.css' , 'https://cdn.jsdelivr.net/npm/prismjs@1.29.0/themes/prism.min.css' ] ,
7070 toolbar : 'bold,italic,underline,strike|' +
7171 'font,size,color|mark|' +
7272 'email,link,unlink,quote,code,|image,albums|attachments|note|' +
0 commit comments