Gist

Embeds a GitHub gist.

Examples

Example usage:

<?# Gist 10a2f6e0186fa34b8a7b4bd7d436785d /?>

Example output:

<script src="//gist.github.com/10a2f6e0186fa34b8a7b4bd7d436785d.js" type="text/javascript"></script>

Parameters

The following parameters can be used without names in the order below or with names (provided they are named) in any order. When using named parameters, the syntax should be `Name=Value` or `Name="Value"`.

  • Id

    The ID of the gist.

  • Username

    The username that the gist is under (optional).

  • File

    The file within the gist to embed (optional).

GitHub