Thread: Code Formatter
View Single Post
Old 12-20-2024, 12:15 PM   #8
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,893
Karma: 6120478
Join Date: Nov 2009
Device: many
FYI - Real bs4 has added some things our sigil_bs4 does not support but the overlap is over 90%. Most bs4 code will run unchanged under sigil_bs4.

So many people who use BeautifulSoup4 in their plugins will use:

import sigil_bs4 as bs4
KevinH is offline   Reply With Quote