UNPKG

smartdown-gallery

Version:

Example Smartdown documents and associated resources that demonstrate various Smartdown features and serve as raw material for other Smartdown demos.

16 lines (12 loc) 440 B
// // This playable code has been loaded from ExtensionsPlayableHelloWorld.js // in the same directory that its likely includer Extensions.md resides in. // console.log('W00t! This is ExtensionsPlayableHelloWorld.js'); const playableDiv = this.div; playableDiv.style.border = '5px solid purple'; playableDiv.style.background = 'lightgreen'; playableDiv.innerHTML = '<h1>Hello World</h1>'; // // End of ExtensionsPlayableHelloWorld.js //