mirror of
https://github.com/documize/community.git
synced 2025-08-04 04:55:23 +02:00
Update CodeMirror dep to v5.42.2
Affects Code and Markdown section types
This commit is contained in:
parent
c706edec47
commit
479a61a3ef
347 changed files with 21845 additions and 20770 deletions
13
gui/public/codemirror/mode/swift/index.html
vendored
13
gui/public/codemirror/mode/swift/index.html
vendored
|
@ -12,7 +12,7 @@
|
|||
.CodeMirror { border: 2px inset #dee; }
|
||||
</style>
|
||||
<div id=nav>
|
||||
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
|
||||
<a href="https://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
|
||||
|
||||
<ul>
|
||||
<li><a href="../../index.html">Home</a>
|
||||
|
@ -71,6 +71,17 @@ class TipCalculatorModel {
|
|||
|
||||
}
|
||||
|
||||
func funWithStrings() {
|
||||
var numLines = 3
|
||||
print("This is a string!")
|
||||
print("""
|
||||
This is a
|
||||
multi-line
|
||||
string!
|
||||
""")
|
||||
print("The preceding string had \(numLines) lines!")
|
||||
}
|
||||
|
||||
}
|
||||
</textarea></form>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue