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

Javascript References in Code Blocks are Expanded #44

Open
kihashi opened this issue Oct 26, 2018 · 0 comments
Open

Javascript References in Code Blocks are Expanded #44

kihashi opened this issue Oct 26, 2018 · 0 comments
Labels

Comments

@kihashi
Copy link

kihashi commented Oct 26, 2018

OS

Windows 10
Backslide@feature/refactor

Problem

When using export, script references in a code block are expanded:

```html
<script src="index.js"></script>
```

Results in this:

<script src=\"file://C:\\Users\\John\\Documents\\presentation\\slides/index.js\"><\/script>

Expected Result

HTML inside code blocks is not changed

Observed Result

File reference inside a code block was changed to use an absolute path

Related Issue: #29

@sinedied sinedied added the bug label Jan 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants