Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create rawhtml.html #66

Merged
merged 1 commit into from
Mar 11, 2023
Merged

Create rawhtml.html #66

merged 1 commit into from
Mar 11, 2023

Conversation

githubmonkey
Copy link
Contributor

This allows to inject raw html into any content file. For example, my client uses an appointment booking service which requires a generated html snippet to be inserted into the content page.

{{< rawhtml >}}
    <div id="etermin">
        <iframe ...>...</iframe>
        <script>...</script>
    </div>
{{< /rawhtml >}}

This allows to inject raw html into any content file. For example, my client uses an appointment booking service which requires a generated html snippet to be inserted into the content page. 

```
{{< rawhtml >}}
    <div id="etermin">
        <iframe ...>...</iframe>
        <script>...</script>
    </div>
{{< /rawhtml >}}
```
@nodeg
Copy link
Contributor

nodeg commented Jun 15, 2022

Nice improvement. I did implement this myself yesterday.

@stale
Copy link

stale bot commented Aug 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on - potentilly falsely applied by stalebot, use invalid label instead label Aug 16, 2022
@stale stale bot closed this Sep 20, 2022
@zjedi zjedi reopened this Mar 11, 2023
@stale stale bot removed the wontfix This will not be worked on - potentilly falsely applied by stalebot, use invalid label instead label Mar 11, 2023
@zjedi zjedi merged commit 81ee002 into zjedi:master Mar 11, 2023
@githubmonkey githubmonkey deleted the rawhtml-support branch March 16, 2023 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants