idyll-langidyll
DocsTutorialsGalleryEditor
menu

Overview

  • Introduction
  • Getting started
  • Markup syntax
  • HTML tags
  • Options and styles
  • Plugin system
  • Multipage template

Interactivity

  • Built-in components
  • Using components from npm
  • Make your own component
  • Scrolling and Refs

Publishing

  • Deploying to the web
  • Embedding Idyll

Useful Links

  • Github
  • Chat
  • Twitter
  • Support Us
← Back

Gist

Embed a github gist

Input:

[gist gist:"0f83a12e29b268ffca39f471ecf39e91" file:"particles.idl" /]

Output:

Props

  • gist string

    The ID of the gist from github. Required.

    • Example: "0f83a12e29b268ffca39f471ecf39e91"
  • file string

    A file within the Gist to show. Optional

    • Example: "particles.idl"