retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.01k stars 201 forks source link

Using Raw HTML In Pages #674

Open Nzii3 opened 5 months ago

Nzii3 commented 5 months ago

How do I use raw HTML in pages?

geoffreymcgill commented 5 months ago

You can add raw HTML directly into the content of your .md page.

Add raw <strong>HTML</strong> into your content.

Hope this helps.

sukalaper commented 5 months ago

How do I use raw HTML in pages?

Welcome `$home` <strong>anyone</strong>!

output edited

Nzii3 commented 5 months ago

@geoffreymcgill I mean like using <script> and stuff like that. Raw HTML.

geoffreymcgill commented 5 months ago

Can you provide a simplified example of what you would like to do?