Skip to content

Instantly share code, notes, and snippets.

@xizon
Last active November 2, 2023 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xizon/503dcb2b3f53d96115adb0278a2200e2 to your computer and use it in GitHub Desktop.
Save xizon/503dcb2b3f53d96115adb0278a2200e2 to your computer and use it in GitHub Desktop.
Markdown Demo

⚠️ Table

Name Type Default Description
Text boolean Text Text
Text string | function Text
test
Text

Checklist

  • a task list item
  • list syntax required
  • normal formatting, @mentions, #1234 refs
  • incomplete
  • completed

Features

  • 📼 text - description
  • 💪 Accessible - description
  • 🔧 Customizable - description

Code

<video id="player" playsinline controls data-poster="/path/to/poster.jpg">
  <source src="/path/to/video.mp4" type="video/mp4" />
  <source src="/path/to/video.webm" type="video/webm" />
</video>

Hyperlinks

jQuery

Anchor

link with parentheses()

link with parentheses()

Blockquotes

To create a blockquote, add a > in front of a paragraph.

Dorothy followed her through many of the beautiful rooms in her castle.

    ...
    socket_address:
        address: docker.for.mac.localhost

Note:

a) ERROR: npm update check failed.

Solution:

$ sudo chown -R $USER:$(id -gn $USER) /Users/{username}/.config

b) ERROR: Node sass version 6.x.x is not compatible with ^ 4.x.x.

Solution:

$ npm install node-sass@4.14.1

c) If you upgrade the version of Node, please execute the following code:

$ sudo npm install
$ sudo npm rebuild node-sass

Note

If you intend to use Feather with a CDN, you can skip this installation step.

Warning

If you intend to use Feather with a CDN, you can skip this installation step.

Toggle

Click me

Heading

  1. Foo
  2. Bar
    • Baz
    • Qux

Some Javascript

function logSomething(something) {
  console.log('Something', something);
}

Image

Image of Gist

Image of Gist


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment