FrontPage 

Tim's Space Wiki

Login

TBMarkup Help

The TBMarkup processor allows you to convert to and from other markup and markdown formats. Currently, only converting from grok markup to tbmarkup is supported.

When adding grok content to the wiki, use the following sequence:

  • copy the the content from grok (using the 'copy' button)
  • paste the data into a TBMarkup block
  • test the rendering, and if OK, then add the 'replace' option, and save the page (the converted content should replace the block)
  • re-load the page and edit as needed

Processor arguments:

  • src_type - (optional) can be 'grok'
  • replace=1 - use this to specify that the block should be replaced with the converted text. This operation is only performed once, when the block is rendered the first time on a page.

Example usage:

{{{#!ExternalCmdExample
src_type=grok
----
## Grok Heading
* grok bullet item
  * grok nested bullet
* another bullet

**grok bold**

`grok inline code`

Image: ![caption for picture](bird-image.jpg)

Link: [Cover text for home page](FrontPage)

}} }

Back to page: System_Info

TBWiki engine 2.0.1 by Tim Bird