Fossil SCM
Use of a trailing backslash in a command example in the mirrortogithub doc wasn't rendering as expected, leading the command to be split in the HTML rendering, not continued across multiple lines as intended. Replaced it with an HTML named entity to sidestep this quirk of the MD renderer.
Commit
221cf52bf516560ee9d118a4c3545f0e8208d3ec09d91ea274a98e835e0dea93
Parent
bb3de39ffefb3f2…
1 file changed
+1
-1
+1
-1
| --- www/mirrortogithub.md | ||
| +++ www/mirrortogithub.md | ||
| @@ -18,11 +18,11 @@ | ||
| 18 | 18 | 3. Back on your workstation, move to a checkout for your Fossil |
| 19 | 19 | project and type: |
| 20 | 20 | |
| 21 | 21 | <blockquote> |
| 22 | 22 | <pre> |
| 23 | - $ fossil git export /path/to/git/repo --autopush \ | |
| 23 | + $ fossil git export /path/to/git/repo --autopush \ | |
| 24 | 24 | https://<font color="orange">username</font>:<font color="red">password</font>@github.com/username/project.git |
| 25 | 25 | </pre> |
| 26 | 26 | </blockquote> |
| 27 | 27 | |
| 28 | 28 | In place of the <code>/path/to...</code> argument above, put in |
| 29 | 29 |
| --- www/mirrortogithub.md | |
| +++ www/mirrortogithub.md | |
| @@ -18,11 +18,11 @@ | |
| 18 | 3. Back on your workstation, move to a checkout for your Fossil |
| 19 | project and type: |
| 20 | |
| 21 | <blockquote> |
| 22 | <pre> |
| 23 | $ fossil git export /path/to/git/repo --autopush \ |
| 24 | https://<font color="orange">username</font>:<font color="red">password</font>@github.com/username/project.git |
| 25 | </pre> |
| 26 | </blockquote> |
| 27 | |
| 28 | In place of the <code>/path/to...</code> argument above, put in |
| 29 |
| --- www/mirrortogithub.md | |
| +++ www/mirrortogithub.md | |
| @@ -18,11 +18,11 @@ | |
| 18 | 3. Back on your workstation, move to a checkout for your Fossil |
| 19 | project and type: |
| 20 | |
| 21 | <blockquote> |
| 22 | <pre> |
| 23 | $ fossil git export /path/to/git/repo --autopush \ |
| 24 | https://<font color="orange">username</font>:<font color="red">password</font>@github.com/username/project.git |
| 25 | </pre> |
| 26 | </blockquote> |
| 27 | |
| 28 | In place of the <code>/path/to...</code> argument above, put in |
| 29 |