Skip to content

Instantly share code, notes, and snippets.

@acidtone
Last active June 30, 2022 03:13
Show Gist options
  • Save acidtone/80ccaf03bf2e50de20428474f8a7f196 to your computer and use it in GitHub Desktop.
Save acidtone/80ccaf03bf2e50de20428474f8a7f196 to your computer and use it in GitHub Desktop.
Markdown: Test page for extended syntax

Test Page for .md

Code Highlighting

// JavaScript goes here,
// And will be syntax-highlighted!
const message = 'Hello World';

Definition Lists (remark-deflist)

HMR : Hot Module Reloading


Containers (remark-containers)

::: aside red

Some wrapped content

More content :::


Custom attributes (remark-attr)

This is a title

{style="color:red;"}

Npm stand for node{style="color:red"} packet manager.

Shorthand for class{.red} attributes.


Codepen Embed (iFrame)

<iframe height="300" style="width: 100%;" scrolling="no" title="CSS Toggle with Element.classList" src="https://codepen.io/browsertherapy/embed/jOWdRze?default-tab=html%2Cresult" frameborder="no" loading="lazy" allowtransparency="true" allowfullscreen="true"> See the Pen CSS Toggle with Element.classList by Tony Grimes (@browsertherapy) on CodePen. </iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment