// ****************************************************************************************************************************************************** // * By Dr. Roy C. Davies, March 2023, roy.c.davies@ieee.org // ****************************************************************************************************************************************************** const code = { inline : ` This is red inline text and this is blue inline text and this is purple inline text This is red inline text and this is blue inline text and this is purple inline text This is info inline text and this is success inline text and this is warning inline text and this is error inline text This is info inline text and this is success inline text and this is warning inline text and this is error inline text `, size : `

Starting with mini text

which turns into tiny text

changing to small text until it is

the default medium text

and could be large text

to turn into big text

then growing to huge text

to finally become massive text

`, popup : `

Some Text with a popup

` } export default code;