Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
team-presentation
Commits
80bc1971
Commit
80bc1971
authored
Feb 06, 2018
by
Benjamin Tan
Browse files
Docs: Add note about Windows carriage returns.
Closes #1808.
parent
a0c01360
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
80bc1971
...
...
@@ -131,6 +131,10 @@ When used locally, this feature requires that reveal.js [runs from a local web s
data-separator-vertical=
"^\n\n"
data-separator-notes=
"^Note:"
data-charset=
"iso-8859-15"
>
<!--
Note that Windows uses `\r\n` instead of `\n` as its linefeed character.
For a regex that supports all operating systems, use `\r?\n` instead of `\n`.
-->
</section>
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment