You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could very well be a wontfix, i got here by accident... But it could be a symptom of something else going wrong:
Setup a fresh lume project, include code_highlight and prism:
@Hexagon ➜ /workspaces/lumebug (master) $ deno run -Ar https://deno.land/x/lume/init.ts
Warning Implicitly using latest version (v1.19.1) for https://deno.land/x/lume/init.ts
? Choose the configuration file format › _config.ts (TypeScript)
? Do you want to install some plugins now? › Yes
? Select the plugins to install › code_highlight, prism
Change _config.yaml so that prism is used before code_highlight
Version
v1.19.1
Platform
deno 1.37.1 (release, x86_64-unknown-linux-gnu)
What steps will reproduce the bug?
This could very well be a wontfix, i got here by accident... But it could be a symptom of something else going wrong:
Setup a fresh lume project, include
code_highlight
andprism
:Change
_config.yaml
so that prism is used before code_highlightCreate
index.md
, include a javascript code block^ Had to escape the backticks, unescape them
Build site
deno task lume
How often does it reproduce? Is there a required condition?
Every time
What is the expected behavior?
Success!
What do you see instead?
Pages and pages of:
Additional information
No response
The text was updated successfully, but these errors were encountered: