Fossil SCM
pikchr command doc updates.
Commit
82a0b517a78e44c0748360ae9b1be48af36c09a7963c72a8e0b379206562898d
Parent
67060c509079a8b…
1 file changed
+14
-5
+14
-5
| --- src/pikchrshow.c | ||
| +++ src/pikchrshow.c | ||
| @@ -380,17 +380,23 @@ | ||
| 380 | 380 | ** |
| 381 | 381 | ** -div On success, adds a DIV wrapper around the |
| 382 | 382 | ** resulting SVG output which limits its max-width to |
| 383 | 383 | ** its computed maximum ideal size. |
| 384 | 384 | ** |
| 385 | -** -div-indent Like -div but indents the div. | |
| 385 | +** -div-indent Like -div but indents the div. | |
| 386 | +** | |
| 387 | +** -div-center Like -div but centers the div. | |
| 388 | +** | |
| 389 | +** -div-left Like -div but floats the div left. | |
| 390 | +** | |
| 391 | +** -div-right Like -div but floats the div right. | |
| 386 | 392 | ** |
| 387 | -** -div-center Like -div but centers the div. | |
| 393 | +** -div-toggle Sets the 'toggle' flag on the div (used by the | |
| 394 | +** JavaScript-side post-processor). | |
| 388 | 395 | ** |
| 389 | -** -div-left Like -div but floats the div left. | |
| 390 | -** | |
| 391 | -** -div-right Like -div but floats the div right. | |
| 396 | +** -div-source Sets the 'source' flag on the div (used by the | |
| 397 | +** JavaScript-side post-processor). | |
| 392 | 398 | ** |
| 393 | 399 | ** -src Stores the input pikchr's source code in the output as |
| 394 | 400 | ** a separate element adjacent to the SVG one. The |
| 395 | 401 | ** source element initially has the "hidden" CSS class. |
| 396 | 402 | ** |
| @@ -404,10 +410,13 @@ | ||
| 404 | 410 | ** -th-nosvg When using -th, output the post-TH1'd script |
| 405 | 411 | ** instead of the pikchr-rendered output. |
| 406 | 412 | ** |
| 407 | 413 | ** -th-trace Trace TH1 execution (for debugging purposes). |
| 408 | 414 | ** |
| 415 | +** | |
| 416 | +** The -div-indent/center/left/right flags may not be combined. | |
| 417 | +** | |
| 409 | 418 | ** TH1-related Notes and Caveats: |
| 410 | 419 | ** |
| 411 | 420 | ** If the -th flag is used, this command must open a fossil database |
| 412 | 421 | ** for certain functionality to work (via a checkout or the -R REPO |
| 413 | 422 | ** flag). If opening a db fails, execution will continue but any TH1 |
| 414 | 423 |
| --- src/pikchrshow.c | |
| +++ src/pikchrshow.c | |
| @@ -380,17 +380,23 @@ | |
| 380 | ** |
| 381 | ** -div On success, adds a DIV wrapper around the |
| 382 | ** resulting SVG output which limits its max-width to |
| 383 | ** its computed maximum ideal size. |
| 384 | ** |
| 385 | ** -div-indent Like -div but indents the div. |
| 386 | ** |
| 387 | ** -div-center Like -div but centers the div. |
| 388 | ** |
| 389 | ** -div-left Like -div but floats the div left. |
| 390 | ** |
| 391 | ** -div-right Like -div but floats the div right. |
| 392 | ** |
| 393 | ** -src Stores the input pikchr's source code in the output as |
| 394 | ** a separate element adjacent to the SVG one. The |
| 395 | ** source element initially has the "hidden" CSS class. |
| 396 | ** |
| @@ -404,10 +410,13 @@ | |
| 404 | ** -th-nosvg When using -th, output the post-TH1'd script |
| 405 | ** instead of the pikchr-rendered output. |
| 406 | ** |
| 407 | ** -th-trace Trace TH1 execution (for debugging purposes). |
| 408 | ** |
| 409 | ** TH1-related Notes and Caveats: |
| 410 | ** |
| 411 | ** If the -th flag is used, this command must open a fossil database |
| 412 | ** for certain functionality to work (via a checkout or the -R REPO |
| 413 | ** flag). If opening a db fails, execution will continue but any TH1 |
| 414 |
| --- src/pikchrshow.c | |
| +++ src/pikchrshow.c | |
| @@ -380,17 +380,23 @@ | |
| 380 | ** |
| 381 | ** -div On success, adds a DIV wrapper around the |
| 382 | ** resulting SVG output which limits its max-width to |
| 383 | ** its computed maximum ideal size. |
| 384 | ** |
| 385 | ** -div-indent Like -div but indents the div. |
| 386 | ** |
| 387 | ** -div-center Like -div but centers the div. |
| 388 | ** |
| 389 | ** -div-left Like -div but floats the div left. |
| 390 | ** |
| 391 | ** -div-right Like -div but floats the div right. |
| 392 | ** |
| 393 | ** -div-toggle Sets the 'toggle' flag on the div (used by the |
| 394 | ** JavaScript-side post-processor). |
| 395 | ** |
| 396 | ** -div-source Sets the 'source' flag on the div (used by the |
| 397 | ** JavaScript-side post-processor). |
| 398 | ** |
| 399 | ** -src Stores the input pikchr's source code in the output as |
| 400 | ** a separate element adjacent to the SVG one. The |
| 401 | ** source element initially has the "hidden" CSS class. |
| 402 | ** |
| @@ -404,10 +410,13 @@ | |
| 410 | ** -th-nosvg When using -th, output the post-TH1'd script |
| 411 | ** instead of the pikchr-rendered output. |
| 412 | ** |
| 413 | ** -th-trace Trace TH1 execution (for debugging purposes). |
| 414 | ** |
| 415 | ** |
| 416 | ** The -div-indent/center/left/right flags may not be combined. |
| 417 | ** |
| 418 | ** TH1-related Notes and Caveats: |
| 419 | ** |
| 420 | ** If the -th flag is used, this command must open a fossil database |
| 421 | ** for certain functionality to work (via a checkout or the -R REPO |
| 422 | ** flag). If opening a db fails, execution will continue but any TH1 |
| 423 |