-
-
Save SelrahcD/a0d1e2295f4195c51836e36b86b8232b to your computer and use it in GitHub Desktop.
11TY External Content demo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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