question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

4.0.2 not recognizing notes

See original GitHub issue

The Note: separator which used to work (3.4.x?) does not work in 4.0.2:

<!-- .slide: data-separator-notes="^Note:" -->

# Title

- blah

Note: Here's a note

In 3.4.x (?) I think I was using the vscode setting:

"revealjs.notesSeparator": "^Note:"

In any case, it was working. Now it’s not.

A work-around now is to wrap the note in <aside class="notes"> (is not shown, and shows in speaker notes):

<aside class="notes">Note: Here's a note</aside>

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
orgicommented, Oct 23, 2019

Looks like I got it wrong. Instead of writing

note: Some note

I tried to use it like:

note:
* First note line
* Second note line
* ...

Somehow multi-line notes don’t seem to be supported without using HTML. Any plans to support that?

1reaction
evilzcommented, Sep 25, 2019

😅 I 'd forgetten to parse it

Read more comments on GitHub >

github_iconTop Results From Across the Web

Moodle 4.0.2 release notes - MoodleDocs
Releases > Moodle 4.0.2 release notes. Release date: Not yet released. Here is the full list of fixed issues in 4.0.2.
Read more >
Release notes for Yocto-4.0.2 (Kirkstone)
Fixes in Yocto-4.0.2 . alsa-plugins: fix libavtp vs. avtp packageconfig. archiver: don't use machine variables in shared recipes.
Read more >
VMware SD-WAN™ 4.0.2 Release Notes
Without the fix the only corrective action is to bounce the NSD tunnel on the Gateway. Fixed Issue 51116: Remote flows are not...
Read more >
PJ34234: LOTUS NOTES ADVANCED SHORTCUTS DO NOT ...
Lotus Notes Advanced Shortcuts do not work with EMRC 4.0.2 and P8 4.0 When users click on the email in Notes, instead of...
Read more >
v.4.0.2 Release - Cribl Docs
2 release notes are here. Corrections​. This release includes the following fix: CRIBL-14160 On the Google Cloud Pub/Sub Source and Destination, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found