- Isn't this lovely?
- Isn't this wonderful?
- Isn't this simple?
- Isn't this like, a page of code?
I have to have a link somewhere else
This is more text And below is some javascript that executes...when it's a web page, obviously it doesn't show when I am editing the markdown file.
<script> // Do scripts work? $('#content').append($( "" )) //Yes!! $('#content').append($( "That moo was scripted to be there
" )) //Yes!! // can I add javascript vars, so I might respond to a person // and show different content? $('#content').append($( `${x}
` )) // Yes! $('#content').append($( `That number (100) is a javascript variable
` )) // Yes! </script>This is what editing this page looks like.