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
Initially submitted here, it seems that the bug is finally with Docute (egoist/docute#179)
I will leave the original submission here, in case someone has the same problem.
Describe the bug
I am testing Docute (https://docute.org/#/) and (following a failed rendering), the console mentioned
Uncaught (in promise) TypeError: Cannot read property 'highlight' of undefined
Please report this to https://github.com/markedjs/marked.
at U.n.code (docute.js:1)
at V.tok (docute.js:1)
at V.parse (docute.js:1)
at Function.V.parse (docute.js:1)
at rt (docute.js:1)
at docute.js:1
I am reporting it here and not with Docute, per the request in the error stack in the console.
To Reproduce
Steps to reproduce the behavior:
Expose the following two files via a web server (devd in my case), the HTML file is the first example given in Docute.
wsw70
changed the title
Cannot read property 'highlight' of undefined
Cannot read property 'highlight' of undefined - when using an indented code block
Oct 2, 2018
OK, thank you. I will swap the bug reports - having the one at Docute being the master and this one just pointing to it (if you want to - the error message suggests to post it here in the first place so maybe leaving a trace pointing back to Docute would be useful)
Initially submitted here, it seems that the bug is finally with Docute (egoist/docute#179)
I will leave the original submission here, in case someone has the same problem.
Describe the bug
I am testing Docute (https://docute.org/#/) and (following a failed rendering), the console mentioned
I am reporting it here and not with Docute, per the request in the error stack in the console.
To Reproduce
Steps to reproduce the behavior:
Expose the following two files via a web server (
devd
in my case), the HTML file is the first example given in Docute.The error is on the block containing code
index.html
README.md
(please take the source code, as the version below is rendered by GitHub and i do not know how to make it raw (non-rendered) data)--- snip ---
text
text
--- snip ---
The text was updated successfully, but these errors were encountered: