Skip to content

Instantly share code, notes, and snippets.

@SelrahcD
Created May 20, 2024 13:48
Show Gist options
  • Save SelrahcD/a0d1e2295f4195c51836e36b86b8232b to your computer and use it in GitHub Desktop.
Save SelrahcD/a0d1e2295f4195c51836e36b86b8232b to your computer and use it in GitHub Desktop.
11TY External Content demo
<?php
// Here is some code before the tag block
$a = 2;
// tag::MyCode[]
// Code that is inside the MyCode tag block
$a += $a;
// end::MyCode[]
// Here is some code after the tag block
$a = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment