Fossil SCM
Tweak to the "\n" text inside 2.1 Header of the new delta_format.wiki doc to make use of new Pikchr handling of backslashes.
Commit
b72cc79526c4bf089418c44a988dbc25bafac512e47958225c4b4e411068dd55
Parent
45ff53dd6ffa84e…
1 file changed
+1
-1
+1
-1
| --- www/delta_format.wiki | ||
| +++ www/delta_format.wiki | ||
| @@ -79,11 +79,11 @@ | ||
| 79 | 79 | |
| 80 | 80 | <a name="header"></a><h2>2.1 Header</h2> |
| 81 | 81 | <verbatim type="pikchr"> |
| 82 | 82 | leftmargin = 0.1 |
| 83 | 83 | box height 50% "Size" |
| 84 | - box same "\"\n\"" | |
| 84 | + box same "\"\\n\"" | |
| 85 | 85 | </verbatim> |
| 86 | 86 | |
| 87 | 87 | <p>The header consists of a single number followed by a newline |
| 88 | 88 | character (ASCII 0x0a). The number is the length of the target in |
| 89 | 89 | bytes.</p> |
| 90 | 90 |
| --- www/delta_format.wiki | |
| +++ www/delta_format.wiki | |
| @@ -79,11 +79,11 @@ | |
| 79 | |
| 80 | <a name="header"></a><h2>2.1 Header</h2> |
| 81 | <verbatim type="pikchr"> |
| 82 | leftmargin = 0.1 |
| 83 | box height 50% "Size" |
| 84 | box same "\"\n\"" |
| 85 | </verbatim> |
| 86 | |
| 87 | <p>The header consists of a single number followed by a newline |
| 88 | character (ASCII 0x0a). The number is the length of the target in |
| 89 | bytes.</p> |
| 90 |
| --- www/delta_format.wiki | |
| +++ www/delta_format.wiki | |
| @@ -79,11 +79,11 @@ | |
| 79 | |
| 80 | <a name="header"></a><h2>2.1 Header</h2> |
| 81 | <verbatim type="pikchr"> |
| 82 | leftmargin = 0.1 |
| 83 | box height 50% "Size" |
| 84 | box same "\"\\n\"" |
| 85 | </verbatim> |
| 86 | |
| 87 | <p>The header consists of a single number followed by a newline |
| 88 | character (ASCII 0x0a). The number is the length of the target in |
| 89 | bytes.</p> |
| 90 |