-
Notifications
You must be signed in to change notification settings - Fork 0
Invalid regex #58
Comments
My config:
|
How are you installing/including reveal? |
npm install ... then symlink js, css, lib, plugin into my workspace. clumsy, perhaps, but I needed to get the slides done :) |
What was your exact npm install command?
…On Thu, Aug 22, 2019, 4:30 AM Curtis Maloney ***@***.***> wrote:
npm install ... then symlink js, css, lib, plugin into my workspace.
clumsy, perhaps, but I needed to get the slides done :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#58?email_source=notifications&email_token=AAZBLAMI2JCBE5MDF3WHXI3QFZMDHA5CNFSM4INHY52KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD44PRWA#issuecomment-523827416>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAZBLAKBXKHODCK6CSZ6X6DQFZMDHANCNFSM4INHY52A>
.
|
npm install -S @h3/reveal |
Sorry for the delayed response! Had a lot going on the last few days. As for the questions, I just wanted to verify you were using @h3/reveal instead of the reveal.js npm install so that we were sure to help you debug correctly. So the regex would be coming from your HTML used to include markdown. Specifically you would be looking for any We have an example of some regex that we recommend here: https://github.com/HackerHappyHour/reveal/blob/master/docker/markdown/index.html#L28-L32 That specific example is the default regex for our If you can share any of your |
That matches my original suspicion, too. My regexs were copied from your docs examples, and it seemed peculiar to me the error was coming from highlight js. The section in question is:
|
When I load the page I get:
as the code is minified, it's not easy for me to identify the true source, but the function is:
The text was updated successfully, but these errors were encountered: