Fossil SCM
Removed manual indents in code examples in the pikchr doc
Commit
1ed362da6353d8e5c8eb6aed4387ac1522c2fcd11d9ee7143c2baf4b7880446c
Parent
9437518451e5621…
1 file changed
+16
-16
+16
-16
| --- www/pikchr.md | ||
| +++ www/pikchr.md | ||
| @@ -22,17 +22,17 @@ | ||
| 22 | 22 | ``` |
| 23 | 23 | |
| 24 | 24 | The diagram above was generated by the following lines of Markdown: |
| 25 | 25 | |
| 26 | 26 | ~~~~~ |
| 27 | - ``` pikchr | |
| 28 | - arrow right 200% "Markdown" "Source" | |
| 29 | - box rad 10px "Markdown" "Formatter" "(markdown.c)" fit | |
| 30 | - arrow right 200% "HTML+SVG" "Output" | |
| 31 | - arrow <-> down 70% from last box.s | |
| 32 | - box same "Pikchr" "Formatter" "(pikchr.c)" fit | |
| 33 | - ``` | |
| 27 | +``` pikchr | |
| 28 | +arrow right 200% "Markdown" "Source" | |
| 29 | +box rad 10px "Markdown" "Formatter" "(markdown.c)" fit | |
| 30 | +arrow right 200% "HTML+SVG" "Output" | |
| 31 | +arrow <-> down 70% from last box.s | |
| 32 | +box same "Pikchr" "Formatter" "(pikchr.c)" fit | |
| 33 | +``` | |
| 34 | 34 | ~~~~~ |
| 35 | 35 | |
| 36 | 36 | See the [original Markdown source text of this document][4] for an |
| 37 | 37 | example of Pikchr in operation. |
| 38 | 38 | |
| @@ -91,28 +91,28 @@ | ||
| 91 | 91 | So either of these work: |
| 92 | 92 | |
| 93 | 93 | [fcb]: https://spec.commonmark.org/0.29/#fenced-code-blocks |
| 94 | 94 | |
| 95 | 95 | ~~~~~~ |
| 96 | - ~~~ pikchr | |
| 97 | - arrow; box "Hello" "World!" fit; arrow | |
| 98 | - ~~~ | |
| 96 | +~~~ pikchr | |
| 97 | +arrow; box "Hello" "World!" fit; arrow | |
| 98 | +~~~ | |
| 99 | 99 | |
| 100 | - ``` pikchr | |
| 101 | - arrow; box "Hello" "World!" fit; arrow | |
| 102 | - ``` | |
| 100 | +``` pikchr | |
| 101 | +arrow; box "Hello" "World!" fit; arrow | |
| 102 | +``` | |
| 103 | 103 | ~~~~~~ |
| 104 | 104 | |
| 105 | 105 | For Fossil Wiki, the Pikchr code goes within |
| 106 | 106 | `<verbatim type="pikchr"> ... </verbatim>`. Normally `<verbatim>` |
| 107 | 107 | content is displayed verbatim. The extra `type="pikchr"` attribute |
| 108 | 108 | causes the content to be interpreted as Pikchr and replaced by SVG. |
| 109 | 109 | |
| 110 | 110 | ~~~~~~ |
| 111 | - <verbatim type="pikchr"> | |
| 112 | - arrow; box "Hello" "World!" fit; arrow | |
| 113 | - </verbatim> | |
| 111 | +<verbatim type="pikchr"> | |
| 112 | +arrow; box "Hello" "World!" fit; arrow | |
| 113 | +</verbatim> | |
| 114 | 114 | ~~~~~~ |
| 115 | 115 | |
| 116 | 116 | ## Extra Arguments In "Pikchr" Code Blocks |
| 117 | 117 | |
| 118 | 118 | Extra formatting arguments can be included in the fenced code block start |
| 119 | 119 |
| --- www/pikchr.md | |
| +++ www/pikchr.md | |
| @@ -22,17 +22,17 @@ | |
| 22 | ``` |
| 23 | |
| 24 | The diagram above was generated by the following lines of Markdown: |
| 25 | |
| 26 | ~~~~~ |
| 27 | ``` pikchr |
| 28 | arrow right 200% "Markdown" "Source" |
| 29 | box rad 10px "Markdown" "Formatter" "(markdown.c)" fit |
| 30 | arrow right 200% "HTML+SVG" "Output" |
| 31 | arrow <-> down 70% from last box.s |
| 32 | box same "Pikchr" "Formatter" "(pikchr.c)" fit |
| 33 | ``` |
| 34 | ~~~~~ |
| 35 | |
| 36 | See the [original Markdown source text of this document][4] for an |
| 37 | example of Pikchr in operation. |
| 38 | |
| @@ -91,28 +91,28 @@ | |
| 91 | So either of these work: |
| 92 | |
| 93 | [fcb]: https://spec.commonmark.org/0.29/#fenced-code-blocks |
| 94 | |
| 95 | ~~~~~~ |
| 96 | ~~~ pikchr |
| 97 | arrow; box "Hello" "World!" fit; arrow |
| 98 | ~~~ |
| 99 | |
| 100 | ``` pikchr |
| 101 | arrow; box "Hello" "World!" fit; arrow |
| 102 | ``` |
| 103 | ~~~~~~ |
| 104 | |
| 105 | For Fossil Wiki, the Pikchr code goes within |
| 106 | `<verbatim type="pikchr"> ... </verbatim>`. Normally `<verbatim>` |
| 107 | content is displayed verbatim. The extra `type="pikchr"` attribute |
| 108 | causes the content to be interpreted as Pikchr and replaced by SVG. |
| 109 | |
| 110 | ~~~~~~ |
| 111 | <verbatim type="pikchr"> |
| 112 | arrow; box "Hello" "World!" fit; arrow |
| 113 | </verbatim> |
| 114 | ~~~~~~ |
| 115 | |
| 116 | ## Extra Arguments In "Pikchr" Code Blocks |
| 117 | |
| 118 | Extra formatting arguments can be included in the fenced code block start |
| 119 |
| --- www/pikchr.md | |
| +++ www/pikchr.md | |
| @@ -22,17 +22,17 @@ | |
| 22 | ``` |
| 23 | |
| 24 | The diagram above was generated by the following lines of Markdown: |
| 25 | |
| 26 | ~~~~~ |
| 27 | ``` pikchr |
| 28 | arrow right 200% "Markdown" "Source" |
| 29 | box rad 10px "Markdown" "Formatter" "(markdown.c)" fit |
| 30 | arrow right 200% "HTML+SVG" "Output" |
| 31 | arrow <-> down 70% from last box.s |
| 32 | box same "Pikchr" "Formatter" "(pikchr.c)" fit |
| 33 | ``` |
| 34 | ~~~~~ |
| 35 | |
| 36 | See the [original Markdown source text of this document][4] for an |
| 37 | example of Pikchr in operation. |
| 38 | |
| @@ -91,28 +91,28 @@ | |
| 91 | So either of these work: |
| 92 | |
| 93 | [fcb]: https://spec.commonmark.org/0.29/#fenced-code-blocks |
| 94 | |
| 95 | ~~~~~~ |
| 96 | ~~~ pikchr |
| 97 | arrow; box "Hello" "World!" fit; arrow |
| 98 | ~~~ |
| 99 | |
| 100 | ``` pikchr |
| 101 | arrow; box "Hello" "World!" fit; arrow |
| 102 | ``` |
| 103 | ~~~~~~ |
| 104 | |
| 105 | For Fossil Wiki, the Pikchr code goes within |
| 106 | `<verbatim type="pikchr"> ... </verbatim>`. Normally `<verbatim>` |
| 107 | content is displayed verbatim. The extra `type="pikchr"` attribute |
| 108 | causes the content to be interpreted as Pikchr and replaced by SVG. |
| 109 | |
| 110 | ~~~~~~ |
| 111 | <verbatim type="pikchr"> |
| 112 | arrow; box "Hello" "World!" fit; arrow |
| 113 | </verbatim> |
| 114 | ~~~~~~ |
| 115 | |
| 116 | ## Extra Arguments In "Pikchr" Code Blocks |
| 117 | |
| 118 | Extra formatting arguments can be included in the fenced code block start |
| 119 |