Skip to content

Adds tags to make it easy bind code snippeds in your website

Notifications You must be signed in to change notification settings

MaxttcYT/Html-Example-Code-Tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Html-Example-Code-Tag

Adds tags to make it easy bind code snippeds in your website

An example:

<script src="https://mods-code.github.io/Html-Example-Code-Tag/Main.js"></script>

<examplecode lang=Python">
    Hello,
    this is a test of my api.
    🧑🏼Ä®
    Even special characters and emojis work!
</examplecode>

<examplecode lang="Documentary" width="1000px" height="200px" fontSize="15px" theme="dark">
    You can also add multiple example code tags.
    long is my attribute to define a language. My language is "Documentary".
    But you can also work without attributes 🙂.
</examplecode>
<examplecode lang="Documentary" width="1000px" height="200px" fontSize="15px" theme="light">
    Here in light mode.
</examplecode>

Example under: https://mods-code.github.io/Html-Example-Code-Tag/example.html

About

Adds tags to make it easy bind code snippeds in your website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages