Created
September 23, 2025 02:02
-
-
Save htmgarcia/1e0231842562311b812b9baf74746d33 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # 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