mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Escaping double dashes.
Escaping the double dashes in this file to prevent Sphinx from turning them to a long bar "–" in the docs.
This commit is contained in:
@@ -31,11 +31,11 @@ Some example Exec Flags for various editors include:
|
||||
+---------------------+-----------------------------------------------------+
|
||||
| Editor | Exec Flags |
|
||||
+=====================+=====================================================+
|
||||
| Geany/Kate | {file} --line {line} --column {col} |
|
||||
| Geany/Kate | {file} -\-line {line} -\-column {col} |
|
||||
+---------------------+-----------------------------------------------------+
|
||||
| Atom/Sublime Text | {file}:{line} |
|
||||
+---------------------+-----------------------------------------------------+
|
||||
| JetBrains Rider | --line {line} {file} |
|
||||
| JetBrains Rider | -\-line {line} {file} |
|
||||
+---------------------+-----------------------------------------------------+
|
||||
| Visual Studio Code | {project} --goto {file}:{line}:{col} |
|
||||
| Visual Studio Code | {project} -\-goto {file}:{line}:{col} |
|
||||
+---------------------+-----------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user