We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Windows 10 Backslide@feature/refactor
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>
HTML inside code blocks is not changed
File reference inside a code block was changed to use an absolute path
Related Issue: #29
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OS
Windows 10
Backslide@feature/refactor
Problem
When using export, script references in a code block are expanded:
Results in this:
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
The text was updated successfully, but these errors were encountered: