mirror of
https://github.com/pyscript/pyscript.git
synced 2026-02-19 07:01:11 -05:00
Update docs examples so they don't use deprecated features, styling tweaks (#982)
* Deprecate pyscript output attribute * Update code blocks so they work * Small tweaks to styling and use html to warning * Fix broken test from bad conflict resolution * lowercase pyodide
This commit is contained in:
@@ -29,7 +29,7 @@ export class SplashscreenPlugin extends Plugin {
|
||||
|
||||
if ('autoclose_loader' in config) {
|
||||
this.autoclose = config.autoclose_loader;
|
||||
showWarning(AUTOCLOSE_LOADER_DEPRECATED);
|
||||
showWarning(AUTOCLOSE_LOADER_DEPRECATED, "html");
|
||||
}
|
||||
|
||||
if (config.splashscreen) {
|
||||
|
||||
Reference in New Issue
Block a user