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

HTML Script-Tags in code blocks are being executed #57

Open
Vetm opened this issue Oct 13, 2017 · 1 comment
Open

HTML Script-Tags in code blocks are being executed #57

Vetm opened this issue Oct 13, 2017 · 1 comment

Comments

@Vetm
Copy link

Vetm commented Oct 13, 2017

When adding a script tag to the docs like this

```html
<script>console.log("this is a test")</script>
```\

it will be executed when opening the compiled docs in a browser.

image

Is this a bug or is there a way to stop this behaviour.

@skeddles
Copy link

I'm having a pretty similar problem with trying to include handlebars code. It tries to evaluate it then throws an error when that helper isn't defined.

But I also just noticed how old and outdated this software is, so if someone has a suggestion for a better one, please leave it here, because this is the only one I could find.

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

No branches or pull requests

2 participants