Skip to content

Instantly share code, notes, and snippets.

@htmgarcia
Created September 23, 2025 02:02
Show Gist options
  • Save htmgarcia/1e0231842562311b812b9baf74746d33 to your computer and use it in GitHub Desktop.
Save htmgarcia/1e0231842562311b812b9baf74746d33 to your computer and use it in GitHub Desktop.
# Shortcodes example file. Place this file with your custom replacements inside your template html/ folder
# tags
[h1]{text}[/h1]=<h1>{text}</h1>
[h2]{text}[/h2]=<h2>{text}</h2>
[h3]{text}[/h3]=<h3>{text}</h3>
# icons
[i]{class}[/i]=<span class="{class}"></span>
#iframe
[iframe]{url}[/iframe]=<iframe src="{url}" style="width: 100%; height: 400px;"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment