Skip to content

Latest commit

 

History

History
executable file
·
29 lines (19 loc) · 855 Bytes

Other.md

File metadata and controls

executable file
·
29 lines (19 loc) · 855 Bytes

I am an other markdown file

  • 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($( "

Moo!

" )) //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.

Editing with Markdown app