Default separator broken
See original GitHub issueVersions : vscode-reveal extension = 3.2.0, vscode = 1.31.0 (January 2019)
When no slide separator is specified, ---
works fine with the extensions (slide count, slide explorer) but does not work in the side preview and in the browser: only one slide is recognized.
When ---
is specified as slide separator in the header, side preview and in browser rendering are fine but slide count and slide explorer now take into account the ---
used to specify the header.
Example:
---
highlightTheme: "darkula"
slideNumber: true
separator: ^( ?| )---( ?| )$
---
# Hello
Slide 1
---
## Slide 2
Slide 2
---
Slide 3
When defining and using ----
as slide separator, slide count and slide explorer are still falsy.
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Separator Wide Width, Full Width “broke” after 5.8 upgrade
It seems like the width of the separator is controlled by the theme. By default, it will only show a short separator though....
Read more >Formula errors in Excel when list separator is not set correctly
When entering a formula an error will occur if trying to use a symbol that is not the default 'list separator' in the...
Read more >Default field separator for awk - linux - Stack Overflow
The default field delimiter or field separator (FS) is [ \t]+ , i.e. one or more space and tab characters. – Thor. May...
Read more >How to get Excel to interpret the comma as a default delimiter ...
Click the Windows Start menu. · Click Control Panel. · Open the Regional and Language Options dialog box. · Click the Regional Options...
Read more >Opening Excel files with the correct CSV list separator
This is due to regional Excel settings that have default list separator options where files will either be read with a comma separator...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok I need to update documentation.
Maybe I’m going to remove some configuration from Extension menu and only do it from front matter.
Thank,
not sure why, but this should work