<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Stroom – style</title>
    <link>/tags/style/</link>
    <description>Recent content in style on Stroom</description>
    <generator>Hugo -- gohugo.io</generator>
    <lastBuildDate>Tue, 20 Jul 2021 00:00:00 +0000</lastBuildDate>
    
	  <atom:link href="/tags/style/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Community: Documentation Style Guide</title>
      <link>/community/documentation/style-guide/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/community/documentation/style-guide/</guid>
      <description>
        
        
        &lt;h2 id=&#34;overview&#34;&gt;Overview&lt;/h2&gt;
&lt;p&gt;Stroom&amp;rsquo;s documentation is created using the static site generator &lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;https://gohugo.io/&#34; target=&#34;_blank&#34; class=&#34;external-link&#34; title=&#34;Hugo (external link to https://gohugo.io/)&#34;&gt;
    &lt;span&gt;Hugo&lt;/span&gt;
    &lt;i class=&#34;external-link-icon fas fa-external-link-alt fa-sm text-secondary&#34;&gt;&lt;/i&gt;
  &lt;/a&gt;
&lt;/span&gt;
.
This converts markdown content into a rich HTML site.
The markdown content in &lt;em&gt;stroom-docs&lt;/em&gt; is not intended to be read as-is in GitHub, it needs to be rendered first.&lt;/p&gt;
&lt;p&gt;The full documentation for &lt;em&gt;Hugo&lt;/em&gt; can be found &lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;https://gohugo.io/documentation/&#34; target=&#34;_blank&#34; class=&#34;external-link&#34; title=&#34;here (external link to https://gohugo.io/documentation/)&#34;&gt;
    &lt;span&gt;here&lt;/span&gt;
    &lt;i class=&#34;external-link-icon fas fa-external-link-alt fa-sm text-secondary&#34;&gt;&lt;/i&gt;
  &lt;/a&gt;
&lt;/span&gt;
.
The site also uses the &lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;https://www.docsy.dev&#34; target=&#34;_blank&#34; class=&#34;external-link&#34; title=&#34;Docsy (external link to https://www.docsy.dev)&#34;&gt;
    &lt;span&gt;Docsy&lt;/span&gt;
    &lt;i class=&#34;external-link-icon fas fa-external-link-alt fa-sm text-secondary&#34;&gt;&lt;/i&gt;
  &lt;/a&gt;
&lt;/span&gt;
 theme for Hugo.
The documentation for &lt;em&gt;Docsy&lt;/em&gt; can be found &lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;https://www.docsy.dev/docs/&#34; target=&#34;_blank&#34; class=&#34;external-link&#34; title=&#34;here (external link to https://www.docsy.dev/docs/)&#34;&gt;
    &lt;span&gt;here&lt;/span&gt;
    &lt;i class=&#34;external-link-icon fas fa-external-link-alt fa-sm text-secondary&#34;&gt;&lt;/i&gt;
  &lt;/a&gt;
&lt;/span&gt;
.
The &lt;em&gt;Docsy&lt;/em&gt; theme provides a lot of the styling but also adds other features and shortcodes.
You should consult the &lt;em&gt;Docsy&lt;/em&gt; documentation in the first instance.&lt;/p&gt;
&lt;p&gt;To maintain a degree of consistency in the documentation you should use this section as a reference for how to layout your content.&lt;/p&gt;
&lt;h2 id=&#34;language&#34;&gt;Language&lt;/h2&gt;
&lt;p&gt;For consistency, the documentation should be written in English (i.e. British English).&lt;/p&gt;
&lt;p&gt;For example, the word &lt;code&gt;color&lt;/code&gt; is not allowed by the spell checker, if used in normal text.
If you need to refer to the CSS property then surround it with back ticks or use it in a code block, .e.g.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;Set the CSS property `color` to `red`.
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;shortcodes&#34;&gt;Shortcodes&lt;/h2&gt;
&lt;p&gt;The documentation makes heavy use of Hugo &lt;em&gt;shortcodes&lt;/em&gt; for adding page elements such as links, icons, images, etc.
Shortcodes are a compact way of inserting reusable content into a page and make it easy to change how a page element is styled by just changing the shortcode in one place.&lt;/p&gt;
&lt;p&gt;There are numerous shortcodes available to use:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/&#34; target=&#34;_blank&#34; class=&#34;external-link&#34; title=&#34;Hugo built in shortcodes (external link to https://gohugo.io/content-management/shortcodes/)&#34;&gt;
    &lt;span&gt;Hugo built in shortcodes&lt;/span&gt;
    &lt;i class=&#34;external-link-icon fas fa-external-link-alt fa-sm text-secondary&#34;&gt;&lt;/i&gt;
  &lt;/a&gt;
&lt;/span&gt;
&lt;/li&gt;
&lt;li&gt;&lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;https://www.docsy.dev/docs/content/shortcodes/&#34; target=&#34;_blank&#34; class=&#34;external-link&#34; title=&#34;Docsy theme shortcodes (external link to https://www.docsy.dev/docs/content/shortcodes/)&#34;&gt;
    &lt;span&gt;Docsy theme shortcodes&lt;/span&gt;
    &lt;i class=&#34;external-link-icon fas fa-external-link-alt fa-sm text-secondary&#34;&gt;&lt;/i&gt;
  &lt;/a&gt;
&lt;/span&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;../../community/documentation/style-guide/using-images/#stroom-user-interface-components&#34;&gt;Bespoke &lt;em&gt;stroom-docs&lt;/em&gt; shortcodes&lt;/a&gt;.
These can be found in &lt;code&gt;layouts/shortcodes/&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;An example of using a short code in your markdown is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-text&#34;&gt;Click the {{&amp;lt; stroom-icon &amp;quot;save.svg&amp;quot; &amp;quot;Save Document&amp;quot; &amp;gt;}} icon.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This calls the shortcode &lt;em&gt;stroom-icon&lt;/em&gt; with the positional arguments &lt;code&gt;save.svg&lt;/code&gt; and &lt;code&gt;Save Document&lt;/code&gt;.
Shortcodes can either use positional arguments or named arguments depending on how they have been written.&lt;/p&gt;
&lt;p&gt;This is an example of calling a shortcode with named arguments:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-text&#34;&gt;Click the {{&amp;lt; stroom-icon name=&amp;quot;settings.svg&amp;quot; colour=&amp;quot;red&amp;quot; &amp;gt;}} icon.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Check the documentation for specific shortcode to see how to call it.&lt;/p&gt;
&lt;h3 id=&#34;editor-snippets-and-shortcodes&#34;&gt;Editor snippets and shortcodes&lt;/h3&gt;
&lt;p&gt;To make your life much easier when editing the documentation it is highly recommended to use a text editor that supports text snippets.
Snippets make it very quick to add shortcodes into the documentation.&lt;/p&gt;
&lt;p&gt;For example the following &lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;https://github.com/SirVer/ultisnips&#34; target=&#34;_blank&#34; class=&#34;external-link&#34; title=&#34;UltiSnips (for Vim) (external link to https://github.com/SirVer/ultisnips)&#34;&gt;
    &lt;span&gt;UltiSnips (for Vim)&lt;/span&gt;
    &lt;i class=&#34;external-link-icon fas fa-external-link-alt fa-sm text-secondary&#34;&gt;&lt;/i&gt;
  &lt;/a&gt;
&lt;/span&gt;
 and &lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;https://code.visualstudio.com/docs/editor/userdefinedsnippets&#34; target=&#34;_blank&#34; class=&#34;external-link&#34; title=&#34;VS Code (external link to https://code.visualstudio.com/docs/editor/userdefinedsnippets)&#34;&gt;
    &lt;span&gt;VS Code&lt;/span&gt;
    &lt;i class=&#34;external-link-icon fas fa-external-link-alt fa-sm text-secondary&#34;&gt;&lt;/i&gt;
  &lt;/a&gt;
&lt;/span&gt;
 snippets adds a skeleton front matter to a page.&lt;/p&gt;
&lt;div class=&#34;td-card-deck card-deck mb-4&#34;&gt;
  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        UltiSnips (for Vim)
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;pre&gt;&lt;code class=&#34;language-snippets&#34;&gt;snippet hfront &amp;quot;Hugo markdown metadata front matter&amp;quot; b
---
title: &amp;quot;${1:Title}&amp;quot;
linkTitle: &amp;quot;$1&amp;quot;
#weight:
date: `date &amp;quot;+%Y-%m-%d&amp;quot;`
tags: $2
description: &amp;gt;
  $3
---

$0
endsnippet
&lt;/code&gt;&lt;/pre&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;

  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        JSON (VS Code)
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;pre&gt;&lt;code class=&#34;language-json&#34;&gt;{
  &amp;quot;hugo-front-matter&amp;quot;: {
    &amp;quot;prefix&amp;quot;: &amp;quot;hfront&amp;quot;,
    &amp;quot;body&amp;quot;: [
      &amp;quot;---&amp;quot;,
      &amp;quot;title: \&amp;quot;${1:Title}\&amp;quot;&amp;quot;,
      &amp;quot;linkTitle: \&amp;quot;$1\&amp;quot;&amp;quot;,
      &amp;quot;#weight:&amp;quot;,
      &amp;quot;date: `date \&amp;quot;+%Y-%m-%d\&amp;quot;`&amp;quot;,
      &amp;quot;tags: $2&amp;quot;,
      &amp;quot;description: &amp;gt;&amp;quot;,
      &amp;quot;  $3&amp;quot;,
      &amp;quot;---&amp;quot;,
      &amp;quot;&amp;quot;,
      &amp;quot;$0&amp;quot;
    ],
    &amp;quot;description&amp;quot;: &amp;quot;Hugo markdown metadata front matter&amp;quot;
  }
}
&lt;/code&gt;&lt;/pre&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;

&lt;/div&gt;

&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;TODO&lt;/h4&gt;

    Add section on naming, i.e. what names we use for things, e.g. data/meta/stream, config/properties, job/task, etc.

&lt;/div&gt;


      </description>
    </item>
    
    <item>
      <title>Community: Additional Page Elements</title>
      <link>/community/documentation/style-guide/additional-elements/</link>
      <pubDate>Tue, 20 Jul 2021 00:00:00 +0000</pubDate>
      
      <guid>/community/documentation/style-guide/additional-elements/</guid>
      <description>
        
        
        &lt;h2 id=&#34;links&#34;&gt;Links&lt;/h2&gt;
&lt;p&gt;While links can be added using standard markdown link syntax you should use Hugo shortcodes to add them.
The advantage of the shortcode is that Hugo will check for broken links when building the site.&lt;/p&gt;
&lt;h3 id=&#34;external-links&#34;&gt;External links&lt;/h3&gt;
&lt;p&gt;As this site is deployed to environments with no internet connection and is also released in PDF form it is important that any links to locations outside of the this site (i.e. on the internet) are clearly marked.
To include an external link do the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;This is a link to &lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;https://github.com/gchq/stroom&#34; target=&#34;_blank&#34; class=&#34;external-link&#34; title=&#34;Stroom on Github (external link to https://github.com/gchq/stroom)&#34;&gt;
    &lt;span&gt;Stroom on Github&lt;/span&gt;
    &lt;i class=&#34;external-link-icon fas fa-external-link-alt fa-sm text-secondary&#34;&gt;&lt;/i&gt;
  &lt;/a&gt;
&lt;/span&gt;
 with a title.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;This is a link to {{&amp;lt; external-link &amp;quot;Stroom on Github&amp;quot; &amp;quot;https://github.com/gchq/stroom&amp;quot; &amp;gt;}} with a title.
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;This is the same link with no title, &lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;https://github.com/gchq/stroom&#34; target=&#34;_blank&#34; class=&#34;external-link&#34; title=&#34;External link to https://github.com/gchq/stroom&#34;&gt;
    &lt;span&gt;https://github.com/gchq/stroom&lt;/span&gt;
    &lt;i class=&#34;external-link-icon fas fa-external-link-alt fa-sm text-secondary&#34;&gt;&lt;/i&gt;
  &lt;/a&gt;
&lt;/span&gt;
.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;This is the same link with no title, {{&amp;lt; external-link &amp;quot;https://github.com/gchq/stroom&amp;quot; &amp;gt;}}.
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;versioned-urls&#34;&gt;Versioned URLs&lt;/h4&gt;
&lt;p&gt;Some external links are to other Stroom URLs are versioned.
If you need to link to a site external to this one that has the Stroom version in the URL then you can use the tag &lt;code&gt;@@VERSION@@&lt;/code&gt; in the URL.
This will be translated into the Stroom version of this site, as seen in the &lt;em&gt;Stroom Version (&amp;hellip;)&lt;/em&gt; drop down at the top of the page.
This saves you from having to update the URL on each release of Stroom.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;This is a versioned URL &lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;https://gchq.github.io/stroom/v7.12&#34; target=&#34;_blank&#34; class=&#34;external-link&#34; title=&#34;External link to https://gchq.github.io/stroom/v7.12&#34;&gt;
    &lt;span&gt;https://gchq.github.io/stroom/v7.12&lt;/span&gt;
    &lt;i class=&#34;external-link-icon fas fa-external-link-alt fa-sm text-secondary&#34;&gt;&lt;/i&gt;
  &lt;/a&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;This is a versioned URL {{&amp;lt; external-link &amp;quot;https://gchq.github.io/stroom/v@@VERSION@@&amp;quot; &amp;gt;}} 
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;Warning&lt;/h4&gt;

    This will not work for version &lt;code&gt;legacy&lt;/code&gt; as that is not an actual Stroom version.

&lt;/div&gt;


&lt;h3 id=&#34;anchors&#34;&gt;Anchors&lt;/h3&gt;
&lt;p&gt;You can link to headings on a page using its anchor.
The anchor for a heading is the heading text with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;All non-alphanumeric characters removed&lt;/li&gt;
&lt;li&gt;Spaces replaced with a &lt;code&gt;-&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;All characters made lower case&lt;/li&gt;
&lt;li&gt;Multiple consecutive &lt;code&gt;-&lt;/code&gt; characters, e.g. &lt;code&gt;---&lt;/code&gt; are replaced with a single &lt;code&gt;-&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For example the heading &lt;code&gt;Mr O&#39;Neil&#39;s 1st Event (something)&lt;/code&gt; becomes as an anchor &lt;code&gt;#mr-oneils-1st-event-something&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;See The link examples below that use anchors.&lt;/p&gt;
&lt;h4 id=&#34;duplicate-anchors&#34;&gt;Duplicate anchors&lt;/h4&gt;
&lt;p&gt;If you have two headings on the same page then Hugo will suffix the anchors with a sequential number to ensure uniqueness of the anchor.
For example, with the following markdown:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;## Apples

### Example

## Oranges

### Example
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Hugo will create the following anchors:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;apples&lt;/code&gt;&lt;br&gt;
&lt;code&gt;example&lt;/code&gt;&lt;br&gt;
&lt;code&gt;oranges&lt;/code&gt;&lt;br&gt;
&lt;code&gt;example-1&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If you want to avoid confusion and removed the risk of anchors breaking if new headings are added in the middle, then you can explicitly name anchors:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;## Apples

### Example {#apples-example}

## Oranges

### Example {#oranges-example}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This is only worth doing if you want to link to these headings.&lt;/p&gt;
&lt;h3 id=&#34;shortcode-internal-page-link-examples&#34;&gt;Shortcode internal page link examples&lt;/h3&gt;
&lt;p&gt;Shortcode links are slightly more verbose to type but are preferable to markdown style links as the link target will be checked at site build time so you know all the links are correct.&lt;/p&gt;
&lt;p&gt;Hugo has &lt;code&gt;ref&lt;/code&gt; and &lt;code&gt;relref&lt;/code&gt; link shortcodes.
Use only &lt;code&gt;relref&lt;/code&gt; as this will be translated into a relative path when the site it built ensuring that the site can be run from any base path.&lt;/p&gt;
&lt;p&gt;The following are some example of different links to internal content.&lt;/p&gt;
&lt;h4 id=&#34;heading-anchor&#34;&gt;Heading anchor&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A &lt;a href=&#34;#alerts&#34;&gt;link&lt;/a&gt; to a heading anchor on this page.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;[link]({{&amp;lt; relref &amp;quot;#alerts&amp;quot; &amp;gt;}})
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;absolute-path&#34;&gt;Absolute path&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A &lt;a href=&#34;../../community/documentation/style-guide/using-images/#captions&#34;&gt;link&lt;/a&gt; to a heading anchor on another page, using an absolute path.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;[link]({{&amp;lt; relref &amp;quot;community/documentation/style-guide/using-images#captions&amp;quot; &amp;gt;}})
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;relative-path&#34;&gt;Relative path&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A &lt;a href=&#34;../../community/documentation/versions/&#34;&gt;link&lt;/a&gt; to a heading anchor on page above this one, using a relative path.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;[link]({{&amp;lt; relref &amp;quot;../versions&amp;quot; &amp;gt;}})
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;unique-page-name&#34;&gt;Unique page name&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A &lt;a href=&#34;../../docs/quick-start-guide/running/#basic-configuration&#34;&gt;link&lt;/a&gt; to a heading anchor on another page, using only the unique page name.
This is quicker to type and won&amp;rsquo;t break if pages are moved but will not work if the page name is not unique.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;[link]({{&amp;lt; relref &amp;quot;running#basic-configuration&amp;quot; &amp;gt;}})
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;section-link&#34;&gt;Section link&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A &lt;a href=&#34;../../docs/howtos/&#34;&gt;link&lt;/a&gt; to a branch/section in the document tree, i.e. to the &lt;code&gt;\_index.md&lt;/code&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;[link]({{&amp;lt; relref &amp;quot;docs/HOWTOs&amp;quot; &amp;gt;}})
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;next-page-in-section-link&#34;&gt;Next page in section link&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A link to the next page in the current section.
If the current page is the last page in the section then no link will be displayed.
What the next page is is defined by the &lt;a href=&#34;../../community/documentation/style-guide/front-matter/#weight&#34;&gt;page weights&lt;/a&gt; or the default ordering of pages in the section.&lt;/p&gt;
&lt;p&gt;This is useful when you have a set of pages in a section that have a natural flow, e.g. where the pages in a section are the sequential steps in an installation guide.&lt;/p&gt;
&lt;p&gt;The link looks like this(with the page title in the link text and the hover tip showing both the page title and the description):&lt;/p&gt;



  
    
    &lt;a href=&#34;../../community/documentation/style-guide/using-images/&#34; class=&#34;&#34; style=&#34;&#34; title=&#34;Next page - Images&amp;#010;Examples of how to include images in documents.
&#34;&gt;
        &lt;span&gt;Next page - Images&lt;/span&gt;
        &lt;i class=&#34;next-page-icon fas fa-solid fa-circle-right fa-sm &#34;&gt;&lt;/i&gt;
      &lt;/a&gt;
    
  


&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; next-page &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;previous-page-in-section-link&#34;&gt;Previous page in section link&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A link to the previous page in the current section.
If the current page is the last page in the section then no link will be displayed.
What the previous page is is defined by the &lt;a href=&#34;../../community/documentation/style-guide/front-matter/#weight&#34;&gt;page weights&lt;/a&gt; or the default ordering of pages in the section.&lt;/p&gt;
&lt;p&gt;This is useful when you have a set of pages in a section that have a natural flow, e.g. where the pages in a section are the sequential steps in an installation guide.&lt;/p&gt;
&lt;p&gt;The link looks like this(with the page title in the link text and the hover tip showing both the page title and the description):&lt;/p&gt;



  
    
    &lt;a href=&#34;../../community/documentation/style-guide/markdown-style/&#34; class=&#34;&#34; style=&#34;&#34; title=&#34;Previous page - Markdown Style Conventions&amp;#010;House style conventions for basic Markdown use.
&#34;&gt;
        &lt;i class=&#34;prev-page-icon fas fa-solid fa-circle-left fa-sm &#34;&gt;&lt;/i&gt;
        &lt;span class=&#34;prev-page-text&#34;&gt;Previous page - Markdown Style Conventions&lt;/span&gt;
      &lt;/a&gt;
    
  


&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; prev-page &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;markdown-page-link-examples&#34;&gt;Markdown page link examples&lt;/h3&gt;

&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;Warning&lt;/h4&gt;

    Don&amp;rsquo;t use markdown style links for internal page links as they can&amp;rsquo;t be verified at site build time like the short code links can.

&lt;/div&gt;


&lt;p&gt;Markdown style links should not contain the &lt;code&gt;.md&lt;/code&gt; extension as this will be stripped when the site is generated, e.g. for the following content:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-text&#34;&gt;/content
   /en
      /docs
         /section-x
            /sub-section-a
               _index.md
               page1.md
               page2.md
            /sub-section-b
               _index.md
               page1.md
               page2.md
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This will become:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-text&#34;&gt;/docs
   /section-x
      /sub-section-a
         /page1
         /page2
      /sub-section-b
         /page1
         /page2
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;in the rendered site.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A &lt;a href=&#34;#alerts&#34;&gt;link&lt;/a&gt; to a heading anchor on this page.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-text&#34;&gt;[link](#alerts)
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A &lt;a href=&#34;../using-images#captions&#34;&gt;link&lt;/a&gt; to a heading anchor on another page, using a relative link.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-text&#34;&gt;[link](../using-images#captions)
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A &lt;a href=&#34;../../docs/style-guide/using-images#captions&#34;&gt;link&lt;/a&gt; to a heading anchor on another page, using an absolute link.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-text&#34;&gt;[link](/docs/style-guide/using-images#captions)
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;download-file-links&#34;&gt;Download file links&lt;/h3&gt;
&lt;p&gt;You can create a link to download a file, like these:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Download a 




&lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;../../files/quick-start-guide/mock_stroom_data.csv&#34; class=&#34;&#34; style=&#34;&#34;&gt;file&lt;/a&gt;
  &lt;i class=&#34;external-link-icon fas fa-file-download fa-sm text-secondary&#34; title=&#34;External link&#34;&gt;&lt;/i&gt;
&lt;/span&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Download 




&lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;../../files/quick-start-guide/mock_stroom_data.csv&#34; class=&#34;&#34; style=&#34;&#34;&gt;mock_stroom_data.csv&lt;/a&gt;
  &lt;i class=&#34;external-link-icon fas fa-file-download fa-sm text-secondary&#34; title=&#34;External link&#34;&gt;&lt;/i&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; file-link &amp;quot;quick-start-guide/mock_stroom_data.csv&amp;quot; &amp;gt;}}Link Title{{&amp;lt; /file-link &amp;gt;}}

{{&amp;lt; file-link &amp;quot;quick-start-guide/mock_stroom_data.csv&amp;quot; /&amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;All paths are relative to &lt;code&gt;/assets/files/&lt;/code&gt;.&lt;/p&gt;
&lt;h3 id=&#34;glossary-links&#34;&gt;Glossary links&lt;/h3&gt;
&lt;p&gt;If you need to create a link to an item in the &lt;a href=&#34;../../docs/glossary/&#34;&gt;Glossary&lt;/a&gt; you can use the &lt;code&gt;glossary&lt;/code&gt; shortcode.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Arguments&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;term&lt;/code&gt; - The glossary term.
This must match the front matter &lt;code&gt;title&lt;/code&gt; in the glossary page, e.g. &lt;code&gt;Stream Type&lt;/code&gt;.
This is case-insensitive.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;display_text&lt;/code&gt; - Optional.
The text to display in line, e.g. &lt;code&gt;Feeds&lt;/code&gt; if referring to something plural.
If this argument is not supplied, the page &lt;code&gt;title&lt;/code&gt; will be displayed in-line.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Examples:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A &lt;span class=&#34;glossary-link&#34;&gt;
    &lt;a href=&#34;../../docs/glossary/f/glossary-feed&#34;&gt;
      &lt;span&gt;Feed&lt;/span&gt;
      &lt;i class=&#34;glossary-link-icon fas fa-book fa-sm text-primary&#34;&gt;&lt;/i&gt;
    &lt;/a&gt;&lt;span class=&#34;glossary-tooltip&#34;&gt;
      &lt;span class=&#34;glossary-tooltip-title&#34;&gt;Feed&lt;/span&gt;
      &lt;span class=&#34;glossary-tooltip-summary&#34;&gt;A Feed is a means of organising and categorising data in Stroom. A Feed contains multiple &lt;em&gt;Streams&lt;/em&gt; of data that have been ingested into Stroom or output by a &lt;em&gt;Pipeline&lt;/em&gt;. Typically a Feed will contain &lt;em&gt;Streams&lt;/em&gt; of data that are all from one system and have a common data format.&lt;/span&gt;&lt;span class=&#34;glossary-tooltip-truncated&#34;&gt;Click to see more details...&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; is something you should know about, and so are &lt;span class=&#34;glossary-link&#34;&gt;
    &lt;a href=&#34;../../docs/glossary/s/glossary-stream&#34;&gt;
      &lt;span&gt;Streams&lt;/span&gt;
      &lt;i class=&#34;glossary-link-icon fas fa-book fa-sm text-primary&#34;&gt;&lt;/i&gt;
    &lt;/a&gt;&lt;span class=&#34;glossary-tooltip&#34;&gt;
      &lt;span class=&#34;glossary-tooltip-title&#34;&gt;Stream&lt;/span&gt;
      &lt;span class=&#34;glossary-tooltip-summary&#34;&gt;A Stream is the unit of data that Stroom works with and will typically contain many &lt;em&gt;Events&lt;/em&gt;.&lt;/span&gt;&lt;span class=&#34;glossary-tooltip-truncated&#34;&gt;Click to see more details...&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;A {{&amp;lt; glossary &amp;quot;feed&amp;quot; &amp;gt;}} is something you should know about, and so are {{&amp;lt; glossary &amp;quot;stream&amp;quot; &amp;quot;Streams&amp;quot; &amp;gt;}}.
&lt;/code&gt;&lt;/pre&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The argument to the shortcode is the glossary term (c.
This should match the heading text on the Glossary page exactly, ignoring case.
It will be converted to an HTML anchor so that you can link directly to the heading for the term in question.&lt;/p&gt;
&lt;h4 id=&#34;creating-a-glossary-entry&#34;&gt;Creating a Glossary Entry&lt;/h4&gt;
&lt;p&gt;To create a glossary entry, create a file like this:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-text&#34;&gt;---
title: &amp;quot;Example Term&amp;quot;
linkTitle: &amp;quot;Example&amp;quot;
description: &amp;gt;
  A short description of the term that will be shown in the tooltip.
  Simple inline _markdown_ only, **no** bullets or shortcodes.
---

Optional additional detail about the term that can contain all markdown and shortcodes.

{{% see-also %}}
* {{&amp;lt; glossary &amp;quot;Another Term&amp;quot; &amp;gt;}}
* {{&amp;lt; glossary &amp;quot;And Another Term&amp;quot; &amp;gt;}}
{{% /see-also %}}
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;title&lt;/code&gt; - Will be used as the tooltip title and inline text (unless overridden).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;linkTitle&lt;/code&gt; - If title is quite long, use an abbreviated form for the sidebar menus.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;description&lt;/code&gt; - This will form the content of the tooltip so don&amp;rsquo;t make it too long.
Simple inline markdown only, no bullets or shortcodes.
Line breaks are ignored.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The file name must be of the form &lt;code&gt;glossary-xxx.md&lt;/code&gt;, where &lt;code&gt;xxx&lt;/code&gt; is the page title in anchor form, e.g. &lt;code&gt;glossary-example-term&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Place the file in the directory &lt;code&gt;content/en/docs/glossary/X/&lt;/code&gt; where &lt;code&gt;X&lt;/code&gt; is the letter of the alphabet corresponding to the first letter of the first word of the term, e.g. &lt;code&gt;content/en/docs/glossary/e/&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id=&#34;code&#34;&gt;Code&lt;/h2&gt;
&lt;h3 id=&#34;inline-code&#34;&gt;Inline code&lt;/h3&gt;
&lt;p&gt;When you need to include chunks of code, filenames, or input/output values in-line in text, e.g. &lt;code&gt;config.yml&lt;/code&gt;, you can surround it with single backticks.&lt;/p&gt;
&lt;div class=&#34;td-card-deck card-deck mb-4&#34;&gt;
  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        Rendered
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          Inline code &lt;code&gt;looks like this&lt;/code&gt;.
        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;

  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        Markdown
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;Inline code `looks like this`.
&lt;/code&gt;&lt;/pre&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;

&lt;/div&gt;
&lt;h3 id=&#34;code-blocks-simple&#34;&gt;Code blocks (simple)&lt;/h3&gt;
&lt;p&gt;Code blocks should be surrounded with fences &lt;code&gt;```language-type&lt;/code&gt; and &lt;code&gt;```&lt;/code&gt; with the &lt;a href=&#34;#supported-languages&#34;&gt;language&lt;/a&gt; type &lt;strong&gt;always&lt;/strong&gt; specified to ensure correct syntax highlighting.
If the language type is not supplied then styling will be different to fenced blocks with a language.&lt;/p&gt;
&lt;p&gt;This is a markdown example of a fenced code block containing XML content.&lt;/p&gt;
&lt;div class=&#34;td-card-deck card-deck mb-4&#34;&gt;
  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        Rendered
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;pre&gt;&lt;code class=&#34;language-xml&#34;&gt;&amp;lt;root&amp;gt;
  &amp;lt;child attr=&amp;quot;xxx&amp;quot;&amp;gt;some val&amp;lt;/child&amp;gt;
&amp;lt;/root&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;

  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        Markdown
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;```xml
&amp;lt;root&amp;gt;
  &amp;lt;child attr=&amp;quot;xxx&amp;quot;&amp;gt;some val&amp;lt;/child&amp;gt;
&amp;lt;/root&amp;gt;
```
&lt;/code&gt;&lt;/pre&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;

&lt;/div&gt;

&lt;div class=&#34;alert alert-primary&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;Note&lt;/h4&gt;


    The fenced code block &lt;strong&gt;MUST&lt;/strong&gt; have a language specified.
This ensures the correct default styling is used and makes it explicitly clear to anyone editing the markdown what the content of the block is.
If the content of the fenced block has no supported language or is just plain text then use language &lt;code&gt;text&lt;/code&gt;.

&lt;/div&gt;


&lt;p&gt;The following are some example of rendered code blocks:&lt;/p&gt;
&lt;div class=&#34;td-card-deck card-deck mb-4&#34;&gt;
  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        Plain Text
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;pre&gt;&lt;code class=&#34;language-text&#34;&gt;id,date,time
1,6/2/2018,10:18
2,12/6/2017,5:58
3,6/7/2018,11:58
&lt;/code&gt;&lt;/pre&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;

  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        YAML
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;pre&gt;&lt;code class=&#34;language-yaml&#34;&gt;---
root:
  someKey: &amp;quot;value&amp;quot;
&lt;/code&gt;&lt;/pre&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;

  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        XML
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;pre&gt;&lt;code class=&#34;language-xml&#34;&gt;&amp;lt;root&amp;gt;
  &amp;lt;child attr=&amp;quot;xxx&amp;quot;&amp;gt;
    some val
  &amp;lt;/child&amp;gt;
&amp;lt;/root&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;

  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        bash
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;pre&gt;&lt;code class=&#34;language-bash&#34;&gt;echo &amp;quot;${VAR}&amp;quot;
&lt;/code&gt;&lt;/pre&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;

&lt;/div&gt;
&lt;h3 id=&#34;code-blocks-advanced&#34;&gt;code blocks (advanced)&lt;/h3&gt;
&lt;p&gt;If you need to show line numbers or to highlight sections of a code block then you can use the &lt;code&gt;code-block&lt;/code&gt; shortcode.
This shortcode takes the following named arguments:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;language&lt;/strong&gt; - The &lt;a href=&#34;#supported-languages&#34;&gt;language&lt;/a&gt; for syntax highlighting.
Defaults to &lt;code&gt;text&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;lines&lt;/strong&gt; - Whether to display line numbers or not (&lt;code&gt;true&lt;/code&gt;|&lt;code&gt;false&lt;/code&gt;).
Defaults to &lt;code&gt;true&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;highlight&lt;/strong&gt; - A comma-separated list of lines to highlight.
Ranges of line numbers can be specified, e.g. &lt;code&gt;2-8,13,25-30&lt;/code&gt;.
Defaults to no line highlighting.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;start&lt;/strong&gt; - The line number to start at.
Defaults to 1.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The following is an example of how to use the shortcode.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; code-block language=&amp;quot;xml&amp;quot; highlight=&amp;quot;2-5,8&amp;quot; &amp;gt;}}
&amp;lt;root&amp;gt;
  &amp;lt;child attr=&amp;quot;xxx&amp;quot;&amp;gt;
    some val
  &amp;lt;/child&amp;gt;
  &amp;lt;child attr=&amp;quot;xxx&amp;quot;&amp;gt;
    some val
  &amp;lt;/child&amp;gt;
  &amp;lt;child attr=&amp;quot;xxx&amp;quot;&amp;gt;
    some val
  &amp;lt;/child&amp;gt;
&amp;lt;/root&amp;gt;
{{&amp;lt; /code-block &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Default behaviour&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; code-block &amp;gt;}}
...
{{&amp;lt; /code-block &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;









  







  
  


&lt;div class=&#34;code-block code-toolbar&#34;&gt;
  &lt;pre 
     class=&#34;line-numbers language-text&#34; 
     
     data-start=&#34;1&#34;  &gt;&lt;code class=&#34;language-text&#34;&gt;&amp;lt;root&amp;gt;
  &amp;lt;child attr=&amp;#34;xxx&amp;#34;&amp;gt;
    some val
  &amp;lt;/child&amp;gt;
  &amp;lt;child attr=&amp;#34;xxx&amp;#34;&amp;gt;
    some val
  &amp;lt;/child&amp;gt;
  &amp;lt;child attr=&amp;#34;xxx&amp;#34;&amp;gt;
    some val
  &amp;lt;/child&amp;gt;
&amp;lt;/root&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;With line numbers, a language and a starting line number&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; code-block language=&amp;quot;xml&amp;quot; start=&amp;quot;5&amp;quot; &amp;gt;}}
...
{{&amp;lt; /code-block &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;









  







  
  


&lt;div class=&#34;code-block code-toolbar&#34;&gt;
  &lt;pre 
     class=&#34;line-numbers language-xml&#34; 
     
     data-start=&#34;5&#34;  &gt;&lt;code class=&#34;language-xml&#34;&gt;  &amp;lt;child attr=&amp;#34;xxx&amp;#34;&amp;gt;
    some val
  &amp;lt;/child&amp;gt;
  &amp;lt;child attr=&amp;#34;xxx&amp;#34;&amp;gt;
    some val
  &amp;lt;/child&amp;gt;
&amp;lt;/root&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;With line numbers, a language and highlighted lines&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; code-block language=&amp;quot;xml&amp;quot; highlight=&amp;quot;2-5,8&amp;quot; &amp;gt;}}
...
{{&amp;lt; /code-block &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;









  




  
  




  
  


&lt;div class=&#34;code-block code-toolbar&#34;&gt;
  &lt;pre 
     class=&#34;line-numbers language-xml&#34; 
     data-line=&#34;2-5,8&#34; 
     data-start=&#34;1&#34;  &gt;&lt;code class=&#34;language-xml&#34;&gt;&amp;lt;root&amp;gt;
  &amp;lt;child attr=&amp;#34;xxx&amp;#34;&amp;gt;
    some val
  &amp;lt;/child&amp;gt;
  &amp;lt;child attr=&amp;#34;xxx&amp;#34;&amp;gt;
    some val
  &amp;lt;/child&amp;gt;
  &amp;lt;child attr=&amp;#34;xxx&amp;#34;&amp;gt;
    some val
  &amp;lt;/child&amp;gt;
&amp;lt;/root&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;With a language and highlighted lines, but without line numbers&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; code-block language=&amp;quot;xml&amp;quot; lines=&amp;quot;false&amp;quot; highlight=&amp;quot;2-5,8&amp;quot; &amp;gt;}}
...
{{&amp;lt; /code-block &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;









  




  
  




  
  


&lt;div class=&#34;code-block code-toolbar&#34;&gt;
  &lt;pre 
     class=&#34;no-line-numbers language-xml&#34; 
     data-line=&#34;2-5,8&#34; 
     data-start=&#34;1&#34;  &gt;&lt;code class=&#34;language-xml&#34;&gt;&amp;lt;root&amp;gt;
  &amp;lt;child attr=&amp;#34;xxx&amp;#34;&amp;gt;
    some val
  &amp;lt;/child&amp;gt;
  &amp;lt;child attr=&amp;#34;xxx&amp;#34;&amp;gt;
    some val
  &amp;lt;/child&amp;gt;
  &amp;lt;child attr=&amp;#34;xxx&amp;#34;&amp;gt;
    some val
  &amp;lt;/child&amp;gt;
&amp;lt;/root&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;h3 id=&#34;command-line-blocks&#34;&gt;Command line blocks&lt;/h3&gt;
&lt;p&gt;To demonstrate commands being run on the command line you can use the &lt;code&gt;command-line&lt;/code&gt; shortcode.
This results in a code block with the shell prompt displayed on the left of each line.
It also means the prompt part is not selectable when the user selects the text for copy/pasting.&lt;/p&gt;
&lt;p&gt;The shortcode takes the following positional arguments:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;username&lt;/strong&gt; - The username to appear in the prompt, defaults to &lt;code&gt;user&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;hostname&lt;/strong&gt; - The hostname to appear in the prompt, defaults to &lt;code&gt;localhost&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;language&lt;/strong&gt; - The language of the content (a valid and installed prism &lt;a href=&#34;#supported-languages&#34;&gt;language name&lt;/a&gt; language name), defaults to &lt;code&gt;bash&lt;/code&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;If you want to display shell output then prefix each output line with &lt;code&gt;(out)&lt;/code&gt;.
It will then be displayed without a prompt.
To display a blank line with no prompt then have a line with just &lt;code&gt;(out)&lt;/code&gt; in it.&lt;/p&gt;
&lt;p&gt;If your shell command is very long then you can split it into multiple lines using the shell line continuation character &lt;code&gt;\&lt;/code&gt; which must be the last character on the line.
If this character is present then it will be rendered with a different prompt to indicate it is a continuation.
Readers can then copy/paste the multi-line command into a shell and run it.&lt;/p&gt;
&lt;div class=&#34;td-card-deck card-deck mb-4&#34;&gt;
  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        Rendered
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;div class=&#34;code-toolbar&#34;&gt;
  &lt;pre 
    class=&#34;command-line language-bash&#34; 
    data-user=&#34;david&#34; 
    data-host=&#34;wopr&#34; 
    data-continuation-str=&#34;\&#34;
    data-filter-output=&#34;(out)&#34;&gt;&lt;code class=&#34;language-bash&#34;&gt;echo hello \
world
(out)hello world
id
(out)uid=1000(david) gid=1000(david)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;

  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        Markdown
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; command-line &amp;quot;david&amp;quot; &amp;quot;wopr&amp;quot; &amp;gt;}}
echo hello \
world
(out)hello world
id
(out)uid=1000(david) gid=1000(david)
{{&amp;lt;/ command-line &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;

&lt;/div&gt;
&lt;h3 id=&#34;mysql-shell-blocks&#34;&gt;MySQL shell blocks&lt;/h3&gt;
&lt;p&gt;To demonstrate commands being run in a MySQL shell you can use the &lt;code&gt;sql-shell&lt;/code&gt; shortcode.
This works in a similar way to the &lt;code&gt;command-line&lt;/code&gt; shortcode but has a different prompt and no shortcode arguments.&lt;/p&gt;
&lt;p&gt;If you want to display shell output then prefix each output line with &lt;code&gt;(out)&lt;/code&gt;.
It will then be displayed without a prompt.&lt;/p&gt;
&lt;p&gt;If your sql statement is multi-line, prefix all lines except the first with &lt;code&gt;(con)&lt;/code&gt; (for continuation).
Continuation lines will be rendered with a continuation prompt (&lt;code&gt;-&amp;gt;&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;To display a blank line with no prompt then have a line with just &lt;code&gt;(out)&lt;/code&gt; in it.&lt;/p&gt;
&lt;div class=&#34;td-card-deck card-deck mb-4&#34;&gt;
  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        Rendered
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;div class=&#34;code-toolbar&#34;&gt;
  &lt;pre 
    class=&#34;command-line language-sql&#34; 
    data-prompt=&#34;mysql&gt;&#34; 
    data-filter-output=&#34;(out)&#34;
    data-continuation-prompt=&#34;-&gt;&#34;
    data-filter-continuation=&#34;(con)&#34;&gt;&lt;code class=&#34;language-sql&#34;&gt;select *
(con)from token_type
(con)limit 2;
(out)&amp;#43;----&amp;#43;------&amp;#43;
(out)| id | type |
(out)&amp;#43;----&amp;#43;------&amp;#43;
(out)|  1 | user |
(out)|  2 | api  |
(out)&amp;#43;----&amp;#43;------&amp;#43;
(out)2 rows in set (0.00 sec)
(out)
select database();
(out)&amp;#43;------------&amp;#43;
(out)| database() |
(out)&amp;#43;------------&amp;#43;
(out)| stroom     |
(out)&amp;#43;------------&amp;#43;
(out)1 row in set (0.00 sec)&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;

  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        Markdown
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; sql-shell &amp;gt;}}
select *
(con)from token_type
(con)limit 2;
(con)+----+------+
(con)| id | type |
(con)+----+------+
(con)|  1 | user |
(con)|  2 | api  |
(con)+----+------+
(out)2 rows in set (0.00 sec)
(out)
select database();
(out)+------------+
(out)| database() |
(out)+------------+
(out)| stroom     |
(out)+------------+
(out)1 row in set (0.00 sec)
{{&amp;lt;/ sql-shell &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;

&lt;/div&gt;
&lt;h3 id=&#34;directory-listings&#34;&gt;Directory Listings&lt;/h3&gt;
&lt;p&gt;Using the unix &lt;code&gt;tree&lt;/code&gt; command you can produce directory listings to use with the &lt;code&gt;treeview&lt;/code&gt; code block language.&lt;/p&gt;
&lt;p&gt;The following is an example of how to produce the directory tree in ASCII form.&lt;/p&gt;

  






&lt;div class=&#34;code-toolbar&#34;&gt;
  &lt;pre 
    class=&#34;command-line language-bash&#34; 
    data-user=&#34;user&#34; 
    data-host=&#34;localhost&#34; 
    data-continuation-str=&#34;\&#34;
    data-filter-output=&#34;(out)&#34;&gt;&lt;code class=&#34;language-bash&#34;&gt;tree -n -F -L 1 --charset=ascii&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;div class=&#34;td-card-deck card-deck mb-4&#34;&gt;
  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        Rendered
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;pre&gt;&lt;code class=&#34;language-treeview&#34;&gt;./
|-- ACTIVE_SERVICES.txt
|-- ALL_SERVICES.txt
|-- backup_databases.sh*
|-- certs/
|-- command.sh*
|-- start.sh*
|-- status.sh*
|-- stop.sh*
`-- volumes/
&lt;/code&gt;&lt;/pre&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;


  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        Markdown
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;pre&gt;&lt;code class=&#34;language-mardown&#34;&gt;```treeview
./
|-- ACTIVE_SERVICES.txt
|-- ALL_SERVICES.txt
|-- backup_databases.sh*
|-- certs/
|-- command.sh*
|-- start.sh*
|-- status.sh*
|-- stop.sh*
`-- volumes/
```
&lt;/code&gt;&lt;/pre&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;

&lt;/div&gt;
&lt;h3 id=&#34;inline-files&#34;&gt;Inline files&lt;/h3&gt;
&lt;p&gt;Some code or text examples may be too large for a fenced block so you can put the content in a separate file and include it in-line like so.&lt;/p&gt;






&lt;div class=&#34;text-file card rounded shadow-stroom p-2 td-post-card mb-4 mt-4&#34; style=&#34;&#34;&gt;

  &lt;div class=&#34;card-body px-0 pt-2 pb-0&#34;&gt;
    
    &lt;pre&gt;&lt;code class=&#34;language-xml&#34;&gt;&amp;lt;?xml version=&amp;quot;1.1&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&amp;lt;dataSplitter
    xmlns=&amp;quot;data-splitter:3&amp;quot;
    xmlns:xsi=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;
    xsi:schemaLocation=&amp;quot;data-splitter:3 file://data-splitter-v3.0.1.xsd&amp;quot;
    version=&amp;quot;3.0&amp;quot;&amp;gt;
  &amp;lt;!-- 
  GEOHOST REFERENCE FEED:
  
  CHANGE HISTORY
  v1.0.0 - 2020-02-09 John Doe
  
  This is a reference feed for device Logical and Geographic data.
  
  The feed provides for each device
  * the device FQDN
  * the device IP Address
  * the device Country location (using ISO 3166-1 alpha-3 codes)
  * the device Site location
  * the device Building location
  * the device Room location
  *the device TimeZone location (both standard then daylight time zone offsets from UTC)
  
  The data is a TAB delimited file with the first line providing headings.
  
  Example data:
  
  FQDN	IPAddress	Country	Site	Building	Room	TimeZones
stroomnode00.strmdev00.org	192.168.2.245	GBR	Bristol-S00	GZero	R00	+00:00/+01:00
stroomnode01.strmdev01.org	192.168.3.117	AUS	Sydney-S04	R6	5-134	+10:00/+11:00
host01.company4.org	192.168.4.220	USA	LosAngeles-S19	ILM	C5-54-2	-08:00/-07:00
  
  --&amp;gt;
  
  &amp;lt;!-- Match the heading line - split on newline and match a maximum of one line  --&amp;gt;
  &amp;lt;split delimiter=&amp;quot;\n&amp;quot; maxMatch=&amp;quot;1&amp;quot;&amp;gt;
   
   &amp;lt;!-- Store each heading and note we split fields on the TAB (&amp;amp;#9;) character --&amp;gt;
     &amp;lt;group&amp;gt;
       &amp;lt;split delimiter=&amp;quot;&amp;amp;#9;&amp;quot;&amp;gt;
         &amp;lt;var id=&amp;quot;heading&amp;quot;/&amp;gt;
       &amp;lt;/split&amp;gt;
     &amp;lt;/group&amp;gt;
   &amp;lt;/split&amp;gt;
   
  !-- Match all other data lines - splitting on newline --&amp;gt;
  &amp;lt;split delimiter=&amp;quot;\n&amp;quot;&amp;gt;
    &amp;lt;group&amp;gt;
      &amp;lt;!-- Store each field using the column heading number for each column ($heading$1) and note we split fields on the TAB (&amp;amp;#9;) character --&amp;gt;
       &amp;lt;split delimiter=&amp;quot;&amp;amp;#9;&amp;quot;&amp;gt;
         &amp;lt;data name=&amp;quot;$heading$1&amp;quot; value=&amp;quot;$1&amp;quot;/&amp;gt;
       &amp;lt;/split&amp;gt;
    &amp;lt;/group&amp;gt;
  &amp;lt;/split&amp;gt;
&amp;lt;/dataSplitter&amp;gt;


&lt;/code&gt;&lt;/pre&gt;


    &lt;hr style=&#34;border-top: 1px solid #ddd; margin-top: 0px; margin-bottom:4px;&#34;&gt;
    &lt;div class=&#34;card-text&#34; style=&#34;font-size: smaller; text-align: center;&#34;&gt;
      
      &lt;span class=&#34;&#34; style=&#34;font-size: smaller&#34;&gt;Example in-line XML file&lt;/span&gt;
      
      (
      &lt;a href=&#34;../../files/style-guide/in_line_file_example.xml&#34; class=&#34;&#34; style=&#34;font-size: smaller&#34;&gt;Download in_line_file_example.xml&lt;/a&gt;
      &lt;i class=&#34;external-link-icon fas fa-file-download fa-sm text-secondary&#34; title=&#34;External link&#34;&gt;&lt;/i&gt;
      )
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;The card has a maximum height and will show scrollbars as required.&lt;/p&gt;
&lt;p&gt;Examples of how to use in-line files are:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; textfile &amp;quot;style-guide/in_line_file_example.xml&amp;quot; &amp;quot;xml&amp;quot; &amp;gt;}}My caption{{&amp;lt; /textfile &amp;gt;}}
{{&amp;lt; textfile &amp;quot;style-guide/in_line_file_example.xml&amp;quot; &amp;gt;}}My caption{{&amp;lt; /textfile &amp;gt;}}
{{&amp;lt; textfile &amp;quot;style-guide/in_line_file_example.xml&amp;quot; /&amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;supported-languages&#34;&gt;Supported languages&lt;/h3&gt;
&lt;p&gt;This site uses &lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;https://prismjs.com/index.html&#34; target=&#34;_blank&#34; class=&#34;external-link&#34; title=&#34;Prismjs (external link to https://prismjs.com/index.html)&#34;&gt;
    &lt;span&gt;Prismjs&lt;/span&gt;
    &lt;i class=&#34;external-link-icon fas fa-external-link-alt fa-sm text-secondary&#34;&gt;&lt;/i&gt;
  &lt;/a&gt;
&lt;/span&gt;
 for syntax highlighting code blocks.
&lt;em&gt;PrismJs&lt;/em&gt; supports a large number of different languages however only certain languages have been included with this site.
The language specified in the markdown code fence or in the &lt;code&gt;command-line&lt;/code&gt; shortcode must be in the list of included languages.&lt;/p&gt;
&lt;p&gt;The list of included language names are:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;sh&lt;/code&gt;&lt;br&gt;
&lt;code&gt;bash&lt;/code&gt;&lt;br&gt;
&lt;code&gt;css&lt;/code&gt;&lt;br&gt;
&lt;code&gt;csv&lt;/code&gt;&lt;br&gt;
&lt;code&gt;groovy&lt;/code&gt;&lt;br&gt;
&lt;code&gt;http&lt;/code&gt;&lt;br&gt;
&lt;code&gt;java&lt;/code&gt;&lt;br&gt;
&lt;code&gt;javascript&lt;/code&gt;&lt;br&gt;
&lt;code&gt;jq&lt;/code&gt;&lt;br&gt;
&lt;code&gt;json&lt;/code&gt;&lt;br&gt;
&lt;code&gt;properties&lt;/code&gt; (Use for Stroom metadata)
&lt;code&gt;python&lt;/code&gt;&lt;br&gt;
&lt;code&gt;regex&lt;/code&gt;&lt;br&gt;
&lt;code&gt;scss&lt;/code&gt;&lt;br&gt;
&lt;code&gt;sql&lt;/code&gt;&lt;br&gt;
&lt;code&gt;text&lt;/code&gt;&lt;br&gt;
&lt;code&gt;toml&lt;/code&gt;&lt;br&gt;
&lt;code&gt;treeview&lt;/code&gt;&lt;br&gt;
&lt;code&gt;xml&lt;/code&gt;&lt;br&gt;
&lt;code&gt;yaml&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;To include extra languages in this site you need to build a new version of the &lt;code&gt;prism.js&lt;/code&gt; and &lt;code&gt;prism.css&lt;/code&gt; files.
This can be done &lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;https://prismjs.com/index.html#supported-languages&#34; target=&#34;_blank&#34; class=&#34;external-link&#34; title=&#34;here (external link to https://prismjs.com/index.html#supported-languages)&#34;&gt;
    &lt;span&gt;here&lt;/span&gt;
    &lt;i class=&#34;external-link-icon fas fa-external-link-alt fa-sm text-secondary&#34;&gt;&lt;/i&gt;
  &lt;/a&gt;
&lt;/span&gt;
.
When creating new versions of these files you must include the languages and plugins already included else you may break this site.
The generated files are then copied over the top of &lt;code&gt;/static/css/prism.css&lt;/code&gt; and &lt;code&gt;/static/js/prism.js&lt;/code&gt;.
Both files include a comment at the top with the link to the &lt;em&gt;PrismJs&lt;/em&gt; download page with the currently included items selected.
Use this link then add any additional items, bearing in mind the size of the download and its impact on page load times.&lt;/p&gt;
&lt;p&gt;An example of the download link is &lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;https://prismjs.com/download.html#themes=prism&amp;amp;languages=markup&amp;#43;css&amp;#43;clike&amp;#43;javascript&amp;#43;bash&amp;#43;csv&amp;#43;groovy&amp;#43;java&amp;#43;jq&amp;#43;json&amp;#43;markdown&amp;#43;python&amp;#43;regex&amp;#43;scss&amp;#43;sql&amp;#43;toml&amp;#43;yaml&amp;amp;plugins=line-highlight&amp;#43;line-numbers&amp;#43;command-line&amp;#43;toolbar&amp;#43;copy-to-clipboard&amp;#43;treeview%20*/&#34; target=&#34;_blank&#34; class=&#34;external-link&#34; title=&#34;External link to https://prismjs.com/download.html#themes=prism&amp;amp;languages=markup&amp;#43;css&amp;#43;clike&amp;#43;javascript&amp;#43;bash&amp;#43;csv&amp;#43;groovy&amp;#43;java&amp;#43;jq&amp;#43;json&amp;#43;markdown&amp;#43;python&amp;#43;regex&amp;#43;scss&amp;#43;sql&amp;#43;toml&amp;#43;yaml&amp;amp;plugins=line-highlight&amp;#43;line-numbers&amp;#43;command-line&amp;#43;toolbar&amp;#43;copy-to-clipboard&amp;#43;treeview */&#34;&gt;
    &lt;span&gt;https://prismjs.com/download.html#themes=prism&amp;amp;languages=markup&amp;#43;css&amp;#43;clike&amp;#43;javascript&amp;#43;bash&amp;#43;csv&amp;#43;groovy&amp;#43;java&amp;#43;jq&amp;#43;json&amp;#43;markdown&amp;#43;python&amp;#43;regex&amp;#43;scss&amp;#43;sql&amp;#43;toml&amp;#43;yaml&amp;amp;plugins=line-highlight&amp;#43;line-numbers&amp;#43;command-line&amp;#43;toolbar&amp;#43;copy-to-clipboard&amp;#43;treeview */&lt;/span&gt;
    &lt;i class=&#34;external-link-icon fas fa-external-link-alt fa-sm text-secondary&#34;&gt;&lt;/i&gt;
  &lt;/a&gt;
&lt;/span&gt;
&lt;/p&gt;

&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;Warning&lt;/h4&gt;

    The css/js downloaded from the Prism site is taken from the head of their master branch so even though the css/js mention a Prism version number this may be the same for downloads done at different times.

&lt;/div&gt;


&lt;h2 id=&#34;alerts&#34;&gt;Alerts&lt;/h2&gt;
&lt;p&gt;Various page/block level quotes for drawing attention to things.&lt;/p&gt;

&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;Warning&lt;/h4&gt;

    Using shortcodes, e.g. &lt;code&gt;{{&amp;lt; pipe-elm &amp;quot;SplitFilter&amp;quot; &amp;gt;}}&lt;/code&gt; inside an of these alerts is currently not fully supported so may not work.

&lt;/div&gt;


&lt;h3 id=&#34;warning-block-quote&#34;&gt;Warning block Quote&lt;/h3&gt;

&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;Warning&lt;/h4&gt;

    This is a warning that can contain &lt;em&gt;markdown&lt;/em&gt;.

&lt;/div&gt;


&lt;p&gt;The markdown for this is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{% warning %}}
This is a warning that can contain _markdown_.
{{% /warning %}}
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;page-level-warning&#34;&gt;Page level warning&lt;/h3&gt;

&lt;div class=&#34;pageinfo pageinfo-danger&#34;&gt;
&lt;h4 class=&#34;text-danger alert-heading&#34;&gt;Warning&lt;/h4&gt;
&lt;p&gt;This is a warning that can contain &lt;em&gt;markdown&lt;/em&gt;.&lt;/p&gt;

&lt;/div&gt;


&lt;p&gt;The markdown for this is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{% page-warning %}}
This is a warning that can contain _markdown_.
{{% /page-warning %}}
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;note-block-quote&#34;&gt;Note block Quote&lt;/h3&gt;

&lt;div class=&#34;alert alert-primary&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;Note&lt;/h4&gt;


    This is a note that can contain &lt;strong&gt;markdown&lt;/strong&gt;.

&lt;/div&gt;


&lt;p&gt;The markdown for this is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{% note %}}
This is a note that can contain **markdown**.
{{% /note %}}
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;see-also-block-quote&#34;&gt;See also block Quote&lt;/h3&gt;
&lt;p&gt;Useful for linking to other areas of the documentation or to external sites.&lt;/p&gt;

&lt;div class=&#34;alert alert-primary&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;See Also&lt;/h4&gt;
&lt;div class=&#34;alert-content&#34;&gt;
  
  &lt;p&gt;&lt;a href=&#34;#note-block-quote&#34;&gt;Note block quote&lt;/a&gt;&lt;br&gt;
&lt;a href=&#34;#warning-block-quote&#34;&gt;Warning block quote&lt;/a&gt;&lt;/p&gt;

&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;The markdown for this is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{% see-also %}}
[Note block quote]({{&amp;lt; relref &amp;quot;#note-block-quote&amp;quot; &amp;gt;}})  
[Warning block quote]({{&amp;lt; relref &amp;quot;#warning-block-quote&amp;quot; &amp;gt;}})
{{% /see-also %}}
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;page-level-info&#34;&gt;Page level info&lt;/h3&gt;


&lt;div class=&#34;pageinfo pageinfo-primary&#34;&gt;
&lt;p&gt;This is some info that can contain &lt;strong&gt;markdown&lt;/strong&gt;.&lt;/p&gt;

&lt;/div&gt;

&lt;p&gt;The markdown for this is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{% pageinfo %}}
This is some info that can contain **markdown**.
{{% /pageinfo %}}
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;todo-block-quote&#34;&gt;TODO block Quote&lt;/h3&gt;
&lt;p&gt;Used to indicate areas of the documentation that are unfinished or incorrect.&lt;/p&gt;

&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;TODO&lt;/h4&gt;

    This is a TODO that can contain &lt;code&gt;markdown&lt;/code&gt;.

&lt;/div&gt;

&lt;p&gt;The markdown for this is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{% todo %}}
This is a TODO that can contain `markdown`.
{{% /todo %}}
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;cards&#34;&gt;Cards&lt;/h2&gt;
&lt;p&gt;Cards can be used to display related content side by side.
Each card can contain markdown and/or Hugo short codes.
The cards will be displayed horizontally to fill the width of the page.&lt;/p&gt;
&lt;div class=&#34;td-card-deck card-deck mb-4&#34;&gt;
  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        YAML
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;pre&gt;&lt;code class=&#34;language-yaml&#34;&gt;---
root:
  someKey: &amp;quot;value&amp;quot;
&lt;/code&gt;&lt;/pre&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;


  &lt;div class=&#34;td-card card mb-4&#34;&gt;
  
    &lt;div class=&#34;card-header&#34;&gt;
      
        XML
      
    &lt;/div&gt;
  
  &lt;div class=&#34;card-body&#34;&gt;
    
    
    
      &lt;p class=&#34;card-text&#34;&gt;
        
          &lt;pre&gt;&lt;code class=&#34;language-xml&#34;&gt;&amp;lt;root&amp;gt;
  &amp;lt;child attr=&amp;quot;xxx&amp;quot;&amp;gt;some val&amp;lt;/child&amp;gt;
&amp;lt;/root&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

        
      &lt;/p&gt;
    
  &lt;/div&gt;
  
&lt;/div&gt;

&lt;/div&gt;
&lt;p&gt;The markdown for this is:&lt;/p&gt;
&lt;!-- spell-checker: disable --&gt;
&lt;pre&gt;&lt;code class=&#34;language-text&#34;&gt;{{&amp;lt; cardpane &amp;gt;}}
  {{&amp;lt; card header=&amp;quot;YAML&amp;quot; &amp;gt;}}
```yaml
---
root:
  someKey: &amp;quot;value&amp;quot;
```
  {{&amp;lt; /card &amp;gt;}}
  {{&amp;lt; card header=&amp;quot;XML&amp;quot; &amp;gt;}}
```xml
&amp;lt;root&amp;gt;
  &amp;lt;child attr=&amp;quot;xxx&amp;quot;&amp;gt;some val&amp;lt;/child&amp;gt;
&amp;lt;/root&amp;gt;
```
  {{&amp;lt; /card &amp;gt;}}
{{&amp;lt; /cardpane &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;
&lt;!-- spell-checker: enable --&gt;
&lt;h2 id=&#34;tabbed-panes&#34;&gt;Tabbed panes&lt;/h2&gt;
&lt;p&gt;Hugo/Docsy have shortcodes for &lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;https://www.docsy.dev/docs/content/shortcodes/#tabbed-panes&#34; target=&#34;_blank&#34; class=&#34;external-link&#34; title=&#34;tabbed panes (external link to https://www.docsy.dev/docs/content/shortcodes/#tabbed-panes)&#34;&gt;
    &lt;span&gt;tabbed panes&lt;/span&gt;
    &lt;i class=&#34;external-link-icon fas fa-external-link-alt fa-sm text-secondary&#34;&gt;&lt;/i&gt;
  &lt;/a&gt;
&lt;/span&gt;
 however these mean only one tab will be printed or visible in the generated PDF so their use should be avoided.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Community: Images</title>
      <link>/community/documentation/style-guide/using-images/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/community/documentation/style-guide/using-images/</guid>
      <description>
        
        
        &lt;h2 id=&#34;image-assets&#34;&gt;Image assets&lt;/h2&gt;
&lt;p&gt;All Images should be placed in &lt;code&gt;/assets/images/&lt;/code&gt; or within a descendent directory of it.
Images should be added to the markdown using the &lt;code&gt;image&lt;/code&gt; shortcode.
This ensures a consistent look for all images and allows control of the size of the image.&lt;/p&gt;
&lt;p&gt;The short code can be added in the following ways.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Markdown:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; image &amp;quot;style-guide/stroom-oo.svg&amp;quot; &amp;quot;200x&amp;quot; &amp;gt;}}

{{&amp;lt; image &amp;quot;style-guide/stroom-oo.png&amp;quot; &amp;gt;}}

{{&amp;lt; image &amp;quot;style-guide/stroom-oo.svg&amp;quot; &amp;quot;200x&amp;quot; &amp;gt;}}Image caption{{&amp;lt; /image &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;All paths used in the &lt;code&gt;image&lt;/code&gt; shortcode are relative to &lt;code&gt;/assets/images&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;The following shows an example of the directory structure.&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-text&#34;&gt;
/assets
   /images
      /section-x
         /sub-section-y
            /page1
               /image.svg
/content
   /en
      /docs
         /section-x
            /sub-section-y
               page1.md - #image shortcode used in here
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Where images are only used by one page then the directory structure in &lt;code&gt;/assets&lt;/code&gt; ought to mirror that of the page the images are used in, as shown above.
If images are used by multiple pages then some other sensible organisation of the images should be used, e.g. &lt;code&gt;/assets/images/section-x&lt;/code&gt; if they are limited to pages in one section, or &lt;code&gt;/assets/images/common&lt;/code&gt; if they are used in multiple sections.&lt;/p&gt;
&lt;h3 id=&#34;captions&#34;&gt;Captions&lt;/h3&gt;
&lt;p&gt;The image can be displayed with a caption:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;







  
  
  
  
  







  
  



&lt;div class=&#34;card rounded shadow-stroom p-2 td-post-card mb-4 mt-4&#34; style=&#34;max-width: 210px&#34;&gt;

  &lt;a title=&#34;images/style-guide/svg-logo.svg&#34; href=&#34;../../images/style-guide/svg-logo.svg&#34;&gt;
    &lt;figure style=&#34;margin-block-end: 0px&#34; &gt;
      
      &lt;img class=&#34;card-img-top&#34; src=&#34;../../images/style-guide/svg-logo.svg&#34; style=&#34;max-width:200&#34; alt=&#34;images/style-guide/svg-logo.svg&#34;&gt;
      

      
      &lt;div class=&#34;card-body px-0 pt-2 pb-0&#34;&gt;
        &lt;hr style=&#34;border-top: 1px solid #ddd; margin-top: 0px; margin-bottom:4px;&#34;&gt;
        &lt;figcaption class=&#34;card-text&#34; style=&#34;font-size: smaller; text-align: center;&#34;&gt;
By W3C SVG Logo, CC BY-SA 4.0, https://commons.wikimedia.org/w/index.php?curid=105996438
&lt;/figcaption&gt;
      &lt;/div&gt;
      
    &lt;/figure&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Markdown:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; image &amp;quot;style-guide/svg-logo.svg&amp;quot; &amp;quot;200x&amp;quot; &amp;gt;}}
By W3C SVG Logo, CC BY-SA 4.0, https://commons.wikimedia.org/w/index.php?curid=105996438
{{&amp;lt; /image &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;size&#34;&gt;Size&lt;/h3&gt;
&lt;p&gt;The image can be defined with a maximum width (e.g. &lt;code&gt;&amp;quot;300x&amp;quot;&lt;/code&gt;) or a maximum height (&lt;code&gt;&amp;quot;x200&amp;quot;&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;







  
  
  
  
  







  
  



&lt;div class=&#34;card rounded shadow-stroom p-2 td-post-card mb-4 mt-4&#34; style=&#34;max-width: 130px&#34;&gt;

  &lt;a title=&#34;images/style-guide/svg-logo.svg&#34; href=&#34;../../images/style-guide/svg-logo.svg&#34;&gt;
    &lt;figure style=&#34;margin-block-end: 0px&#34; &gt;
      
      &lt;img class=&#34;card-img-top&#34; src=&#34;../../images/style-guide/svg-logo.svg&#34; style=&#34;max-width:120&#34; alt=&#34;images/style-guide/svg-logo.svg&#34;&gt;
      

      
    &lt;/figure&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Markdown:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; image &amp;quot;style-guide/svg-logo.svg&amp;quot; &amp;quot;120x&amp;quot; /&amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;png-files&#34;&gt;.png files&lt;/h3&gt;
&lt;p&gt;&lt;code&gt;.png&lt;/code&gt; files can be rendered in their original size by omitting the size argument.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Examples:&lt;/strong&gt;&lt;/p&gt;







  
  
  
  
  







  



&lt;div class=&#34;card rounded shadow-stroom p-2 td-post-card mb-4 mt-4&#34; style=&#34;width: fit-content;&#34;&gt;

  &lt;a title=&#34;images/style-guide/stroom-amber.png&#34; href=&#34;../../images/style-guide/stroom-amber.png&#34;&gt;
    &lt;figure style=&#34;margin-block-end: 0px&#34; &gt;
      
      &lt;img class=&#34;card-img-top&#34; src=&#34;../../images/style-guide/stroom-amber.png&#34; style=&#34;max-width: fit-content&#34; alt=&#34;images/style-guide/stroom-amber.png&#34;&gt;
      

      
    &lt;/figure&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;Or they can be rendered with a set size.&lt;/p&gt;







  
  
  
  
  







  
  



&lt;div class=&#34;card rounded shadow-stroom p-2 td-post-card mb-4 mt-4&#34; style=&#34;max-width: 60px&#34;&gt;

  &lt;a title=&#34;images/style-guide/stroom-amber.png&#34; href=&#34;../../images/style-guide/stroom-amber.png&#34;&gt;
    &lt;figure style=&#34;margin-block-end: 0px&#34; &gt;
      
      &lt;img class=&#34;card-img-top&#34; src=&#34;../../images/style-guide/stroom-amber.png&#34; style=&#34;max-width:50&#34; alt=&#34;images/style-guide/stroom-amber.png&#34;&gt;
      

      
    &lt;/figure&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Markdown:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The markdown for the examples above is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; image &amp;quot;style-guide/stroom-amber.png&amp;quot; /&amp;gt;}}

Or they can be rendered with a set size.

{{&amp;lt; image &amp;quot;style-guide/stroom-amber.png&amp;quot; &amp;quot;50x&amp;quot;/&amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;using-global-assets-resources&#34;&gt;Using global &lt;code&gt;/assets/&lt;/code&gt; resources&lt;/h2&gt;
&lt;p&gt;For images that are shared by multiple page bundles, e.g. stroom icons, place them in &lt;code&gt;/assets/images/&lt;/code&gt;.
The image path is relative to &lt;code&gt;/assets/images/&lt;/code&gt;, e.g. file  &lt;code&gt;/assets/images/style-guide/svg-example.svg&lt;/code&gt; becomes &lt;code&gt;style-guide/svg-example.svg&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;







  
  
  
  
  







  
  



&lt;div class=&#34;card rounded shadow-stroom p-2 td-post-card mb-4 mt-4&#34; style=&#34;max-width: 210px&#34;&gt;

  &lt;a title=&#34;images/style-guide/svg-example.svg&#34; href=&#34;../../images/style-guide/svg-example.svg&#34;&gt;
    &lt;figure style=&#34;margin-block-end: 0px&#34; &gt;
      
      &lt;img class=&#34;card-img-top&#34; src=&#34;../../images/style-guide/svg-example.svg&#34; style=&#34;max-width:200&#34; alt=&#34;images/style-guide/svg-example.svg&#34;&gt;
      

      
      &lt;div class=&#34;card-body px-0 pt-2 pb-0&#34;&gt;
        &lt;hr style=&#34;border-top: 1px solid #ddd; margin-top: 0px; margin-bottom:4px;&#34;&gt;
        &lt;figcaption class=&#34;card-text&#34; style=&#34;font-size: smaller; text-align: center;&#34;&gt;
This is some optional caption text for the image.
And this is another line.
&lt;/figcaption&gt;
      &lt;/div&gt;
      
    &lt;/figure&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Markdown:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; image &amp;quot;style-guide/svg-example.svg&amp;quot; &amp;quot;200x&amp;quot; &amp;gt;}}
This is some optional caption text for the image.
And this is another line.
{{&amp;lt; /image &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;plantuml&#34;&gt;PlantUML&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://plantuml.com&#34;&gt;PlantUML&lt;/a&gt; is the favoured tool for producing diagrams such as UML diagrams, entity relationship diagrams and other more general architecture diagrams.
The diagrams are written in plain text which makes them easy to version control.
The plantUML syntax can then be converted into image files, e.g. .svg files.&lt;/p&gt;
&lt;p&gt;A plantUML diagram looks like this in plain text form:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-plantuml&#34;&gt;@startuml
Alice -&amp;gt; Bob: Authentication Request
Bob --&amp;gt; Alice: Authentication Response

Alice -&amp;gt; Bob: Another authentication Request
Alice &amp;lt;-- Bob: Another authentication Response
@enduml
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;PlantUML diagrams should be saved in a dedicated &lt;code&gt;.puml&lt;/code&gt; file in the same folder as the page that will display it.
If it is needed by multiple pages then it should be saved in &lt;code&gt;/assets/images/&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;The build process will convert all &lt;code&gt;.puml&lt;/code&gt; files to a corresponding &lt;code&gt;.puml.svg&lt;/code&gt; file.
These generated &lt;code&gt;.puml.svg&lt;/code&gt; files are ignored by git so need to be regenerated at build time or when you change a &lt;code&gt;.puml&lt;/code&gt; file.
The images can be generated by doing:&lt;/p&gt;

  






&lt;div class=&#34;code-toolbar&#34;&gt;
  &lt;pre 
    class=&#34;command-line language-bash&#34; 
    data-user=&#34;user&#34; 
    data-host=&#34;localhost&#34; 
    data-continuation-str=&#34;\&#34;
    data-filter-output=&#34;(out)&#34;&gt;&lt;code class=&#34;language-bash&#34;&gt;./container_build/runInPumlDocker.sh SVG&lt;/code&gt;&lt;/pre&gt;
&lt;/div&gt;

&lt;p&gt;You should embed a PlantUML image like this, using the &lt;code&gt;.puml.svg&lt;/code&gt; file (that may not yet exist, but will have to exist before the site is built):&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;







  
  
  
  
  







  
  



&lt;div class=&#34;card rounded shadow-stroom p-2 td-post-card mb-4 mt-4&#34; style=&#34;max-width: 310px&#34;&gt;

  &lt;a title=&#34;images/style-guide/puml-example.puml.svg&#34; href=&#34;../../images/style-guide/puml-example.puml.svg&#34;&gt;
    &lt;figure style=&#34;margin-block-end: 0px&#34; &gt;
      
      &lt;img class=&#34;card-img-top&#34; src=&#34;../../images/style-guide/puml-example.puml.svg&#34; style=&#34;max-width:300&#34; alt=&#34;images/style-guide/puml-example.puml.svg&#34;&gt;
      

      
    &lt;/figure&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Markdown:&lt;/strong&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; image &amp;quot;style-guide/puml-example.puml.svg&amp;quot; &amp;quot;300x&amp;quot; /&amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;using-page-resources&#34;&gt;Using page resources&lt;/h2&gt;
&lt;p&gt;Images can be located in a &lt;span class=&#34;external-link&#34;&gt;
  &lt;a href=&#34;https://gohugo.io/content-management/page-bundles/&#34; target=&#34;_blank&#34; class=&#34;external-link&#34; title=&#34;page bundle (external link to https://gohugo.io/content-management/page-bundles/)&#34;&gt;
    &lt;span&gt;page bundle&lt;/span&gt;
    &lt;i class=&#34;external-link-icon fas fa-external-link-alt fa-sm text-secondary&#34;&gt;&lt;/i&gt;
  &lt;/a&gt;
&lt;/span&gt;
.
This is where the page is defined as a named directory (rather than a &lt;code&gt;.md&lt;/code&gt; file) with an associated &lt;code&gt;index.md&lt;/code&gt; file for the markdown content.
All other items in the directory are page resources that can be used by the page, i.e. image files.&lt;/p&gt;

&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;Warning&lt;/h4&gt;

    Whilst you can structure your site using page resources the preferred approach for stroom-docs is to use the common assets directory.
This keeps all the images in one place and means pages can have a named markdown file rather than all being called &lt;code&gt;index.md&lt;/code&gt;.

&lt;/div&gt;


&lt;p&gt;Use the &lt;code&gt;image&lt;/code&gt; short code to display an image file that is located in the same directory as the page.
For the short code to work the page must be a leaf bundle (&lt;code&gt;index.md&lt;/code&gt;) or a branch bundle (&lt;code&gt;_index.md&lt;/code&gt;), i.e:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-text&#34;&gt;/docs
   /MyPage
      index.md - #image shortcode used in here
      example.svg
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-text&#34;&gt;/docs
   /MySection
      /Page1
         index.md
      /Page2
         index.md
      _index.md - #image shortcode used in here
      example.svg
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;In the above example, the shortcode would look like:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; image &amp;quot;example.svg&amp;quot; &amp;quot;200x&amp;quot; &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;







  
  
  
  
  







  
  



&lt;div class=&#34;card rounded shadow-stroom p-2 td-post-card mb-4 mt-4&#34; style=&#34;max-width: 210px&#34;&gt;

  &lt;a title=&#34;images/style-guide/stroom-oo.svg&#34; href=&#34;../../images/style-guide/stroom-oo.svg&#34;&gt;
    &lt;figure style=&#34;margin-block-end: 0px&#34; &gt;
      
      &lt;img class=&#34;card-img-top&#34; src=&#34;../../images/style-guide/stroom-oo.svg&#34; style=&#34;max-width:200&#34; alt=&#34;images/style-guide/stroom-oo.svg&#34;&gt;
      

      
    &lt;/figure&gt;
  &lt;/a&gt;
&lt;/div&gt;

&lt;h2 id=&#34;stroom-user-interface-components&#34;&gt;Stroom user interface Components&lt;/h2&gt;
&lt;p&gt;Sometimes it is useful to display an image of certain user interface elements to explain something.
Rather than use screenshots which are very difficult to keep up to date, you can instead use some simple shortcodes to display some UI elements, e.g. buttons, pipeline elements, etc.
By using shortcodes, any change to the look of the Stroom UI means only the shortcode content and their styling need to change, without having to recreate tens or hundreds of screenshots.&lt;/p&gt;
&lt;h3 id=&#34;stroom-icons&#34;&gt;Stroom icons&lt;/h3&gt;
&lt;p&gt;Stroom UI icons such as &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Add&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:currentColor&#34; d=&#34;m 1600,800 0,192 q 0,40 -28,68 -28,28 -68,28 l -416,0 0,416 q 0,40 -28,68 -28,28 -68,28 l -192,0 q -40,0 -68,-28 -28,-28 -28,-68 l 0,-416 -416,0 q -40,0 -68,-28 -28,-28 -28,-68 l 0,-192 q 0,-40 28,-68 28,-28 68,-28 l 416,0 0,-416 q 0,-40 28,-68 28,-28 68,-28 l 192,0 q 40,0 68,28 28,28 28,68 l 0,416 416,0 q 40,0 68,28 28,28 28,68 z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt; or &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Explorer Tree&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:currentColor&#34; d=&#34;M1792 1248v320q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-320q0-40 28-68t68-28h96v-192h-512v192h96q40 0 68 28t28 68v320q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-320q0-40 28-68t68-28h96v-192h-512v192h96q40 0 68 28t28 68v320q0 40-28 68t-68 28h-320q-40 0-68-28t-28-68v-320q0-40 28-68t68-28h96v-192q0-52 38-90t90-38h512v-192h-96q-40 0-68-28t-28-68v-320q0-40 28-68t68-28h320q40 0 68 28t28 68v320q0 40-28 68t-68 28h-96v192h512q52 0 90 38t38 90v192h96q40 0 68 28t28 68z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt; can be added in line using the shortcode &lt;code&gt;stroom-icon&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Arguments&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;name&lt;/code&gt; - The filename (and relative path) of the icon file.
The path is relative to &lt;code&gt;/assets/images/stroom-ui/&lt;/code&gt;, e.g. &lt;code&gt;documents/Feed.svg&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;title&lt;/code&gt; (optional) - The hover tip title that will be given to the icon.
If not supplied, the filename (minus extension) will be converted to sentence case and used as the title.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;enabled&lt;/code&gt; (optional) [&lt;code&gt;enabled&lt;/code&gt;|&lt;code&gt;disabled&lt;/code&gt;] - Whether the button is enabled or disabled.
Defaults to &lt;code&gt;enabled&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;colour&lt;/code&gt; (optional) - The colour variant to use for the icon.
Not all icons support colour variants.
If not supplied, and where the icon supports colour variants, then the default colour is blue.
See below for the list of colour variants.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The full list of available icons can be found in the &lt;a href=&#34;../../community/documentation/style-guide/icon-gallery/&#34;&gt;Icon Gallery&lt;/a&gt;.&lt;/p&gt;

&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;Warning&lt;/h4&gt;

    The icon filenames and paths are case sensitive so ensure you have the correct case, e.g. most &lt;code&gt;document&lt;/code&gt; icons are in upper sentence case.

&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;Examples:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Simple use: &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Save&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --&gt;&lt;path style=&#34;fill:currentColor;stroke-width:0.570676;stroke-dasharray:none&#34; d=&#34;M 339.40234 116.52148 C 216.56504 116.52148 116.69531 216.3912 116.69531 339.22852 L 116.69531 1452.7715 C 116.69531 1575.6089 216.56504 1675.4785 339.40234 1675.4785 L 1452.5977 1675.4785 C 1575.4349 1675.4785 1675.3047 1575.6089 1675.3047 1452.7715 L 1675.3047 598.82422 C 1675.3047 539.66744 1651.9901 482.94523 1610.2324 441.1875 L 1610.5801 440.83984 L 1351.334 181.59375 C 1309.5761 139.83602 1252.8561 116.52148 1193.6992 116.52148 L 339.40234 116.52148 z M 339.40234 283.55273 L 395.08008 283.55273 L 395.08008 645.45312 C 395.08008 691.73461 432.31423 728.96875 478.5957 728.96875 L 1146.7207 728.96875 C 1193.0023 728.96875 1230.2363 691.73461 1230.2363 645.45312 L 1230.2363 297.12305 C 1231.2803 298.167 1231.9756 298.8623 1233.0195 299.90625 L 1492.6152 558.80469 L 1492.2676 559.1543 C 1502.707 569.59373 1508.6211 583.8594 1508.6211 598.47461 L 1508.6211 1452.7715 C 1508.6211 1483.3939 1483.5678 1508.4473 1452.9453 1508.4473 L 1395.6113 1508.4473 L 1395.6113 1059.8359 C 1395.6113 981.08539 1331.5826 917.05859 1252.832 917.05859 L 539.16797 917.05859 C 460.41738 917.05859 396.38867 981.08539 396.38867 1059.8359 L 396.38867 1508.4473 L 339.40234 1508.4473 C 308.78001 1508.4473 283.72656 1483.3939 283.72656 1452.7715 L 283.72656 339.22852 C 283.72656 308.60619 308.78001 283.55273 339.40234 283.55273 z M 562.11133 283.55273 L 1063.2051 283.55273 L 1063.2051 561.9375 L 562.11133 561.9375 L 562.11133 283.55273 z M 538.94531 1024.1426 L 1252.832 1024.1426 C 1272.4639 1024.1426 1288.5273 1040.2041 1288.5273 1059.8359 L 1288.5273 1508.4473 L 503.25 1508.4473 L 503.25 1059.8359 C 503.25 1040.2041 519.31334 1024.1426 538.94531 1024.1426 z &#34; /&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Custom hover tip name: &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Not a key&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;512&#34; height=&#34;512&#34; viewBox=&#34;0 0 512 512&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__orange)&#34; d=&#34;M512 176.001C512 273.203 433.202 352 336 352c-11.22 0-22.19-1.062-32.827-3.069l-24.012 27.014A23.999 23.999 0 0 1 261.223 384H224v40c0 13.255-10.745 24-24 24h-40v40c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24v-78.059c0-6.365 2.529-12.47 7.029-16.971l161.802-161.802C163.108 213.814 160 195.271 160 176 160 78.798 238.797.001 335.999 0 433.488-.001 512 78.511 512 176.001zM336 128c0 26.51 21.49 48 48 48s48-21.49 48-48-21.49-48-48-48-48 21.49-48 48z&#34;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;A document icon: &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Feed&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__green)&#34; d=&#34;m 938.50195,211.41007 c -5.56299,0.0388 -11.74705,1.29983 -18.55468,3.7832 -18.1537,6.6223 -30.41561,18.62426 -36.78321,36.00781 L 781.2832,529.3378 l -636.59961,0 c -11.58903,0 -22.47327,3.72569 -32.65234,11.17578 -10.17907,7.4501 -17.391684,16.96956 -21.636719,28.5586 L 3.0683594,807.47452 c -4.2450584,11.5891 -4.00823944,21.10849 0.7128906,28.55859 4.72114,7.4501 12.877765,11.17578 24.466797,11.17578 358.940143,-0.86657 728.661783,-0.53744 1037.093753,-0.52148 l 192.0293,-132.33789 c 11.3101,-8.27788 19.0869,-18.21175 23.332,-29.80078 3.9418,-10.76125 3.2906,-20.28072 -1.9551,-28.5586 L 961.13086,221.4003 c -5.81425,-6.72578 -13.35726,-10.05491 -22.62891,-9.99023 z m 509.37505,415.625 c -5.563,0.0388 -11.7471,1.29983 -18.5547,3.7832 -18.1537,6.6223 -30.4156,18.62426 -36.7832,36.00781 l -101.8809,278.13672 -762.55273,0 c -11.58903,0 -22.47327,3.72569 -32.65235,11.17578 -10.17906,7.4501 -17.39165,16.96957 -21.63671,28.5586 l -87.32618,238.40232 c -4.24506,11.5891 -4.00824,21.1085 0.71289,28.5586 4.72113,7.4501 12.87777,11.1758 24.4668,11.1758 l 762.55278,0 -101.8809,278.1367 c -6.0644,16.5558 -2.5987,28.5577 10.4004,36.0078 13.3022,6.6223 28.6997,4.1399 46.1894,-7.4492 l 637.8145,-439.5547 c 11.3101,-8.2779 19.0869,-18.2117 23.332,-29.8008 3.9418,-10.7612 3.2906,-20.2807 -1.9551,-28.5586 L 1470.5059,637.0253 c -5.8143,-6.72578 -13.3573,-10.05491 -22.6289,-9.99023 z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;A pipeline icon: &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Text&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__black)&#34; d=&#34;m 1522.1543,129.30336 16.9536,359.41707 -42.9492,0 q -12.4327,-94.94036 -33.9073,-135.62908 -35.0375,-65.55406 -93.8101,-96.0706 -57.6424,-31.64679 -152.5827,-31.64679 l -215.8763,0 0,1170.93104 q 0,141.2803 30.5165,176.3178 42.9492,47.4702 132.2384,47.4702 l 53.1214,0 0,41.819 -649.88937,0 0,-41.819 54.25164,0 q 97.20084,0 137.88956,-58.7726 24.86533,-36.1677 24.86533,-165.0154 l 0,-1170.93104 -184.2295,0 q -107.37302,0 -152.58272,15.8234 -58.7726,21.4746 -100.59156,82.50769 -41.81897,61.03308 -49.73067,165.01538 l -42.94921,0 18.08388,-359.41707 1251.17832,0 z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Enabled &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Delete&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:currentColor&#34; d=&#34;M704 1376v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm256 0v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm256 0v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm-544-992h448l-48-117q-7-9-17-11h-317q-10 2-17 11zm928 32v64q0 14-9 23t-23 9h-96v948q0 83-47 143.5t-113 60.5h-832q-66 0-113-58.5t-47-141.5v-952h-96q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h309l70-167q15-37 54-63t79-26h320q40 0 79 26t54 63l70 167h309q14 0 23 9t9 23z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt; vs disabled &lt;span class=&#34;stroom-icon inline-svg-button icon-button disabled &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Delete&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:currentColor&#34; d=&#34;M704 1376v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm256 0v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm256 0v-704q0-14-9-23t-23-9h-64q-14 0-23 9t-9 23v704q0 14 9 23t23 9h64q14 0 23-9t9-23zm-544-992h448l-48-117q-7-9-17-11h-317q-10 2-17 11zm928 32v64q0 14-9 23t-23 9h-96v948q0 83-47 143.5t-113 60.5h-832q-66 0-113-58.5t-47-141.5v-952h-96q-14 0-23-9t-9-23v-64q0-14 9-23t23-9h309l70-167q15-37 54-63t79-26h320q40 0 79 26t54 63l70 167h309q14 0 23 9t9 23z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;An icon in its different colour states:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Default (no colour specified) &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Settings&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:currentColor&#34; d=&#34;M1152 896q0-106-75-181t-181-75-181 75-75 181 75 181 181 75 181-75 75-181zm512-109v222q0 12-8 23t-20 13l-185 28q-19 54-39 91 35 50 107 138 10 12 10 25t-9 23q-27 37-99 108t-94 71q-12 0-26-9l-138-108q-44 23-91 38-16 136-29 186-7 28-36 28h-222q-14 0-24.5-8.5t-11.5-21.5l-28-184q-49-16-90-37l-141 107q-10 9-25 9-14 0-25-11-126-114-165-168-7-10-7-23 0-12 8-23 15-21 51-66.5t54-70.5q-27-50-41-99l-183-27q-13-2-21-12.5t-8-23.5v-222q0-12 8-23t19-13l186-28q14-46 39-92-40-57-107-138-10-12-10-24 0-10 9-23 26-36 98.5-107.5t94.5-71.5q13 0 26 10l138 107q44-23 91-38 16-136 29-186 7-28 36-28h222q14 0 24.5 8.5t11.5 21.5l28 184q49 16 90 37l142-107q9-9 24-9 13 0 25 10 129 119 165 170 7 8 7 22 0 12-8 23-15 21-51 66.5t-54 70.5q26 50 41 98l183 28q13 2 21 12.5t8 23.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;blue&lt;/code&gt; &lt;span class=&#34;stroom-icon inline-svg-button icon-button  icon-colour__blue&#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Settings&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:currentColor&#34; d=&#34;M1152 896q0-106-75-181t-181-75-181 75-75 181 75 181 181 75 181-75 75-181zm512-109v222q0 12-8 23t-20 13l-185 28q-19 54-39 91 35 50 107 138 10 12 10 25t-9 23q-27 37-99 108t-94 71q-12 0-26-9l-138-108q-44 23-91 38-16 136-29 186-7 28-36 28h-222q-14 0-24.5-8.5t-11.5-21.5l-28-184q-49-16-90-37l-141 107q-10 9-25 9-14 0-25-11-126-114-165-168-7-10-7-23 0-12 8-23 15-21 51-66.5t54-70.5q-27-50-41-99l-183-27q-13-2-21-12.5t-8-23.5v-222q0-12 8-23t19-13l186-28q14-46 39-92-40-57-107-138-10-12-10-24 0-10 9-23 26-36 98.5-107.5t94.5-71.5q13 0 26 10l138 107q44-23 91-38 16-136 29-186 7-28 36-28h222q14 0 24.5 8.5t11.5 21.5l28 184q49 16 90 37l142-107q9-9 24-9 13 0 25 10 129 119 165 170 7 8 7 22 0 12-8 23-15 21-51 66.5t-54 70.5q26 50 41 98l183 28q13 2 21 12.5t8 23.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;brey&lt;/code&gt; &lt;span class=&#34;stroom-icon inline-svg-button icon-button  icon-colour__grey&#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Settings&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:currentColor&#34; d=&#34;M1152 896q0-106-75-181t-181-75-181 75-75 181 75 181 181 75 181-75 75-181zm512-109v222q0 12-8 23t-20 13l-185 28q-19 54-39 91 35 50 107 138 10 12 10 25t-9 23q-27 37-99 108t-94 71q-12 0-26-9l-138-108q-44 23-91 38-16 136-29 186-7 28-36 28h-222q-14 0-24.5-8.5t-11.5-21.5l-28-184q-49-16-90-37l-141 107q-10 9-25 9-14 0-25-11-126-114-165-168-7-10-7-23 0-12 8-23 15-21 51-66.5t54-70.5q-27-50-41-99l-183-27q-13-2-21-12.5t-8-23.5v-222q0-12 8-23t19-13l186-28q14-46 39-92-40-57-107-138-10-12-10-24 0-10 9-23 26-36 98.5-107.5t94.5-71.5q13 0 26 10l138 107q44-23 91-38 16-136 29-186 7-28 36-28h222q14 0 24.5 8.5t11.5 21.5l28 184q49 16 90 37l142-107q9-9 24-9 13 0 25 10 129 119 165 170 7 8 7 22 0 12-8 23-15 21-51 66.5t-54 70.5q26 50 41 98l183 28q13 2 21 12.5t8 23.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;green&lt;/code&gt; &lt;span class=&#34;stroom-icon inline-svg-button icon-button  icon-colour__green&#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Settings&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:currentColor&#34; d=&#34;M1152 896q0-106-75-181t-181-75-181 75-75 181 75 181 181 75 181-75 75-181zm512-109v222q0 12-8 23t-20 13l-185 28q-19 54-39 91 35 50 107 138 10 12 10 25t-9 23q-27 37-99 108t-94 71q-12 0-26-9l-138-108q-44 23-91 38-16 136-29 186-7 28-36 28h-222q-14 0-24.5-8.5t-11.5-21.5l-28-184q-49-16-90-37l-141 107q-10 9-25 9-14 0-25-11-126-114-165-168-7-10-7-23 0-12 8-23 15-21 51-66.5t54-70.5q-27-50-41-99l-183-27q-13-2-21-12.5t-8-23.5v-222q0-12 8-23t19-13l186-28q14-46 39-92-40-57-107-138-10-12-10-24 0-10 9-23 26-36 98.5-107.5t94.5-71.5q13 0 26 10l138 107q44-23 91-38 16-136 29-186 7-28 36-28h222q14 0 24.5 8.5t11.5 21.5l28 184q49 16 90 37l142-107q9-9 24-9 13 0 25 10 129 119 165 170 7 8 7 22 0 12-8 23-15 21-51 66.5t-54 70.5q26 50 41 98l183 28q13 2 21 12.5t8 23.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;red&lt;/code&gt; &lt;span class=&#34;stroom-icon inline-svg-button icon-button  icon-colour__red&#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Settings&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:currentColor&#34; d=&#34;M1152 896q0-106-75-181t-181-75-181 75-75 181 75 181 181 75 181-75 75-181zm512-109v222q0 12-8 23t-20 13l-185 28q-19 54-39 91 35 50 107 138 10 12 10 25t-9 23q-27 37-99 108t-94 71q-12 0-26-9l-138-108q-44 23-91 38-16 136-29 186-7 28-36 28h-222q-14 0-24.5-8.5t-11.5-21.5l-28-184q-49-16-90-37l-141 107q-10 9-25 9-14 0-25-11-126-114-165-168-7-10-7-23 0-12 8-23 15-21 51-66.5t54-70.5q-27-50-41-99l-183-27q-13-2-21-12.5t-8-23.5v-222q0-12 8-23t19-13l186-28q14-46 39-92-40-57-107-138-10-12-10-24 0-10 9-23 26-36 98.5-107.5t94.5-71.5q13 0 26 10l138 107q44-23 91-38 16-136 29-186 7-28 36-28h222q14 0 24.5 8.5t11.5 21.5l28 184q49 16 90 37l142-107q9-9 24-9 13 0 25 10 129 119 165 170 7 8 7 22 0 12-8 23-15 21-51 66.5t-54 70.5q26 50 41 98l183 28q13 2 21 12.5t8 23.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Markdown:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The markdown for the examples above is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;Simple use: {{&amp;lt; stroom-icon &amp;quot;save.svg&amp;quot; &amp;gt;}}

Custom hover tip name: {{&amp;lt; stroom-icon &amp;quot;key.svg&amp;quot; &amp;quot;Not a key&amp;quot; &amp;gt;}}

A document icon: {{&amp;lt; stroom-icon &amp;quot;document/Feed.svg&amp;quot; &amp;gt;}}

A pipeline icon: {{&amp;lt; stroom-icon &amp;quot;pipeline/text.svg&amp;quot; &amp;gt;}}

Enabled {{&amp;lt; stroom-icon &amp;quot;delete.svg&amp;quot; &amp;gt;}} vs disabled {{&amp;lt; stroom-icon &amp;quot;delete.svg&amp;quot; &amp;quot;Delete&amp;quot; &amp;quot;disabled&amp;quot; &amp;gt;}}

An icon in its different colour states:
* Default (no colour specified) {{&amp;lt; stroom-icon name=&amp;quot;settings.svg&amp;quot; &amp;gt;}}
* `blue` {{&amp;lt; stroom-icon name=&amp;quot;settings.svg&amp;quot; colour=&amp;quot;blue&amp;quot; &amp;gt;}}
* `brey` {{&amp;lt; stroom-icon name=&amp;quot;settings.svg&amp;quot; colour=&amp;quot;grey&amp;quot; &amp;gt;}}
* `green` {{&amp;lt; stroom-icon name=&amp;quot;settings.svg&amp;quot; colour=&amp;quot;green&amp;quot; &amp;gt;}}
* `red` {{&amp;lt; stroom-icon name=&amp;quot;settings.svg&amp;quot; colour=&amp;quot;red&amp;quot; &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;buttons&#34;&gt;Buttons&lt;/h3&gt;
&lt;p&gt;To display a user interface button you can use the shortcode &lt;code&gt;stroom-btn&lt;/code&gt; with the button title as its only argument.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Arguments&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;title&lt;/code&gt; - The text to display on the button.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;type&lt;/code&gt; - Optional.
(&lt;code&gt;primary&lt;/code&gt;|&lt;code&gt;secondary&lt;/code&gt;).
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;primary&lt;/code&gt; results in a blue button.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;secondary&lt;/code&gt; results in a red button.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;Not Set&lt;/em&gt; results in a standard grey button.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;code&gt;filename&lt;/code&gt; - Optional.
Filename of an icon to use next to the text, e.g. &lt;code&gt;undo.svg&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;div class=&#34;alert alert-primary&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;alert-heading&#34;&gt;Note&lt;/h4&gt;


    If the &lt;em&gt;title&lt;/em&gt; is &lt;code&gt;OK&lt;/code&gt;, &lt;code&gt;Close&lt;/code&gt; or &lt;code&gt;Cancel&lt;/code&gt; then the type and filename do not need to be set as they will be set automatically.

&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;Examples:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;






  
  
  


&lt;span class=&#34;stroom-theme-dark stroom-button stroom-button-primary&#34; title=&#34;OK button&#34; &gt;
  &lt;span class=&#34;stroom-icon inline-svg-button icon-button  icon-colour__grey&#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;OK&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; viewBox=&#34;0 0 512 512&#34;&gt;&lt;!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --&gt;&lt;path style=&#34;fill:#fff&#34; d=&#34;M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
  &lt;span class=&#34;stroom-button-text&#34;&gt;OK&lt;/span&gt;
&lt;/span&gt;
, 






  
  
  


&lt;span class=&#34;stroom-theme-dark stroom-button stroom-button-primary&#34; title=&#34;Close button&#34; &gt;
  &lt;span class=&#34;stroom-icon inline-svg-button icon-button  icon-colour__grey&#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Close&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:currentColor&#34; d=&#34;M1490 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;
  &lt;span class=&#34;stroom-button-text&#34;&gt;Close&lt;/span&gt;
&lt;/span&gt;
, 






  
  
  


&lt;span class=&#34;stroom-theme-dark stroom-button stroom-button-secondary&#34; title=&#34;Cancel button&#34; &gt;
  &lt;span class=&#34;stroom-icon inline-svg-button icon-button  icon-colour__grey&#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Cancel&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:currentColor&#34; d=&#34;M1490 1322q0 40-28 68l-136 136q-28 28-68 28t-68-28l-294-294-294 294q-28 28-68 28t-68-28l-136-136q-28-28-28-68t28-68l294-294-294-294q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 294 294-294q28-28 68-28t68 28l136 136q28 28 28 68t-28 68l-294 294 294 294q28 28 28 68z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;
  &lt;span class=&#34;stroom-button-text&#34;&gt;Cancel&lt;/span&gt;
&lt;/span&gt;
, 






  
  
  


&lt;span class=&#34;stroom-theme-dark stroom-button stroom-button-green&#34; title=&#34;New button&#34; &gt;
  &lt;span class=&#34;stroom-icon inline-svg-button icon-button  icon-colour__grey&#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;New&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:currentColor&#34; d=&#34;m 1600,800 0,192 q 0,40 -28,68 -28,28 -68,28 l -416,0 0,416 q 0,40 -28,68 -28,28 -68,28 l -192,0 q -40,0 -68,-28 -28,-28 -28,-68 l 0,-416 -416,0 q -40,0 -68,-28 -28,-28 -28,-68 l 0,-192 q 0,-40 28,-68 28,-28 68,-28 l 416,0 0,-416 q 0,-40 28,-68 28,-28 68,-28 l 192,0 q 40,0 68,28 28,28 28,68 l 0,416 416,0 q 40,0 68,28 28,28 28,68 z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
  &lt;span class=&#34;stroom-button-text&#34;&gt;New&lt;/span&gt;
&lt;/span&gt;
 and 






  


&lt;span class=&#34;stroom-theme-dark stroom-button key-bind-single&#34; title=&#34;Undo button&#34; &gt;
  &lt;span class=&#34;stroom-icon inline-svg-button icon-button  icon-colour__grey&#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Undo&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:currentColor&#34; d=&#34;M1664 896q0 156-61 298t-164 245-245 164-298 61q-172 0-327-72.5t-264-204.5q-7-10-6.5-22.5t8.5-20.5l137-138q10-9 25-9 16 2 23 12 73 95 179 147t225 52q104 0 198.5-40.5t163.5-109.5 109.5-163.5 40.5-198.5-40.5-198.5-109.5-163.5-163.5-109.5-198.5-40.5q-98 0-188 35.5t-160 101.5l137 138q31 30 14 69-17 40-59 40h-448q-26 0-45-19t-19-45v-448q0-42 40-59 39-17 69 14l130 129q107-101 244.5-156.5t284.5-55.5q156 0 298 61t245 164 164 245 61 298z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;
  &lt;span class=&#34;stroom-button-text&#34;&gt;Undo&lt;/span&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;p&gt;And not in line&lt;/p&gt;
&lt;p&gt;






  


&lt;span class=&#34;stroom-theme-dark stroom-button key-bind-single&#34; title=&#34;Save button&#34; &gt;
  
  &lt;span class=&#34;stroom-button-text&#34;&gt;Save&lt;/span&gt;
&lt;/span&gt;
&lt;br/&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Markdown:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The markdown for the examples above is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; stroom-btn &amp;quot;Ok&amp;quot; &amp;gt;}}, {{&amp;lt; stroom-btn &amp;quot;Close&amp;quot; &amp;gt;}}, {{&amp;lt; stroom-btn &amp;quot;Cancel&amp;quot; &amp;gt;}} and {{&amp;lt; stroom-btn title=&amp;quot;Undo&amp;quot; filename=&amp;quot;undo.svg&amp;quot; &amp;gt;}}

And not in line

{{&amp;lt; stroom-btn &amp;quot;Save&amp;quot; &amp;gt;}}&amp;lt;br/&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;document-links&#34;&gt;Document Links&lt;/h3&gt;
&lt;p&gt;To display a reference to a Stroom document type, e.g. 

  
  
  &lt;span class=&#34;stroom-doc&#34;&gt;
      &lt;a href=&#34;../../docs/reference-section/documents#xsl-translation&#34; class=&#34;stroom-doc-link&#34;&gt;
        
        &lt;span class=&#34;stroom-doc-icon&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;xslt&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__xsl-background)&#34; d=&#34;M 684.30664 211.38672 C 672.42766 211.38672 661.91891 215.95413 652.78125 225.0918 L 14.058594 863.81641 C 4.9209141 872.95409 0.3515625 883.46088 0.3515625 895.33984 C 0.3515625 907.21882 4.9209142 917.72756 14.058594 926.86523 L 652.78125 1565.5898 C 661.91891 1574.7275 672.42766 1579.2949 684.30664 1579.2949 C 696.1856 1579.2949 706.69435 1574.7275 715.83203 1565.5898 L 784.36523 1497.0566 C 793.5029 1487.9191 798.07031 1477.4102 798.07031 1465.5312 C 798.07031 1453.6524 793.5029 1443.1436 784.36523 1434.0059 L 245.69922 895.33984 L 784.36523 356.67578 C 793.5029 347.53811 798.07031 337.02937 798.07031 325.15039 C 798.07031 313.27142 793.5029 302.76268 784.36523 293.625 L 715.83203 225.0918 C 706.69435 215.95413 696.1856 211.38672 684.30664 211.38672 z M 1107.9082 211.38672 C 1096.0293 211.38672 1085.5225 215.95414 1076.3848 225.0918 L 1007.8516 293.625 C 998.71402 302.76268 994.14453 313.27142 994.14453 325.15039 C 994.14453 337.02937 998.71402 347.53811 1007.8516 356.67578 L 1546.5176 895.33984 L 1007.8516 1434.0059 C 998.71402 1443.1436 994.14453 1453.6523 994.14453 1465.5312 C 994.14453 1477.4102 998.71402 1487.9191 1007.8516 1497.0566 L 1076.3848 1565.5898 C 1085.5225 1574.7275 1096.0293 1579.2949 1107.9082 1579.2949 C 1119.7872 1579.2949 1130.2959 1574.7275 1139.4336 1565.5898 L 1778.1582 926.86523 C 1787.2959 917.72756 1791.8633 907.21882 1791.8633 895.33984 C 1791.8633 883.46088 1787.2959 872.95409 1778.1582 863.81641 L 1139.4336 225.0918 C 1130.2959 215.95414 1119.7872 211.38672 1107.9082 211.38672 z &#34;/&gt;&lt;path style=&#34;fill:var(--icon-colour__black)&#34; d=&#34;M 914.01562 609.75391 C 846.69543 609.75391 793.7585 624.0295 755.20508 652.58203 C 716.65166 681.13457 697.375 720.39439 697.375 770.36133 C 697.375 809.25185 709.09092 840.2669 732.51953 863.4043 C 755.94815 886.29555 800.72934 908.20094 866.86328 929.12305 L 931.36523 949.42969 C 953.90415 956.5678 971.1042 966.4135 982.9668 978.9668 C 994.82939 991.27392 1000.7617 1005.6745 1000.7617 1022.166 C 1000.7617 1044.0727 991.86421 1061.1792 974.07031 1073.4863 C 956.27643 1085.5473 931.21618 1091.5781 898.89062 1091.5781 C 866.86163 1091.5781 834.38939 1086.5313 801.4707 1076.4395 C 768.84858 1066.3477 735.03956 1050.9651 700.04492 1030.2891 L 700.04492 1142.8984 C 730.88766 1155.6978 762.76881 1165.2975 795.6875 1171.6973 C 828.90275 1178.3431 861.96998 1181.666 894.88867 1181.666 C 974.96115 1181.666 1034.719 1168.0054 1074.1621 1140.6836 C 1113.9018 1113.1156 1133.7715 1071.5169 1133.7715 1015.8887 C 1133.7715 975.02903 1121.167 941.18506 1095.959 914.35547 C 1070.751 887.52595 1031.4559 865.98759 978.07422 849.74219 L 921.57812 832.01953 C 882.43158 819.95854 856.6315 809.00586 844.17578 799.16016 C 832.01663 789.06832 825.93555 776.3917 825.93555 761.13086 C 825.93555 741.43946 834.38878 726.30288 851.29297 715.71875 C 868.19716 705.13462 892.51562 699.8418 924.24805 699.8418 C 952.71826 699.8418 981.4855 704.14869 1010.5488 712.76367 C 1039.6122 721.37867 1068.2307 733.93228 1096.4043 750.42383 L 1096.4043 644.08984 C 1066.4513 632.76728 1036.2005 624.27651 1005.6543 618.61523 C 975.10813 612.70782 944.56179 609.75391 914.01562 609.75391 z M 109.28711 619.72266 L 298.79297 891.09375 L 103.94922 1170.959 L 239.62891 1170.959 L 365.96484 988.56641 L 492.74609 1170.959 L 628.42383 1170.959 L 434.4707 891.09375 L 623.08594 619.72266 L 487.4082 619.72266 L 365.96484 795.09961 L 244.9668 619.72266 L 109.28711 619.72266 z M 1288.1328 619.72266 L 1288.1328 1170.959 L 1700.0605 1170.959 L 1700.0605 1074.9629 L 1419.3633 1074.9629 L 1419.3633 619.72266 L 1288.1328 619.72266 z &#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;/span&gt;
        
        &lt;span class=&#34;stroom-doc-text&#34;&gt;XSL Translation&lt;/span&gt;
      &lt;/a&gt;
    &lt;/span&gt;

   with associated icon you can use the &lt;code&gt;stroom-doc&lt;/code&gt; short code.
It will render as the document type name and associated icon.
Both will be a clickable link to the appropriate section of the &lt;a href=&#34;../../docs/reference-section/documents/&#34;&gt;Document Reference&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Arguments&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;type&lt;/code&gt; - The type of the document (case in-sensitive), e.g. &lt;code&gt;ElasticIndex&lt;/code&gt;, &lt;code&gt;feed&lt;/code&gt;, etc.
See &lt;a href=&#34;../../community/documentation/style-guide/icon-gallery/#document-type-icons&#34;&gt;Document Type Icons&lt;/a&gt; for the full list (use the file name without extension).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;show_icon&lt;/code&gt; - Whether to show the icon or not (&lt;code&gt;true&lt;/code&gt; or &lt;code&gt;false&lt;/code&gt;).
Default value is &lt;code&gt;true&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Examples:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A 

  
  
  &lt;span class=&#34;stroom-doc&#34;&gt;
      &lt;a href=&#34;../../docs/reference-section/documents#feed&#34; class=&#34;stroom-doc-link&#34;&gt;
        
        &lt;span class=&#34;stroom-doc-icon&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;feed&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__green)&#34; d=&#34;m 938.50195,211.41007 c -5.56299,0.0388 -11.74705,1.29983 -18.55468,3.7832 -18.1537,6.6223 -30.41561,18.62426 -36.78321,36.00781 L 781.2832,529.3378 l -636.59961,0 c -11.58903,0 -22.47327,3.72569 -32.65234,11.17578 -10.17907,7.4501 -17.391684,16.96956 -21.636719,28.5586 L 3.0683594,807.47452 c -4.2450584,11.5891 -4.00823944,21.10849 0.7128906,28.55859 4.72114,7.4501 12.877765,11.17578 24.466797,11.17578 358.940143,-0.86657 728.661783,-0.53744 1037.093753,-0.52148 l 192.0293,-132.33789 c 11.3101,-8.27788 19.0869,-18.21175 23.332,-29.80078 3.9418,-10.76125 3.2906,-20.28072 -1.9551,-28.5586 L 961.13086,221.4003 c -5.81425,-6.72578 -13.35726,-10.05491 -22.62891,-9.99023 z m 509.37505,415.625 c -5.563,0.0388 -11.7471,1.29983 -18.5547,3.7832 -18.1537,6.6223 -30.4156,18.62426 -36.7832,36.00781 l -101.8809,278.13672 -762.55273,0 c -11.58903,0 -22.47327,3.72569 -32.65235,11.17578 -10.17906,7.4501 -17.39165,16.96957 -21.63671,28.5586 l -87.32618,238.40232 c -4.24506,11.5891 -4.00824,21.1085 0.71289,28.5586 4.72113,7.4501 12.87777,11.1758 24.4668,11.1758 l 762.55278,0 -101.8809,278.1367 c -6.0644,16.5558 -2.5987,28.5577 10.4004,36.0078 13.3022,6.6223 28.6997,4.1399 46.1894,-7.4492 l 637.8145,-439.5547 c 11.3101,-8.2779 19.0869,-18.2117 23.332,-29.8008 3.9418,-10.7612 3.2906,-20.2807 -1.9551,-28.5586 L 1470.5059,637.0253 c -5.8143,-6.72578 -13.3573,-10.05491 -22.6289,-9.99023 z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;/span&gt;
        
        &lt;span class=&#34;stroom-doc-text&#34;&gt;Feed&lt;/span&gt;
      &lt;/a&gt;
    &lt;/span&gt;

, a 

  
  
  &lt;span class=&#34;stroom-doc&#34;&gt;
      &lt;a href=&#34;../../docs/reference-section/documents#xsl-translation&#34; class=&#34;stroom-doc-link&#34;&gt;
        
        &lt;span class=&#34;stroom-doc-icon&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;xslt&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__xsl-background)&#34; d=&#34;M 684.30664 211.38672 C 672.42766 211.38672 661.91891 215.95413 652.78125 225.0918 L 14.058594 863.81641 C 4.9209141 872.95409 0.3515625 883.46088 0.3515625 895.33984 C 0.3515625 907.21882 4.9209142 917.72756 14.058594 926.86523 L 652.78125 1565.5898 C 661.91891 1574.7275 672.42766 1579.2949 684.30664 1579.2949 C 696.1856 1579.2949 706.69435 1574.7275 715.83203 1565.5898 L 784.36523 1497.0566 C 793.5029 1487.9191 798.07031 1477.4102 798.07031 1465.5312 C 798.07031 1453.6524 793.5029 1443.1436 784.36523 1434.0059 L 245.69922 895.33984 L 784.36523 356.67578 C 793.5029 347.53811 798.07031 337.02937 798.07031 325.15039 C 798.07031 313.27142 793.5029 302.76268 784.36523 293.625 L 715.83203 225.0918 C 706.69435 215.95413 696.1856 211.38672 684.30664 211.38672 z M 1107.9082 211.38672 C 1096.0293 211.38672 1085.5225 215.95414 1076.3848 225.0918 L 1007.8516 293.625 C 998.71402 302.76268 994.14453 313.27142 994.14453 325.15039 C 994.14453 337.02937 998.71402 347.53811 1007.8516 356.67578 L 1546.5176 895.33984 L 1007.8516 1434.0059 C 998.71402 1443.1436 994.14453 1453.6523 994.14453 1465.5312 C 994.14453 1477.4102 998.71402 1487.9191 1007.8516 1497.0566 L 1076.3848 1565.5898 C 1085.5225 1574.7275 1096.0293 1579.2949 1107.9082 1579.2949 C 1119.7872 1579.2949 1130.2959 1574.7275 1139.4336 1565.5898 L 1778.1582 926.86523 C 1787.2959 917.72756 1791.8633 907.21882 1791.8633 895.33984 C 1791.8633 883.46088 1787.2959 872.95409 1778.1582 863.81641 L 1139.4336 225.0918 C 1130.2959 215.95414 1119.7872 211.38672 1107.9082 211.38672 z &#34;/&gt;&lt;path style=&#34;fill:var(--icon-colour__black)&#34; d=&#34;M 914.01562 609.75391 C 846.69543 609.75391 793.7585 624.0295 755.20508 652.58203 C 716.65166 681.13457 697.375 720.39439 697.375 770.36133 C 697.375 809.25185 709.09092 840.2669 732.51953 863.4043 C 755.94815 886.29555 800.72934 908.20094 866.86328 929.12305 L 931.36523 949.42969 C 953.90415 956.5678 971.1042 966.4135 982.9668 978.9668 C 994.82939 991.27392 1000.7617 1005.6745 1000.7617 1022.166 C 1000.7617 1044.0727 991.86421 1061.1792 974.07031 1073.4863 C 956.27643 1085.5473 931.21618 1091.5781 898.89062 1091.5781 C 866.86163 1091.5781 834.38939 1086.5313 801.4707 1076.4395 C 768.84858 1066.3477 735.03956 1050.9651 700.04492 1030.2891 L 700.04492 1142.8984 C 730.88766 1155.6978 762.76881 1165.2975 795.6875 1171.6973 C 828.90275 1178.3431 861.96998 1181.666 894.88867 1181.666 C 974.96115 1181.666 1034.719 1168.0054 1074.1621 1140.6836 C 1113.9018 1113.1156 1133.7715 1071.5169 1133.7715 1015.8887 C 1133.7715 975.02903 1121.167 941.18506 1095.959 914.35547 C 1070.751 887.52595 1031.4559 865.98759 978.07422 849.74219 L 921.57812 832.01953 C 882.43158 819.95854 856.6315 809.00586 844.17578 799.16016 C 832.01663 789.06832 825.93555 776.3917 825.93555 761.13086 C 825.93555 741.43946 834.38878 726.30288 851.29297 715.71875 C 868.19716 705.13462 892.51562 699.8418 924.24805 699.8418 C 952.71826 699.8418 981.4855 704.14869 1010.5488 712.76367 C 1039.6122 721.37867 1068.2307 733.93228 1096.4043 750.42383 L 1096.4043 644.08984 C 1066.4513 632.76728 1036.2005 624.27651 1005.6543 618.61523 C 975.10813 612.70782 944.56179 609.75391 914.01562 609.75391 z M 109.28711 619.72266 L 298.79297 891.09375 L 103.94922 1170.959 L 239.62891 1170.959 L 365.96484 988.56641 L 492.74609 1170.959 L 628.42383 1170.959 L 434.4707 891.09375 L 623.08594 619.72266 L 487.4082 619.72266 L 365.96484 795.09961 L 244.9668 619.72266 L 109.28711 619.72266 z M 1288.1328 619.72266 L 1288.1328 1170.959 L 1700.0605 1170.959 L 1700.0605 1074.9629 L 1419.3633 1074.9629 L 1419.3633 619.72266 L 1288.1328 619.72266 z &#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;/span&gt;
        
        &lt;span class=&#34;stroom-doc-text&#34;&gt;XSL Translation&lt;/span&gt;
      &lt;/a&gt;
    &lt;/span&gt;

 and an 

  
  
  &lt;span class=&#34;stroom-doc&#34;&gt;
      &lt;a href=&#34;../../docs/reference-section/documents#git-repo&#34; class=&#34;stroom-doc-link&#34;&gt;
        
        &lt;span class=&#34;stroom-doc-icon&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;gitrepo&#34;&gt;&lt;svg width=&#34;92pt&#34; height=&#34;92pt&#34; viewBox=&#34;0 0 92 92&#34; version=&#34;1.1&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&lt;g transform=&#34;translate(-4.9938649e-4,-0.05665769)&#34; style=&#34;fill:#fff&#34;&gt;&lt;path style=&#34;fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:none&#34; d=&#34;M 90.156,41.965 50.036,1.848 c -2.311429,-2.31291276 -6.060571,-2.31291276 -8.372,0 C 28.356942,15.161941 15.042127,28.468128 1.73,41.777 c -2.30838489,2.312914 -2.30838489,6.058086 0,8.371 L 41.852,90.27 c 2.312798,2.30772 6.057202,2.30772 8.37,0 L 90.156,50.336 c 2.308385,-2.312914 2.308385,-6.058086 0,-8.371&#34;/&gt;&lt;/g&gt;&lt;g transform=&#34;translate(-4.9938649e-4,-0.05665769)&#34;&gt;&lt;path style=&#34;fill:#f03c2e;fill-opacity:1;fill-rule:nonzero;stroke:none&#34; d=&#34;M 90.156,41.965 50.036,1.848 a 5.918,5.918 0 0 0 -8.372,0 l -8.328,8.332 10.566,10.566 a 7.03,7.03 0 0 1 7.23,1.684 7.034,7.034 0 0 1 1.669,7.277 l 10.187,10.184 a 7.028,7.028 0 0 1 7.278,1.672 7.04,7.04 0 0 1 0,9.957 7.05,7.05 0 0 1 -9.965,0 7.044,7.044 0 0 1 -1.528,-7.66 l -9.5,-9.497 V 59.36 a 7.04,7.04 0 0 1 1.86,11.29 7.04,7.04 0 0 1 -9.957,0 7.04,7.04 0 0 1 0,-9.958 7.06,7.06 0 0 1 2.304,-1.539 V 33.926 A 7.049,7.049 0 0 1 39.66,24.692 L 29.242,14.272 1.73,41.777 a 5.925,5.925 0 0 0 0,8.371 L 41.852,90.27 a 5.925,5.925 0 0 0 8.37,0 L 90.156,50.336 a 5.925,5.925 0 0 0 0,-8.371&#34;/&gt;&lt;/g&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;/span&gt;
        
        &lt;span class=&#34;stroom-doc-text&#34;&gt;Git Repo&lt;/span&gt;
      &lt;/a&gt;
    &lt;/span&gt;

.&lt;/p&gt;
&lt;p&gt;This is one without an icon 

  
  
  &lt;span class=&#34;stroom-doc&#34;&gt;
      &lt;a href=&#34;../../docs/reference-section/documents#pipeline&#34; class=&#34;stroom-doc-link&#34;&gt;
        
        &lt;span class=&#34;stroom-doc-text&#34;&gt;Pipeline&lt;/span&gt;
      &lt;/a&gt;
    &lt;/span&gt;

.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Markdown:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The markdown for the examples above is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-text&#34;&gt;A {{&amp;lt; stroom-doc &amp;quot;feed&amp;quot; &amp;gt;}}, a {{&amp;lt; stroom-doc &amp;quot;XSLT&amp;quot; &amp;gt;}} and an {{&amp;lt; stroom-doc &amp;quot;gitrepo&amp;quot; &amp;gt;}}.

This is one without an icon {{&amp;lt; stroom-doc type=&amp;quot;Pipeline&amp;quot; show_icon=&amp;quot;false&amp;quot; &amp;gt;}}.
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;pipeline-elements&#34;&gt;Pipeline elements&lt;/h3&gt;
&lt;p&gt;To display a pipeline element (as seen on the &lt;em&gt;Structure&lt;/em&gt; sub-tab on the Pipeline screen), like 







  
  

  
  

  
  
  

  
  

  
  

  

    
    

    
      
      
      

      
      &lt;a href=&#34;../../docs/reference-section/pipeline-elements#splitfilter&#34; class=&#34;&#34; style=&#34;&#34; title=&#34;&#34;&gt;
        &lt;span class=&#34;stroom-theme-dark pipeline-element&#34; title=&#34;SplitFilter &amp;#34;SplitFilter&amp;#34;&#34; &gt;
          &lt;span class=&#34;pipeline-element-content&#34; &gt;
            &lt;span class=&#34;pipeline-element-icon&#34;&gt;
              &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Split&#34;&gt;&lt;svg width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__blue)&#34; d=&#34;m 1440,96.289062 c -9.3333,0 -17,3.000004 -23,8.999998 -6,6 -9,13.66667 -9,23 v 192 h -256 c -45.3333,0 -88,5.5 -128,16.5 -40,11 -75.5,25 -106.5,42 -31,17 -61,39.83333 -90,68.5 -29,28.66667 -53.66667,56.33333 -74,83 -8.86076,11.62068 -17.91178,24.50943 -27.15234,38.66211 -0.30342,-0.21044 -0.58959,-0.399 -0.89454,-0.61133 -2.01732,3.86655 -4.01837,7.65431 -6.0039,11.36719 -9.77563,15.4777 -19.75705,32.3274 -29.94922,50.58203 -2.11038,3.77979 -4.14474,7.47162 -6.17773,11.16211 -0.95714,1.46627 -1.92118,2.96672 -2.86915,4.38867 -14,21 -31,41.5 -51,61.5 -20,20 -43,35 -69,45 -17.14673,6.5949 -35.60697,11.00047 -55.36328,13.2461 -10.39894,-0.61233 -31.63672,-0.92969 -31.63672,-0.92969 l -228.84906,2.68359 -212.60406,0 c -9.333333,0 -17,3 -23,9 -6,6 -9,13.66667 -9,23 v 192 c 0,9.33336 3,16.99996 9,22.99996 6,6 13.666667,9 23,9 h 224 217.45312 c 10.69584,0 21.23778,-0.3173 31.63672,-0.9296 19.75631,2.2456 38.21655,6.6512 55.36328,13.246 26,10 49,25 69,45 17.743,17.743 33.11984,35.8802 46.14063,54.4102 4.44404,8.2203 9.05293,16.6317 13.90625,25.3242 22.33333,40 43.66667,73.3333 64,100 20.33333,26.6667 45,54.3333 74,83 29,28.6667 59,51.5 90,68.5 31,17 66.5,31 106.5,42 40,11 82.6667,16.5 128,16.5 h 256 v 192 c 0,9.3333 3,17 9,23 6,6 13.6667,9 23,9 8,0 16,-3.3333 24,-10 l 319,-319 c 6,-6 9,-13.6667 9,-23 0,-9.3333 -3,-17 -9,-23 L 1463,999.39062 c -6,-6 -13.6667,-9 -23,-9 -8.6667,0 -16.1667,3.16668 -22.5,9.5 -6.3333,6.33328 -9.5,13.83328 -9.5,22.49998 v 192 h -256 c -32,0 -61,-5 -87,-15 -26,-10 -49,-25 -69,-45 -20,-20 -37,-40.5 -51,-61.5 -1.53061,-2.2959 -3.07829,-4.6744 -4.63281,-7.0859 -1.40636,-3.6714 -2.87267,-7.3847 -4.41407,-11.1485 -22.33333,-40 -43.66666,-73.3332 -64,-99.99995 -19.77849,-25.93902 -43.66979,-52.82684 -71.64843,-80.6582 27.97864,-27.83136 51.86994,-54.71919 71.64843,-80.65821 8.59791,-11.27594 17.37653,-23.75802 26.33204,-37.41796 0.59631,-0.21895 1.1162,-0.41315 1.71484,-0.63282 2.01733,-3.86655 4.01837,-7.65431 6.00391,-11.36718 9.77563,-15.4777 19.75705,-32.32741 29.94921,-50.58204 -0.19533,-0.20339 -0.37752,-0.38545 -0.57226,-0.58789 3.25495,-5.22066 6.46567,-10.23268 9.61914,-14.96289 14,-21 31,-41.5 51,-61.5 20,-20 43,-35 69,-45 26,-10 55,-15 87,-15 h 256 v 192 c 0,8.66667 3.1667,16.16667 9.5,22.5 6.3333,6.33333 13.8333,9.5 22.5,9.5 9.3333,0 17,-3 23,-9 l 320,-320 c 6,-6 9,-13.66667 9,-23 0,-9.33333 -3,-17 -9,-23 l -319,-319 c -8,-6.66666 -16,-9.999998 -24,-9.999998 z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
            &lt;/span&gt;
            &lt;span class=&#34;pipeline-element-text&#34;&gt;SplitFilter&lt;/span&gt;
          &lt;/span&gt;
        &lt;/span&gt;
      &lt;/a&gt;

      
      &lt;span style=&#34;display:none;&#34; class=&#34;USED FOR SPLITTING&#34; &gt;&lt;/span&gt;

    
  







, you can use the shortcode &lt;code&gt;pipe-elm&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Arguments&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;element_name&lt;/code&gt; - The name of the pipeline element (case sensitive), e.g. &lt;code&gt;XSLTFilter&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;display_name&lt;/code&gt; (optional) - The display name for the pipeline element.
If a display name is not provided then the element name will be used as the display name.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The list of available pipeline elements can be found in this &lt;a href=&#34;../../community/documentation/style-guide/icon-gallery/#pipeline-elements&#34;&gt;gallery&lt;/a&gt;.
An invalid &lt;code&gt;element_name&lt;/code&gt; will result in an error when building the site.&lt;/p&gt;
&lt;p&gt;The icon will be selected to match the element name provided.
The element is a clickable link to the appropriate reference page for that element.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Examples:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is an xsltFilter with its default name:&lt;/p&gt;
&lt;p&gt;







  
  

  
  

  
  
  

  
  

  
  

  

    
    

    
      
      
      

      
      &lt;a href=&#34;../../docs/reference-section/pipeline-elements#xsltfilter&#34; class=&#34;&#34; style=&#34;&#34; title=&#34;&#34;&gt;
        &lt;span class=&#34;stroom-theme-dark pipeline-element&#34; title=&#34;XSLTFilter &amp;#34;XSLTFilter&amp;#34;&#34; &gt;
          &lt;span class=&#34;pipeline-element-content&#34; &gt;
            &lt;span class=&#34;pipeline-element-icon&#34;&gt;
              &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Xslt&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__xsl-background)&#34; d=&#34;M 684.30664 211.38672 C 672.42766 211.38672 661.91891 215.95413 652.78125 225.0918 L 14.058594 863.81641 C 4.9209141 872.95409 0.3515625 883.46088 0.3515625 895.33984 C 0.3515625 907.21882 4.9209142 917.72756 14.058594 926.86523 L 652.78125 1565.5898 C 661.91891 1574.7275 672.42766 1579.2949 684.30664 1579.2949 C 696.1856 1579.2949 706.69435 1574.7275 715.83203 1565.5898 L 784.36523 1497.0566 C 793.5029 1487.9191 798.07031 1477.4102 798.07031 1465.5312 C 798.07031 1453.6524 793.5029 1443.1436 784.36523 1434.0059 L 245.69922 895.33984 L 784.36523 356.67578 C 793.5029 347.53811 798.07031 337.02937 798.07031 325.15039 C 798.07031 313.27142 793.5029 302.76268 784.36523 293.625 L 715.83203 225.0918 C 706.69435 215.95413 696.1856 211.38672 684.30664 211.38672 z M 1107.9082 211.38672 C 1096.0293 211.38672 1085.5225 215.95414 1076.3848 225.0918 L 1007.8516 293.625 C 998.71402 302.76268 994.14453 313.27142 994.14453 325.15039 C 994.14453 337.02937 998.71402 347.53811 1007.8516 356.67578 L 1546.5176 895.33984 L 1007.8516 1434.0059 C 998.71402 1443.1436 994.14453 1453.6523 994.14453 1465.5312 C 994.14453 1477.4102 998.71402 1487.9191 1007.8516 1497.0566 L 1076.3848 1565.5898 C 1085.5225 1574.7275 1096.0293 1579.2949 1107.9082 1579.2949 C 1119.7872 1579.2949 1130.2959 1574.7275 1139.4336 1565.5898 L 1778.1582 926.86523 C 1787.2959 917.72756 1791.8633 907.21882 1791.8633 895.33984 C 1791.8633 883.46088 1787.2959 872.95409 1778.1582 863.81641 L 1139.4336 225.0918 C 1130.2959 215.95414 1119.7872 211.38672 1107.9082 211.38672 z &#34;/&gt;&lt;path style=&#34;fill:var(--icon-colour__black)&#34; d=&#34;M 914.01562 609.75391 C 846.69543 609.75391 793.7585 624.0295 755.20508 652.58203 C 716.65166 681.13457 697.375 720.39439 697.375 770.36133 C 697.375 809.25185 709.09092 840.2669 732.51953 863.4043 C 755.94815 886.29555 800.72934 908.20094 866.86328 929.12305 L 931.36523 949.42969 C 953.90415 956.5678 971.1042 966.4135 982.9668 978.9668 C 994.82939 991.27392 1000.7617 1005.6745 1000.7617 1022.166 C 1000.7617 1044.0727 991.86421 1061.1792 974.07031 1073.4863 C 956.27643 1085.5473 931.21618 1091.5781 898.89062 1091.5781 C 866.86163 1091.5781 834.38939 1086.5313 801.4707 1076.4395 C 768.84858 1066.3477 735.03956 1050.9651 700.04492 1030.2891 L 700.04492 1142.8984 C 730.88766 1155.6978 762.76881 1165.2975 795.6875 1171.6973 C 828.90275 1178.3431 861.96998 1181.666 894.88867 1181.666 C 974.96115 1181.666 1034.719 1168.0054 1074.1621 1140.6836 C 1113.9018 1113.1156 1133.7715 1071.5169 1133.7715 1015.8887 C 1133.7715 975.02903 1121.167 941.18506 1095.959 914.35547 C 1070.751 887.52595 1031.4559 865.98759 978.07422 849.74219 L 921.57812 832.01953 C 882.43158 819.95854 856.6315 809.00586 844.17578 799.16016 C 832.01663 789.06832 825.93555 776.3917 825.93555 761.13086 C 825.93555 741.43946 834.38878 726.30288 851.29297 715.71875 C 868.19716 705.13462 892.51562 699.8418 924.24805 699.8418 C 952.71826 699.8418 981.4855 704.14869 1010.5488 712.76367 C 1039.6122 721.37867 1068.2307 733.93228 1096.4043 750.42383 L 1096.4043 644.08984 C 1066.4513 632.76728 1036.2005 624.27651 1005.6543 618.61523 C 975.10813 612.70782 944.56179 609.75391 914.01562 609.75391 z M 109.28711 619.72266 L 298.79297 891.09375 L 103.94922 1170.959 L 239.62891 1170.959 L 365.96484 988.56641 L 492.74609 1170.959 L 628.42383 1170.959 L 434.4707 891.09375 L 623.08594 619.72266 L 487.4082 619.72266 L 365.96484 795.09961 L 244.9668 619.72266 L 109.28711 619.72266 z M 1288.1328 619.72266 L 1288.1328 1170.959 L 1700.0605 1170.959 L 1700.0605 1074.9629 L 1419.3633 1074.9629 L 1419.3633 619.72266 L 1288.1328 619.72266 z &#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
            &lt;/span&gt;
            &lt;span class=&#34;pipeline-element-text&#34;&gt;XSLTFilter&lt;/span&gt;
          &lt;/span&gt;
        &lt;/span&gt;
      &lt;/a&gt;

      
      &lt;span style=&#34;display:none;&#34; class=&#34;USED FOR SPLITTING&#34; &gt;&lt;/span&gt;

    
  







&lt;br/&gt;&lt;/p&gt;
&lt;p&gt;This is a splitFilter with a custom name:&lt;/p&gt;
&lt;p&gt;







  
  

  
  

  
  
  

  
  

  
  

  

    
    

    
      
      
      

      
      &lt;a href=&#34;../../docs/reference-section/pipeline-elements#splitfilter&#34; class=&#34;&#34; style=&#34;&#34; title=&#34;&#34;&gt;
        &lt;span class=&#34;stroom-theme-dark pipeline-element&#34; title=&#34;SplitFilter &amp;#34;My Split Filter&amp;#34;&#34; &gt;
          &lt;span class=&#34;pipeline-element-content&#34; &gt;
            &lt;span class=&#34;pipeline-element-icon&#34;&gt;
              &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Split&#34;&gt;&lt;svg width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__blue)&#34; d=&#34;m 1440,96.289062 c -9.3333,0 -17,3.000004 -23,8.999998 -6,6 -9,13.66667 -9,23 v 192 h -256 c -45.3333,0 -88,5.5 -128,16.5 -40,11 -75.5,25 -106.5,42 -31,17 -61,39.83333 -90,68.5 -29,28.66667 -53.66667,56.33333 -74,83 -8.86076,11.62068 -17.91178,24.50943 -27.15234,38.66211 -0.30342,-0.21044 -0.58959,-0.399 -0.89454,-0.61133 -2.01732,3.86655 -4.01837,7.65431 -6.0039,11.36719 -9.77563,15.4777 -19.75705,32.3274 -29.94922,50.58203 -2.11038,3.77979 -4.14474,7.47162 -6.17773,11.16211 -0.95714,1.46627 -1.92118,2.96672 -2.86915,4.38867 -14,21 -31,41.5 -51,61.5 -20,20 -43,35 -69,45 -17.14673,6.5949 -35.60697,11.00047 -55.36328,13.2461 -10.39894,-0.61233 -31.63672,-0.92969 -31.63672,-0.92969 l -228.84906,2.68359 -212.60406,0 c -9.333333,0 -17,3 -23,9 -6,6 -9,13.66667 -9,23 v 192 c 0,9.33336 3,16.99996 9,22.99996 6,6 13.666667,9 23,9 h 224 217.45312 c 10.69584,0 21.23778,-0.3173 31.63672,-0.9296 19.75631,2.2456 38.21655,6.6512 55.36328,13.246 26,10 49,25 69,45 17.743,17.743 33.11984,35.8802 46.14063,54.4102 4.44404,8.2203 9.05293,16.6317 13.90625,25.3242 22.33333,40 43.66667,73.3333 64,100 20.33333,26.6667 45,54.3333 74,83 29,28.6667 59,51.5 90,68.5 31,17 66.5,31 106.5,42 40,11 82.6667,16.5 128,16.5 h 256 v 192 c 0,9.3333 3,17 9,23 6,6 13.6667,9 23,9 8,0 16,-3.3333 24,-10 l 319,-319 c 6,-6 9,-13.6667 9,-23 0,-9.3333 -3,-17 -9,-23 L 1463,999.39062 c -6,-6 -13.6667,-9 -23,-9 -8.6667,0 -16.1667,3.16668 -22.5,9.5 -6.3333,6.33328 -9.5,13.83328 -9.5,22.49998 v 192 h -256 c -32,0 -61,-5 -87,-15 -26,-10 -49,-25 -69,-45 -20,-20 -37,-40.5 -51,-61.5 -1.53061,-2.2959 -3.07829,-4.6744 -4.63281,-7.0859 -1.40636,-3.6714 -2.87267,-7.3847 -4.41407,-11.1485 -22.33333,-40 -43.66666,-73.3332 -64,-99.99995 -19.77849,-25.93902 -43.66979,-52.82684 -71.64843,-80.6582 27.97864,-27.83136 51.86994,-54.71919 71.64843,-80.65821 8.59791,-11.27594 17.37653,-23.75802 26.33204,-37.41796 0.59631,-0.21895 1.1162,-0.41315 1.71484,-0.63282 2.01733,-3.86655 4.01837,-7.65431 6.00391,-11.36718 9.77563,-15.4777 19.75705,-32.32741 29.94921,-50.58204 -0.19533,-0.20339 -0.37752,-0.38545 -0.57226,-0.58789 3.25495,-5.22066 6.46567,-10.23268 9.61914,-14.96289 14,-21 31,-41.5 51,-61.5 20,-20 43,-35 69,-45 26,-10 55,-15 87,-15 h 256 v 192 c 0,8.66667 3.1667,16.16667 9.5,22.5 6.3333,6.33333 13.8333,9.5 22.5,9.5 9.3333,0 17,-3 23,-9 l 320,-320 c 6,-6 9,-13.66667 9,-23 0,-9.33333 -3,-17 -9,-23 l -319,-319 c -8,-6.66666 -16,-9.999998 -24,-9.999998 z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
            &lt;/span&gt;
            &lt;span class=&#34;pipeline-element-text&#34;&gt;My Split Filter&lt;/span&gt;
          &lt;/span&gt;
        &lt;/span&gt;
      &lt;/a&gt;

      
      &lt;span style=&#34;display:none;&#34; class=&#34;USED FOR SPLITTING&#34; &gt;&lt;/span&gt;

    
  







&lt;br/&gt;&lt;/p&gt;
&lt;p&gt;This is an 







  
  

  
  

  
  
  

  
  

  
  

  

    
    

    
      
      
      

      
      &lt;a href=&#34;../../docs/reference-section/pipeline-elements#indexingfilter&#34; class=&#34;&#34; style=&#34;&#34; title=&#34;&#34;&gt;
        &lt;span class=&#34;stroom-theme-dark pipeline-element&#34; title=&#34;IndexingFilter &amp;#34;IndexingFilter&amp;#34;&#34; &gt;
          &lt;span class=&#34;pipeline-element-content&#34; &gt;
            &lt;span class=&#34;pipeline-element-icon&#34;&gt;
              &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Index&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__orange)&#34; d=&#34;M896 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5-103-128v-170q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5-103-128v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5-103-128v-170q119 84 325 127t443 43zm0-1152q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5-103-128v-128q0-69 103-128t280-93.5 385-34.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;
            &lt;/span&gt;
            &lt;span class=&#34;pipeline-element-text&#34;&gt;IndexingFilter&lt;/span&gt;
          &lt;/span&gt;
        &lt;/span&gt;
      &lt;/a&gt;

      
      &lt;span style=&#34;display:none;&#34; class=&#34;USED FOR SPLITTING&#34; &gt;&lt;/span&gt;

    
  







 in line.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Markdown:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The markdown for the examples above is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;This is an xsltFilter with its default name:

{{&amp;lt; pipe-elm &amp;quot;XSLTFilter&amp;quot; &amp;gt;}}&amp;lt;br/&amp;gt;

This is a splitFilter with a custom name:

{{&amp;lt; pipe-elm &amp;quot;SplitFilter&amp;quot; &amp;quot;My Split Filter&amp;quot; &amp;gt;}}&amp;lt;br/&amp;gt;

This is an {{&amp;lt; pipe-elm &amp;quot;IndexingFilter&amp;quot; &amp;gt;}} in line.
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;pipelines&#34;&gt;Pipelines&lt;/h3&gt;
&lt;p&gt;To display a pipeline consisting of multiple &lt;a href=&#34;#pipeline-elements&#34;&gt;pipeline elements&lt;/a&gt; (as seen on the &lt;em&gt;Structure&lt;/em&gt; sub-tab on the Pipeline screen) you can use the short code &lt;code&gt;pipe&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;This shortcode takes no arguments.
Instead, the inner content of the shortcode is populated with multiple &lt;code&gt;pipe-elm&lt;/code&gt; shortcodes to describe each of the elements in the pipeline.
This shortcode does not support any branching/forking in the pipeline.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Example:&lt;/strong&gt;&lt;/p&gt;

&lt;div class=&#34;stroom-theme-dark pipeline-container&#34;&gt;
  
    
      
      
        
        &lt;div class=&#34;pipeline-item&#34;&gt;
        
 







  
  

  
  

  
  
  

  
  

  
  

  

    
    

    
      
      
      

      
      &lt;a href=&#34;../../docs/reference-section/pipeline-elements#source&#34; class=&#34;&#34; style=&#34;&#34; title=&#34;&#34;&gt;
        &lt;span class=&#34;stroom-theme-dark pipeline-element&#34; title=&#34;Source &amp;#34;Source&amp;#34;&#34; &gt;
          &lt;span class=&#34;pipeline-element-content&#34; &gt;
            &lt;span class=&#34;pipeline-element-icon&#34;&gt;
              &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Stream&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__blue)&#34; d=&#34;M 499.42773 349.50586 C 471.2255 349.65535 443.05802 352.21777 415.25195 357.10156 C 314.29291 374.83377 218.08985 423.16111 142.17383 497.58398 C 120.16923 517.22845 82.017578 562.56836 82.017578 562.56836 L 17.439453 647.62891 C 11.715074 655.16906 9.4362619 663.20332 10.603516 671.73047 C 11.770779 680.25761 16.123954 687.38299 23.664062 693.10742 L 178.77539 810.86523 C 186.3155 816.58967 194.34977 818.87035 202.87695 817.70312 C 211.40415 816.53588 218.95139 812.4832 224.25391 804.64062 C 252.73415 758.03917 266.71282 735.64156 320.53711 677.81836 C 409.46174 596.02665 519.53665 566.34857 644.56055 635.73047 C 814.48739 738.37221 971.75585 900.37132 1180.918 905.55859 C 1209.7108 905.57829 1251.7809 901.38952 1283.5625 895.00391 C 1384.5214 877.27168 1480.7245 828.94644 1556.6406 754.52344 C 1578.6452 734.87902 1616.7969 689.53906 1616.7969 689.53906 L 1681.375 604.47852 C 1687.0993 596.93839 1689.3762 588.90409 1688.209 580.37695 C 1687.0417 571.8498 1682.6905 564.72444 1675.1504 559 L 1520.0391 441.24219 C 1512.499 435.51777 1504.4646 433.23706 1495.9375 434.4043 C 1487.4102 435.57155 1479.8631 439.62422 1474.5605 447.4668 C 1446.0803 494.06826 1432.1016 516.46587 1378.2773 574.28906 C 1348.8635 601.34351 1316.4063 622.69518 1281.6191 636.6543 C 1067.6463 709.61943 913.77105 505.66893 745.44531 415.86719 C 668.96293 370.33416 584.03444 349.05738 499.42773 349.50586 z M 594.88477 897.21094 C 566.68253 897.36043 538.51505 899.92285 510.70898 904.80664 C 409.74993 922.53885 313.54689 970.86407 237.63086 1045.2871 C 215.62627 1064.9315 177.47266 1110.2734 177.47266 1110.2734 L 112.89648 1195.332 C 107.1721 1202.8722 104.89329 1210.9084 106.06055 1219.4355 C 107.22781 1227.9627 111.58098 1235.086 119.12109 1240.8105 L 274.23242 1358.5684 C 281.77254 1364.2928 289.80483 1366.5734 298.33203 1365.4062 C 306.85921 1364.239 314.4084 1360.1864 319.71094 1352.3438 C 348.19118 1305.7423 362.16986 1283.3466 415.99414 1225.5234 C 504.91877 1143.7317 614.99368 1114.0536 740.01758 1183.4355 C 909.94442 1286.0772 1067.2128 1448.0744 1276.375 1453.2617 C 1305.1678 1453.2817 1347.2362 1449.0945 1379.0176 1442.709 C 1479.9765 1424.9767 1576.1817 1376.6515 1652.0977 1302.2285 C 1674.1023 1282.584 1712.2539 1237.2441 1712.2539 1237.2441 L 1776.832 1152.1836 C 1782.5562 1144.6434 1784.8333 1136.6091 1783.666 1128.082 C 1782.4987 1119.5548 1778.1456 1112.4295 1770.6055 1106.7051 L 1615.4941 988.94727 C 1607.9538 983.22287 1599.9217 980.94208 1591.3945 982.10938 C 1582.8673 983.27657 1575.3182 987.32927 1570.0156 995.17188 C 1541.5354 1041.7734 1527.5567 1064.169 1473.7324 1121.9922 C 1444.3187 1149.0467 1411.8635 1170.4003 1377.0762 1184.3594 C 1163.1036 1257.3246 1009.2262 1053.3739 840.90039 963.57227 C 764.41799 918.0392 679.49147 896.76246 594.88477 897.21094 z &#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;
            &lt;/span&gt;
            &lt;span class=&#34;pipeline-element-text&#34;&gt;Source&lt;/span&gt;
          &lt;/span&gt;
        &lt;/span&gt;
      &lt;/a&gt;

      
      
        &lt;/div&gt;
      
    
  
    
      
      
        
          &lt;div class=&#34;pipeline-separator pipeline-item&#34;&gt;
          &lt;/div&gt;
        
        &lt;div class=&#34;pipeline-item&#34;&gt;
        

    
  








 







  
  

  
  

  
  
  

  
  

  
  

  

    
    

    
      
      
      

      
      &lt;a href=&#34;../../docs/reference-section/pipeline-elements#xmlparser&#34; class=&#34;&#34; style=&#34;&#34; title=&#34;&#34;&gt;
        &lt;span class=&#34;stroom-theme-dark pipeline-element&#34; title=&#34;XMLParser &amp;#34;XMLParser&amp;#34;&#34; &gt;
          &lt;span class=&#34;pipeline-element-content&#34; &gt;
            &lt;span class=&#34;pipeline-element-icon&#34;&gt;
              &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Xml&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__xml-background)&#34; d=&#34;M 684.30664 211.38672 C 672.42766 211.38672 661.91891 215.95413 652.78125 225.0918 L 14.058594 863.81641 C 4.9209141 872.95409 0.3515625 883.46088 0.3515625 895.33984 C 0.3515625 907.21882 4.9209142 917.72756 14.058594 926.86523 L 652.78125 1565.5898 C 661.91891 1574.7275 672.42766 1579.2949 684.30664 1579.2949 C 696.1856 1579.2949 706.69435 1574.7275 715.83203 1565.5898 L 784.36523 1497.0566 C 793.5029 1487.9191 798.07031 1477.4102 798.07031 1465.5312 C 798.07031 1453.6524 793.5029 1443.1436 784.36523 1434.0059 L 245.69922 895.33984 L 784.36523 356.67578 C 793.5029 347.53811 798.07031 337.02937 798.07031 325.15039 C 798.07031 313.27142 793.5029 302.76268 784.36523 293.625 L 715.83203 225.0918 C 706.69435 215.95413 696.1856 211.38672 684.30664 211.38672 z M 1107.9082 211.38672 C 1096.0293 211.38672 1085.5225 215.95414 1076.3848 225.0918 L 1007.8516 293.625 C 998.71402 302.76268 994.14453 313.27142 994.14453 325.15039 C 994.14453 337.02937 998.71402 347.53811 1007.8516 356.67578 L 1546.5176 895.33984 L 1007.8516 1434.0059 C 998.71402 1443.1436 994.14453 1453.6523 994.14453 1465.5312 C 994.14453 1477.4102 998.71402 1487.9191 1007.8516 1497.0566 L 1076.3848 1565.5898 C 1085.5225 1574.7275 1096.0293 1579.2949 1107.9082 1579.2949 C 1119.7872 1579.2949 1130.2959 1574.7275 1139.4336 1565.5898 L 1778.1582 926.86523 C 1787.2959 917.72756 1791.8633 907.21882 1791.8633 895.33984 C 1791.8633 883.46088 1787.2959 872.95409 1778.1582 863.81641 L 1139.4336 225.0918 C 1130.2959 215.95414 1119.7872 211.38672 1107.9082 211.38672 z &#34;/&gt;&lt;path style=&#34;fill:var(--icon-colour__black)&#34; d=&#34;M 109.28711 619.72266 L 298.79297 891.09375 L 103.94922 1170.959 L 239.62891 1170.959 L 365.96484 988.56641 L 492.74609 1170.959 L 628.42383 1170.959 L 434.4707 891.09375 L 623.08594 619.72266 L 487.4082 619.72266 L 365.96484 795.09961 L 244.9668 619.72266 L 109.28711 619.72266 z M 678.24805 619.72266 L 678.24805 1170.959 L 791.23828 1170.959 L 791.23828 729.37891 L 862.41406 970.47656 L 966.95312 970.47656 L 1037.2383 729.37891 L 1037.2383 1170.959 L 1150.2305 1170.959 L 1150.2305 619.72266 L 992.75391 619.72266 L 914.01562 861.55664 L 834.83398 619.72266 L 678.24805 619.72266 z M 1288.1328 619.72266 L 1288.1328 1170.959 L 1700.0605 1170.959 L 1700.0605 1074.9629 L 1419.3633 1074.9629 L 1419.3633 619.72266 L 1288.1328 619.72266 z &#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
            &lt;/span&gt;
            &lt;span class=&#34;pipeline-element-text&#34;&gt;XMLParser&lt;/span&gt;
          &lt;/span&gt;
        &lt;/span&gt;
      &lt;/a&gt;

      
      
        &lt;/div&gt;
      
    
  
    
      
      
        
          &lt;div class=&#34;pipeline-separator pipeline-item&#34;&gt;
          &lt;/div&gt;
        
        &lt;div class=&#34;pipeline-item&#34;&gt;
        

    
  








 







  
  

  
  

  
  
  

  
  

  
  

  

    
    

    
      
      
      

      
      &lt;a href=&#34;../../docs/reference-section/pipeline-elements#recordcountfilter&#34; class=&#34;&#34; style=&#34;&#34; title=&#34;&#34;&gt;
        &lt;span class=&#34;stroom-theme-dark pipeline-element&#34; title=&#34;RecordCountFilter &amp;#34;recordCount (read)&amp;#34;&#34; &gt;
          &lt;span class=&#34;pipeline-element-content&#34; &gt;
            &lt;span class=&#34;pipeline-element-icon&#34;&gt;
              &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Record count&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__blue)&#34; d=&#34;m 288,333.95508 c -26.66667,0 -49.33333,9.33333 -68,28 -18.66667,18.66666 -28,41.33333 -28,68 0.0805,246.24683 0,490.77231 0,736.97462 0,26.6667 9.33333,49.3333 28,68 18.66667,18.6667 41.33333,28 68,28 l 1216,0 c 26.6667,0 49.3333,-9.3333 68,-28 18.6667,-18.6667 28,-41.3333 28,-68 -0.078,-246.27922 0,-490.86553 0,-736.97462 0,-26.66667 -9.3333,-49.33334 -28,-68 -18.6667,-18.66667 -41.3333,-28 -68,-28 z&#34;/&gt;&lt;path style=&#34;fill:var(--icon-colour__white)&#34; d=&#34;M 877.22852 517.63477 C 848.44694 517.63477 822.54479 522.26523 799.51953 531.52539 C 776.49426 540.53528 756.84792 552.92215 740.58008 568.68945 C 724.5625 584.45675 712.17368 602.97861 703.41406 624.25195 C 694.90473 645.27502 690.65039 667.67313 690.65039 691.44922 L 780.74805 691.44922 C 780.74805 660.16489 788.38168 635.63863 803.64844 617.86914 C 819.16546 600.09964 843.19282 591.21484 875.72852 591.21484 C 888.24225 591.21484 899.50464 593.34299 909.51562 597.59766 C 919.77689 601.85232 928.41028 607.85867 935.41797 615.61719 C 942.67594 623.12543 948.18143 632.25968 951.93555 643.02148 C 955.93994 653.53302 957.94336 665.04681 957.94336 677.56055 C 957.94336 687.07098 956.6922 696.45468 954.18945 705.71484 C 951.68671 714.975 947.43237 724.98624 941.42578 735.74805 C 935.41919 746.50985 927.2847 758.39783 917.02344 771.41211 C 907.01246 784.17612 894.4989 798.94254 879.48242 815.71094 L 701.53711 1009.7988 L 701.53711 1071.7422 L 1068.6895 1071.7422 L 1068.6895 1000.0391 L 813.0332 1000.0391 L 936.91992 867.14258 C 952.68722 850.37418 967.32892 834.10714 980.84375 818.33984 C 994.35856 802.32227 1005.9951 786.42941 1015.7559 770.66211 C 1025.5166 754.89481 1033.1502 739.12668 1038.6562 723.35938 C 1044.1623 707.3418 1046.916 690.82531 1046.916 673.80664 C 1046.916 651.03165 1043.1606 630.1322 1035.6523 611.11133 C 1028.1441 592.09046 1017.1331 575.6987 1002.6172 561.93359 C 988.10125 547.91822 970.33166 537.03 949.30859 529.27148 C 928.28553 521.51297 904.25818 517.63477 877.22852 517.63477 z M 1337.4844 517.63477 C 1312.2066 517.63477 1288.9315 521.51297 1267.6582 529.27148 C 1246.3849 536.77972 1227.9897 547.29181 1212.4727 560.80664 C 1197.2059 574.07119 1185.1932 589.83933 1176.4336 608.10938 C 1167.9243 626.37941 1163.668 646.27521 1163.668 667.79883 L 1253.3926 667.79883 C 1253.3926 655.78565 1255.5188 645.02411 1259.7734 635.51367 C 1264.0281 626.00324 1269.9097 617.86874 1277.418 611.11133 C 1285.1765 604.35391 1294.1861 599.22455 1304.4473 595.7207 C 1314.9588 591.96658 1326.3479 590.08789 1338.6113 590.08789 C 1366.6421 590.08789 1387.5396 597.34735 1401.3047 611.86328 C 1415.3201 626.12893 1422.3281 646.52558 1422.3281 673.05469 C 1422.3281 685.56842 1420.3247 697.08026 1416.3203 707.5918 C 1412.5662 717.85306 1406.8113 726.73786 1399.0527 734.24609 C 1391.2943 741.75433 1381.5325 747.63596 1369.7695 751.89062 C 1358.0066 755.89502 1344.2419 757.89844 1328.4746 757.89844 L 1274.791 757.89844 L 1274.791 828.47461 L 1328.4746 828.47461 C 1344.2419 828.47461 1358.3828 830.22662 1370.8965 833.73047 C 1383.4102 837.23431 1394.047 842.74176 1402.8066 850.25 C 1411.8165 857.50796 1418.6979 866.89166 1423.4531 878.4043 C 1428.2083 889.66666 1430.5859 903.18192 1430.5859 918.94922 C 1430.5859 947.7308 1422.3267 969.75474 1405.8086 985.02148 C 1389.5407 1000.038 1367.1427 1007.5469 1338.6113 1007.5469 C 1324.8463 1007.5469 1312.4574 1005.5454 1301.4453 1001.541 C 1290.4332 997.53661 1280.9229 992.02917 1272.9141 985.02148 C 1265.1556 977.76352 1259.1492 969.13013 1254.8945 959.11914 C 1250.6399 948.85788 1248.5117 937.72021 1248.5117 925.70703 L 1158.7891 925.70703 C 1158.7891 950.98476 1163.669 973.2601 1173.4297 992.53125 C 1183.1904 1011.5521 1196.2048 1027.5697 1212.4727 1040.584 C 1228.9908 1053.348 1248.0116 1062.9831 1269.5352 1069.4902 C 1291.0588 1075.9974 1313.7083 1079.25 1337.4844 1079.25 C 1363.2626 1079.25 1387.29 1075.7459 1409.5645 1068.7383 C 1431.8389 1061.4803 1451.1091 1051.0949 1467.377 1037.5801 C 1483.8951 1023.815 1496.7848 1006.9204 1506.0449 986.89844 C 1515.3051 966.87647 1519.9355 944.10223 1519.9355 918.57422 C 1519.9355 905.30966 1518.433 892.29525 1515.4297 879.53125 C 1512.4264 866.76724 1507.4218 854.87927 1500.4141 843.86719 C 1493.4064 832.60483 1484.2701 822.46887 1473.0078 813.45898 C 1461.7454 804.4491 1447.856 797.06687 1431.3379 791.31055 C 1445.103 785.05368 1456.991 777.42004 1467.002 768.41016 C 1477.2632 759.15 1485.6472 749.26349 1492.1543 738.75195 C 1498.9117 728.24042 1503.9163 717.35416 1507.1699 706.0918 C 1510.4235 694.82944 1512.0508 683.8165 1512.0508 673.05469 C 1512.0508 647.52668 1507.7964 625.12662 1499.2871 605.85547 C 1490.7778 586.33406 1478.8898 570.06701 1463.623 557.05273 C 1448.3563 544.03845 1429.9612 534.27667 1408.4375 527.76953 C 1386.9139 521.01212 1363.2626 517.63477 1337.4844 517.63477 z M 496.5625 525.14258 L 272.06641 608.10938 L 272.06641 686.94531 L 411.71875 635.88867 L 411.71875 1071.7422 L 502.19336 1071.7422 L 502.19336 525.14258 L 496.5625 525.14258 z &#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;
            &lt;/span&gt;
            &lt;span class=&#34;pipeline-element-text&#34;&gt;recordCount (read)&lt;/span&gt;
          &lt;/span&gt;
        &lt;/span&gt;
      &lt;/a&gt;

      
      
        &lt;/div&gt;
      
    
  
    
      
      
        
          &lt;div class=&#34;pipeline-separator pipeline-item&#34;&gt;
          &lt;/div&gt;
        
        &lt;div class=&#34;pipeline-item&#34;&gt;
        

    
  








 







  
  

  
  

  
  
  

  
  

  
  

  

    
    

    
      
      
      

      
      &lt;a href=&#34;../../docs/reference-section/pipeline-elements#splitfilter&#34; class=&#34;&#34; style=&#34;&#34; title=&#34;&#34;&gt;
        &lt;span class=&#34;stroom-theme-dark pipeline-element&#34; title=&#34;SplitFilter &amp;#34;SplitFilter&amp;#34;&#34; &gt;
          &lt;span class=&#34;pipeline-element-content&#34; &gt;
            &lt;span class=&#34;pipeline-element-icon&#34;&gt;
              &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Split&#34;&gt;&lt;svg width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__blue)&#34; d=&#34;m 1440,96.289062 c -9.3333,0 -17,3.000004 -23,8.999998 -6,6 -9,13.66667 -9,23 v 192 h -256 c -45.3333,0 -88,5.5 -128,16.5 -40,11 -75.5,25 -106.5,42 -31,17 -61,39.83333 -90,68.5 -29,28.66667 -53.66667,56.33333 -74,83 -8.86076,11.62068 -17.91178,24.50943 -27.15234,38.66211 -0.30342,-0.21044 -0.58959,-0.399 -0.89454,-0.61133 -2.01732,3.86655 -4.01837,7.65431 -6.0039,11.36719 -9.77563,15.4777 -19.75705,32.3274 -29.94922,50.58203 -2.11038,3.77979 -4.14474,7.47162 -6.17773,11.16211 -0.95714,1.46627 -1.92118,2.96672 -2.86915,4.38867 -14,21 -31,41.5 -51,61.5 -20,20 -43,35 -69,45 -17.14673,6.5949 -35.60697,11.00047 -55.36328,13.2461 -10.39894,-0.61233 -31.63672,-0.92969 -31.63672,-0.92969 l -228.84906,2.68359 -212.60406,0 c -9.333333,0 -17,3 -23,9 -6,6 -9,13.66667 -9,23 v 192 c 0,9.33336 3,16.99996 9,22.99996 6,6 13.666667,9 23,9 h 224 217.45312 c 10.69584,0 21.23778,-0.3173 31.63672,-0.9296 19.75631,2.2456 38.21655,6.6512 55.36328,13.246 26,10 49,25 69,45 17.743,17.743 33.11984,35.8802 46.14063,54.4102 4.44404,8.2203 9.05293,16.6317 13.90625,25.3242 22.33333,40 43.66667,73.3333 64,100 20.33333,26.6667 45,54.3333 74,83 29,28.6667 59,51.5 90,68.5 31,17 66.5,31 106.5,42 40,11 82.6667,16.5 128,16.5 h 256 v 192 c 0,9.3333 3,17 9,23 6,6 13.6667,9 23,9 8,0 16,-3.3333 24,-10 l 319,-319 c 6,-6 9,-13.6667 9,-23 0,-9.3333 -3,-17 -9,-23 L 1463,999.39062 c -6,-6 -13.6667,-9 -23,-9 -8.6667,0 -16.1667,3.16668 -22.5,9.5 -6.3333,6.33328 -9.5,13.83328 -9.5,22.49998 v 192 h -256 c -32,0 -61,-5 -87,-15 -26,-10 -49,-25 -69,-45 -20,-20 -37,-40.5 -51,-61.5 -1.53061,-2.2959 -3.07829,-4.6744 -4.63281,-7.0859 -1.40636,-3.6714 -2.87267,-7.3847 -4.41407,-11.1485 -22.33333,-40 -43.66666,-73.3332 -64,-99.99995 -19.77849,-25.93902 -43.66979,-52.82684 -71.64843,-80.6582 27.97864,-27.83136 51.86994,-54.71919 71.64843,-80.65821 8.59791,-11.27594 17.37653,-23.75802 26.33204,-37.41796 0.59631,-0.21895 1.1162,-0.41315 1.71484,-0.63282 2.01733,-3.86655 4.01837,-7.65431 6.00391,-11.36718 9.77563,-15.4777 19.75705,-32.32741 29.94921,-50.58204 -0.19533,-0.20339 -0.37752,-0.38545 -0.57226,-0.58789 3.25495,-5.22066 6.46567,-10.23268 9.61914,-14.96289 14,-21 31,-41.5 51,-61.5 20,-20 43,-35 69,-45 26,-10 55,-15 87,-15 h 256 v 192 c 0,8.66667 3.1667,16.16667 9.5,22.5 6.3333,6.33333 13.8333,9.5 22.5,9.5 9.3333,0 17,-3 23,-9 l 320,-320 c 6,-6 9,-13.66667 9,-23 0,-9.33333 -3,-17 -9,-23 l -319,-319 c -8,-6.66666 -16,-9.999998 -24,-9.999998 z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
            &lt;/span&gt;
            &lt;span class=&#34;pipeline-element-text&#34;&gt;SplitFilter&lt;/span&gt;
          &lt;/span&gt;
        &lt;/span&gt;
      &lt;/a&gt;

      
      
        &lt;/div&gt;
      
    
  
    
      
      
        
          &lt;div class=&#34;pipeline-separator pipeline-item&#34;&gt;
          &lt;/div&gt;
        
        &lt;div class=&#34;pipeline-item&#34;&gt;
        

    
  








 







  
  

  
  

  
  
  

  
  

  
  

  

    
    

    
      
      
      

      
      &lt;a href=&#34;../../docs/reference-section/pipeline-elements#idenrichmentfilter&#34; class=&#34;&#34; style=&#34;&#34; title=&#34;&#34;&gt;
        &lt;span class=&#34;stroom-theme-dark pipeline-element&#34; title=&#34;IdEnrichmentFilter &amp;#34;IdEnrichmentFilter&amp;#34;&#34; &gt;
          &lt;span class=&#34;pipeline-element-content&#34; &gt;
            &lt;span class=&#34;pipeline-element-icon&#34;&gt;
              &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;ID&#34;&gt;&lt;svg xmlns:dc=&#34;http://purl.org/dc/elements/1.1/&#34; xmlns:cc=&#34;http://creativecommons.org/ns#&#34; xmlns:rdf=&#34;http://www.w3.org/1999/02/22-rdf-syntax-ns#&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; xmlns:sodipodi=&#34;http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd&#34; xmlns:inkscape=&#34;http://www.inkscape.org/namespaces/inkscape&#34; version=&#34;1.1&#34; id=&#34;svg3336&#34; viewBox=&#34;0 0 1792 1792&#34; height=&#34;1792&#34; width=&#34;1792&#34; inkscape:version=&#34;0.91 r13725&#34; sodipodi:docname=&#34;id.svg&#34;&gt;&lt;sodipodi:namedview pagecolor=&#34;var(--icon-colour__white)&#34; bordercolor=&#34;#666666&#34; borderopacity=&#34;1&#34; objecttolerance=&#34;10&#34; gridtolerance=&#34;10&#34; guidetolerance=&#34;10&#34; inkscape:pageopacity=&#34;0&#34; inkscape:pageshadow=&#34;2&#34; inkscape:window-width=&#34;1730&#34; inkscape:window-height=&#34;1120&#34; id=&#34;namedview9&#34; showgrid=&#34;false&#34; inkscape:zoom=&#34;0.13169643&#34; inkscape:cx=&#34;-277.15254&#34; inkscape:cy=&#34;896&#34; inkscape:window-x=&#34;3006&#34; inkscape:window-y=&#34;147&#34; inkscape:window-maximized=&#34;0&#34; inkscape:current-layer=&#34;svg3336&#34; /&gt;&lt;metadata id=&#34;metadata3344&#34;&gt;&lt;rdf:RDF&gt;&lt;cc:Work rdf:about=&#34;&#34;&gt;&lt;dc:format&gt;image/svg+xml&lt;/dc:format&gt;&lt;dc:type rdf:resource=&#34;http://purl.org/dc/dcmitype/StillImage&#34; /&gt;&lt;dc:title /&gt;&lt;/cc:Work&gt;&lt;/rdf:RDF&gt;&lt;/metadata&gt;&lt;defs id=&#34;defs3342&#34; /&gt;&lt;path style=&#34;fill:var(--icon-colour__black);fill-opacity:1&#34; d=&#34;m 126.70508,126.41406 166.85351,0 0,1536.95894 -166.85351,0 z m 498.90625,0 342.79101,0 c 238.98996,0 414.37646,62.11053 526.16216,186.33008 111.7856,123.53325 167.6796,317.06786 167.6796,580.60547 0,264.91019 -56.1676,459.47579 -168.5039,583.69529 -112.3363,124.2196 -287.4492,186.3281 -525.33786,186.3281 l -342.79101,0 z m 166.85156,170.88672 0,1195.18552 201.54492,0 c 170.15649,0 294.60799,-48.0416 373.35349,-144.123 79.2962,-96.0814 118.9434,-247.7523 118.9434,-455.01369 0,-205.88876 -39.6472,-356.53066 -118.9434,-451.92578 -78.7455,-96.08142 -203.197,-144.12305 -373.35349,-144.12305 z&#34; id=&#34;rect3375&#34; inkscape:connector-curvature=&#34;0&#34; sodipodi:nodetypes=&#34;ccccccscsssccccscscsc&#34; /&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
            &lt;/span&gt;
            &lt;span class=&#34;pipeline-element-text&#34;&gt;IdEnrichmentFilter&lt;/span&gt;
          &lt;/span&gt;
        &lt;/span&gt;
      &lt;/a&gt;

      
      
        &lt;/div&gt;
      
    
  
    
      
      
        
          &lt;div class=&#34;pipeline-separator pipeline-item&#34;&gt;
          &lt;/div&gt;
        
        &lt;div class=&#34;pipeline-item&#34;&gt;
        

    
  








 







  
  

  
  

  
  
  

  
  

  
  

  

    
    

    
      
      
      

      
      &lt;a href=&#34;../../docs/reference-section/pipeline-elements#xsltfilter&#34; class=&#34;&#34; style=&#34;&#34; title=&#34;&#34;&gt;
        &lt;span class=&#34;stroom-theme-dark pipeline-element&#34; title=&#34;XSLTFilter &amp;#34;XSLTFilter&amp;#34;&#34; &gt;
          &lt;span class=&#34;pipeline-element-content&#34; &gt;
            &lt;span class=&#34;pipeline-element-icon&#34;&gt;
              &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Xslt&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__xsl-background)&#34; d=&#34;M 684.30664 211.38672 C 672.42766 211.38672 661.91891 215.95413 652.78125 225.0918 L 14.058594 863.81641 C 4.9209141 872.95409 0.3515625 883.46088 0.3515625 895.33984 C 0.3515625 907.21882 4.9209142 917.72756 14.058594 926.86523 L 652.78125 1565.5898 C 661.91891 1574.7275 672.42766 1579.2949 684.30664 1579.2949 C 696.1856 1579.2949 706.69435 1574.7275 715.83203 1565.5898 L 784.36523 1497.0566 C 793.5029 1487.9191 798.07031 1477.4102 798.07031 1465.5312 C 798.07031 1453.6524 793.5029 1443.1436 784.36523 1434.0059 L 245.69922 895.33984 L 784.36523 356.67578 C 793.5029 347.53811 798.07031 337.02937 798.07031 325.15039 C 798.07031 313.27142 793.5029 302.76268 784.36523 293.625 L 715.83203 225.0918 C 706.69435 215.95413 696.1856 211.38672 684.30664 211.38672 z M 1107.9082 211.38672 C 1096.0293 211.38672 1085.5225 215.95414 1076.3848 225.0918 L 1007.8516 293.625 C 998.71402 302.76268 994.14453 313.27142 994.14453 325.15039 C 994.14453 337.02937 998.71402 347.53811 1007.8516 356.67578 L 1546.5176 895.33984 L 1007.8516 1434.0059 C 998.71402 1443.1436 994.14453 1453.6523 994.14453 1465.5312 C 994.14453 1477.4102 998.71402 1487.9191 1007.8516 1497.0566 L 1076.3848 1565.5898 C 1085.5225 1574.7275 1096.0293 1579.2949 1107.9082 1579.2949 C 1119.7872 1579.2949 1130.2959 1574.7275 1139.4336 1565.5898 L 1778.1582 926.86523 C 1787.2959 917.72756 1791.8633 907.21882 1791.8633 895.33984 C 1791.8633 883.46088 1787.2959 872.95409 1778.1582 863.81641 L 1139.4336 225.0918 C 1130.2959 215.95414 1119.7872 211.38672 1107.9082 211.38672 z &#34;/&gt;&lt;path style=&#34;fill:var(--icon-colour__black)&#34; d=&#34;M 914.01562 609.75391 C 846.69543 609.75391 793.7585 624.0295 755.20508 652.58203 C 716.65166 681.13457 697.375 720.39439 697.375 770.36133 C 697.375 809.25185 709.09092 840.2669 732.51953 863.4043 C 755.94815 886.29555 800.72934 908.20094 866.86328 929.12305 L 931.36523 949.42969 C 953.90415 956.5678 971.1042 966.4135 982.9668 978.9668 C 994.82939 991.27392 1000.7617 1005.6745 1000.7617 1022.166 C 1000.7617 1044.0727 991.86421 1061.1792 974.07031 1073.4863 C 956.27643 1085.5473 931.21618 1091.5781 898.89062 1091.5781 C 866.86163 1091.5781 834.38939 1086.5313 801.4707 1076.4395 C 768.84858 1066.3477 735.03956 1050.9651 700.04492 1030.2891 L 700.04492 1142.8984 C 730.88766 1155.6978 762.76881 1165.2975 795.6875 1171.6973 C 828.90275 1178.3431 861.96998 1181.666 894.88867 1181.666 C 974.96115 1181.666 1034.719 1168.0054 1074.1621 1140.6836 C 1113.9018 1113.1156 1133.7715 1071.5169 1133.7715 1015.8887 C 1133.7715 975.02903 1121.167 941.18506 1095.959 914.35547 C 1070.751 887.52595 1031.4559 865.98759 978.07422 849.74219 L 921.57812 832.01953 C 882.43158 819.95854 856.6315 809.00586 844.17578 799.16016 C 832.01663 789.06832 825.93555 776.3917 825.93555 761.13086 C 825.93555 741.43946 834.38878 726.30288 851.29297 715.71875 C 868.19716 705.13462 892.51562 699.8418 924.24805 699.8418 C 952.71826 699.8418 981.4855 704.14869 1010.5488 712.76367 C 1039.6122 721.37867 1068.2307 733.93228 1096.4043 750.42383 L 1096.4043 644.08984 C 1066.4513 632.76728 1036.2005 624.27651 1005.6543 618.61523 C 975.10813 612.70782 944.56179 609.75391 914.01562 609.75391 z M 109.28711 619.72266 L 298.79297 891.09375 L 103.94922 1170.959 L 239.62891 1170.959 L 365.96484 988.56641 L 492.74609 1170.959 L 628.42383 1170.959 L 434.4707 891.09375 L 623.08594 619.72266 L 487.4082 619.72266 L 365.96484 795.09961 L 244.9668 619.72266 L 109.28711 619.72266 z M 1288.1328 619.72266 L 1288.1328 1170.959 L 1700.0605 1170.959 L 1700.0605 1074.9629 L 1419.3633 1074.9629 L 1419.3633 619.72266 L 1288.1328 619.72266 z &#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
            &lt;/span&gt;
            &lt;span class=&#34;pipeline-element-text&#34;&gt;XSLTFilter&lt;/span&gt;
          &lt;/span&gt;
        &lt;/span&gt;
      &lt;/a&gt;

      
      
        &lt;/div&gt;
      
    
  
    
      
      
        
          &lt;div class=&#34;pipeline-separator pipeline-item&#34;&gt;
          &lt;/div&gt;
        
        &lt;div class=&#34;pipeline-item&#34;&gt;
        

    
  








 







  
  

  
  

  
  
  

  
  

  
  

  

    
    

    
      
      
      

      
      &lt;a href=&#34;../../docs/reference-section/pipeline-elements#schemafilter&#34; class=&#34;&#34; style=&#34;&#34; title=&#34;&#34;&gt;
        &lt;span class=&#34;stroom-theme-dark pipeline-element&#34; title=&#34;SchemaFilter &amp;#34;SchemaFilter&amp;#34;&#34; &gt;
          &lt;span class=&#34;pipeline-element-content&#34; &gt;
            &lt;span class=&#34;pipeline-element-icon&#34;&gt;
              &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Xsd&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__xsd-background)&#34; d=&#34;M 684.30664 211.38672 C 672.42766 211.38672 661.91891 215.95413 652.78125 225.0918 L 14.058594 863.81641 C 4.9209141 872.95409 0.3515625 883.46088 0.3515625 895.33984 C 0.3515625 907.21882 4.9209142 917.72756 14.058594 926.86523 L 652.78125 1565.5898 C 661.91891 1574.7275 672.42766 1579.2949 684.30664 1579.2949 C 696.1856 1579.2949 706.69435 1574.7275 715.83203 1565.5898 L 784.36523 1497.0566 C 793.5029 1487.9191 798.07031 1477.4102 798.07031 1465.5312 C 798.07031 1453.6524 793.5029 1443.1436 784.36523 1434.0059 L 245.69922 895.33984 L 784.36523 356.67578 C 793.5029 347.53811 798.07031 337.02937 798.07031 325.15039 C 798.07031 313.27142 793.5029 302.76268 784.36523 293.625 L 715.83203 225.0918 C 706.69435 215.95413 696.1856 211.38672 684.30664 211.38672 z M 1107.9082 211.38672 C 1096.0293 211.38672 1085.5225 215.95414 1076.3848 225.0918 L 1007.8516 293.625 C 998.71402 302.76268 994.14453 313.27142 994.14453 325.15039 C 994.14453 337.02937 998.71402 347.53811 1007.8516 356.67578 L 1546.5176 895.33984 L 1007.8516 1434.0059 C 998.71402 1443.1436 994.14453 1453.6523 994.14453 1465.5312 C 994.14453 1477.4102 998.71402 1487.9191 1007.8516 1497.0566 L 1076.3848 1565.5898 C 1085.5225 1574.7275 1096.0293 1579.2949 1107.9082 1579.2949 C 1119.7872 1579.2949 1130.2959 1574.7275 1139.4336 1565.5898 L 1778.1582 926.86523 C 1787.2959 917.72756 1791.8633 907.21882 1791.8633 895.33984 C 1791.8633 883.46088 1787.2959 872.95409 1778.1582 863.81641 L 1139.4336 225.0918 C 1130.2959 215.95414 1119.7872 211.38672 1107.9082 211.38672 z &#34;/&gt;&lt;path style=&#34;fill:var(--icon-colour__black)&#34; d=&#34;M 914.01562 609.75391 C 846.69543 609.75391 793.7585 624.0295 755.20508 652.58203 C 716.65166 681.13457 697.375 720.39439 697.375 770.36133 C 697.375 809.25185 709.09092 840.2669 732.51953 863.4043 C 755.94815 886.29555 800.72934 908.20094 866.86328 929.12305 L 931.36523 949.42969 C 953.90415 956.5678 971.1042 966.4135 982.9668 978.9668 C 994.82939 991.27392 1000.7617 1005.6745 1000.7617 1022.166 C 1000.7617 1044.0727 991.86421 1061.1792 974.07031 1073.4863 C 956.27643 1085.5473 931.21618 1091.5781 898.89062 1091.5781 C 866.86163 1091.5781 834.38939 1086.5313 801.4707 1076.4395 C 768.84858 1066.3477 735.03956 1050.9651 700.04492 1030.2891 L 700.04492 1142.8984 C 730.88766 1155.6978 762.76881 1165.2975 795.6875 1171.6973 C 828.90275 1178.3431 861.96998 1181.666 894.88867 1181.666 C 974.96115 1181.666 1034.719 1168.0054 1074.1621 1140.6836 C 1113.9018 1113.1156 1133.7715 1071.5169 1133.7715 1015.8887 C 1133.7715 975.02903 1121.167 941.18506 1095.959 914.35547 C 1070.751 887.52595 1031.4559 865.98759 978.07422 849.74219 L 921.57812 832.01953 C 882.43158 819.95854 856.6315 809.00586 844.17578 799.16016 C 832.01663 789.06832 825.93555 776.3917 825.93555 761.13086 C 825.93555 741.43946 834.38878 726.30288 851.29297 715.71875 C 868.19716 705.13462 892.51562 699.8418 924.24805 699.8418 C 952.71826 699.8418 981.4855 704.14869 1010.5488 712.76367 C 1039.6122 721.37867 1068.2307 733.93228 1096.4043 750.42383 L 1096.4043 644.08984 C 1066.4513 632.76728 1036.2005 624.27651 1005.6543 618.61523 C 975.10813 612.70782 944.56179 609.75391 914.01562 609.75391 z M 109.28711 619.72266 L 298.79297 891.09375 L 103.94922 1170.959 L 239.62891 1170.959 L 365.96484 988.56641 L 492.74609 1170.959 L 628.42383 1170.959 L 434.4707 891.09375 L 623.08594 619.72266 L 487.4082 619.72266 L 365.96484 795.09961 L 244.9668 619.72266 L 109.28711 619.72266 z M 1248.9863 619.72266 L 1248.9863 1170.959 L 1389.5586 1170.959 C 1498.1013 1170.959 1576.2453 1149.4206 1623.9922 1106.3457 C 1671.7391 1063.0246 1695.6133 992.50568 1695.6133 894.78711 C 1695.6133 797.31467 1671.7391 727.16474 1623.9922 684.33594 C 1576.2453 641.26099 1498.1013 619.72266 1389.5586 619.72266 L 1248.9863 619.72266 z M 1380.2168 717.93359 L 1415.8047 717.93359 C 1467.407 717.93359 1504.1793 731.34819 1526.125 758.17773 C 1548.0708 785.00727 1559.0449 830.5439 1559.0449 894.78711 C 1559.0449 959.5226 1548.0708 1005.4282 1526.125 1032.5039 C 1504.1793 1059.3334 1467.407 1072.748 1415.8047 1072.748 L 1380.2168 1072.748 L 1380.2168 717.93359 z &#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
            &lt;/span&gt;
            &lt;span class=&#34;pipeline-element-text&#34;&gt;SchemaFilter&lt;/span&gt;
          &lt;/span&gt;
        &lt;/span&gt;
      &lt;/a&gt;

      
      
        &lt;/div&gt;
      
    
  
    
      
      
        
          &lt;div class=&#34;pipeline-separator pipeline-item&#34;&gt;
          &lt;/div&gt;
        
        &lt;div class=&#34;pipeline-item&#34;&gt;
        

    
  








 







  
  

  
  

  
  
  

  
  

  
  

  

    
    

    
      
      
      

      
      &lt;a href=&#34;../../docs/reference-section/pipeline-elements#elasticindexingfilter&#34; class=&#34;&#34; style=&#34;&#34; title=&#34;&#34;&gt;
        &lt;span class=&#34;stroom-theme-dark pipeline-element&#34; title=&#34;ElasticIndexingFilter &amp;#34;ElasticIndexingFilter&amp;#34;&#34; &gt;
          &lt;span class=&#34;pipeline-element-content&#34; &gt;
            &lt;span class=&#34;pipeline-element-icon&#34;&gt;
              &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Elastic index&#34;&gt;&lt;!-- Generator: Adobe Illustrator 25.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --&gt;&lt;svg version=&#34;1.1&#34; id=&#34;Layer_1&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; xmlns:xlink=&#34;http://www.w3.org/1999/xlink&#34; x=&#34;0px&#34; y=&#34;0px&#34; viewBox=&#34;0 0 2500 2500&#34; style=&#34;enable-background:new 0 0 2500 2500;&#34; xml:space=&#34;preserve&#34;&gt;&lt;style type=&#34;text/css&#34;&gt; .st0{fill:var(--icon-colour__grey);} .st1{fill:#FFF;} .st2{fill:#F4BD19;} .st3{fill:#3CBEB1;} .st4{fill:#E9478C;} .st5{fill:#2C458F;} .st6{fill:#95C63D;} .st7{fill:#176655;} &lt;/style&gt;&lt;g&gt;&lt;path class=&#34;st0&#34; d=&#34;M1240,1071.5c220.3,0,426.2-20,617.7-60c191.5-40,80.9,38.1,191.5-40l114,129.1c0,64.1,99.8,94.5,4,149.3 s-225.9,98.3-390.4,130.4s-343.5,48.1-536.8,48.1s-372.3-16-536.8-48.1s-294.7-75.5-390.4-130.4s-143.6-114.3-143.6-178.5v-237 c110.6,78.1,261.7,137.1,453.2,177.1C813.8,1051.5,1019.7,1071.5,1240,1071.5z M1240,2499.4c-193.4,0-372.3-16-536.8-48.1 s-294.7-75.5-390.4-130.4s-143.6-114.3-143.6-178.5v-237c110.6,78.1,261.7,137.1,453.2,177.1c191.5,40,397.4,60,617.7,60 M1776.8,1915.8c-164.5,32.1-343.5,48.1-536.8,48.1s-372.3-16-536.8-48.1c-164.5-32.1-294.7-75.5-390.4-130.4 S169.1,1671.1,169.1,1607v-237C279.7,1448,430.8,1507,622.3,1547c191.5,40,397.4,60,617.7,60s426.2-20,617.7-60 c191.5-40,163.5-99,274.1-177.1l179.1,237c0,64.1-47.9,123.6-143.6,178.5 M1240,0.6c193.4,0,372.3,16,536.8,48.1 s294.7,75.5,390.4,130.4s143.6,114.3,143.6,178.5v178.5c0,64.1-47.9,123.6-143.6,178.5s-225.9,98.3-390.4,130.4 C1612.3,877,1433.4,893,1240,893s-372.3-16-536.8-48.1c-164.5-32.1-294.7-75.5-390.4-130.4S169.1,600.2,169.1,536.1V357.6 c0-64.1,47.9-123.6,143.6-178.5S538.6,80.8,703.2,48.8S1046.6,0.6,1240,0.6z&#34;/&gt;&lt;/g&gt;&lt;path class=&#34;st1&#34; d=&#34;M2518.6,1692.2c0-151.6-94.2-282.5-234-334c5.9-32,8.9-64.5,8.8-97.1c0-281-228.1-509.1-509.1-509.1 c-163.3,0-316.3,78-412,211.9c-47.1-36.8-104.5-55.9-164.8-55.9c-148.6,0-270.7,120.7-270.7,270.7c0,32.4,5.9,64.7,16.2,94.2 c-141.2,48.6-236.9,183.9-236.9,334c0,151.6,94.2,284,235.4,335.5c-5.9,30.9-8.8,63.3-8.8,97.1c0,279.6,228.1,507.6,507.6,507.6 c164.8,0,316.4-79.5,412-211.9c47.1,36.8,105.9,57.4,166.3,57.4c148.6,0,270.7-120.7,270.7-270.7c0-32.4-5.9-64.7-16.2-94.2 C2421.4,1977.6,2518.5,1842.2,2518.6,1692.2L2518.6,1692.2z&#34;/&gt;&lt;path class=&#34;st2&#34; d=&#34;M1420.9,1522.9l401.7,183.9l406.1-356.1c5.9-29.6,8.9-59.6,8.8-89.8c0-250.1-203-453.2-453.2-453.2 c-150.1,0-289.9,73.6-373.7,197.2l-67.7,350.2L1420.9,1522.9L1420.9,1522.9z&#34;/&gt;&lt;path class=&#34;st3&#34; d=&#34;M1004.5,1948.2c-5.9,29.4-8.8,60.3-8.8,91.2c0,250.1,204.5,454.7,454.7,454.7c151.6,0,291.3-75,376.7-198.6 l66.2-350.2l-89.8-170.7l-403.2-183.9L1004.5,1948.2L1004.5,1948.2z&#34;/&gt;&lt;path class=&#34;st4&#34; d=&#34;M1001.5,1252.2l275.2,64.7l61.8-313.4c-38.3-29.4-83.9-44.1-132.4-44.1c-119.2,0-217.8,97.1-217.8,217.8 C988.3,1202.2,992.7,1228.7,1001.5,1252.2L1001.5,1252.2z&#34;/&gt;&lt;path class=&#34;st5&#34; d=&#34;M978,1318.4c-123.6,39.7-208.9,158.9-208.9,288.4c0,126.5,78,239.8,195.7,284l387-350.2l-70.6-151.5L978,1318.4 L978,1318.4z&#34;/&gt;&lt;path class=&#34;st6&#34; d=&#34;M1897.6,2294c38.3,29.4,83.9,45.6,131,45.6c119.2,0,217.8-97.1,217.8-217.8c0-26.5-4.4-51.5-13.2-75 l-275.2-64.7L1897.6,2294L1897.6,2294z&#34;/&gt;&lt;path class=&#34;st7&#34; d=&#34;M1953.5,1909.9l303.1,70.6c123.6-41.2,208.9-158.9,208.9-288.4c0-126.5-78-238.4-195.7-284l-397.3,347.2 L1953.5,1909.9L1953.5,1909.9z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
            &lt;/span&gt;
            &lt;span class=&#34;pipeline-element-text&#34;&gt;ElasticIndexingFilter&lt;/span&gt;
          &lt;/span&gt;
        &lt;/span&gt;
      &lt;/a&gt;

      
      
        &lt;/div&gt;
      
    
  
    
      
      
        
          &lt;div class=&#34;pipeline-separator pipeline-item&#34;&gt;
          &lt;/div&gt;
        
        &lt;div class=&#34;pipeline-item&#34;&gt;
        

    
  








 







  
  

  
  

  
  
  

  
  

  
  

  

    
    

    
      
      
      

      
      &lt;a href=&#34;../../docs/reference-section/pipeline-elements#recordcountfilter&#34; class=&#34;&#34; style=&#34;&#34; title=&#34;&#34;&gt;
        &lt;span class=&#34;stroom-theme-dark pipeline-element&#34; title=&#34;RecordCountFilter &amp;#34;recordCount (written)&amp;#34;&#34; &gt;
          &lt;span class=&#34;pipeline-element-content&#34; &gt;
            &lt;span class=&#34;pipeline-element-icon&#34;&gt;
              &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Record count&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__blue)&#34; d=&#34;m 288,333.95508 c -26.66667,0 -49.33333,9.33333 -68,28 -18.66667,18.66666 -28,41.33333 -28,68 0.0805,246.24683 0,490.77231 0,736.97462 0,26.6667 9.33333,49.3333 28,68 18.66667,18.6667 41.33333,28 68,28 l 1216,0 c 26.6667,0 49.3333,-9.3333 68,-28 18.6667,-18.6667 28,-41.3333 28,-68 -0.078,-246.27922 0,-490.86553 0,-736.97462 0,-26.66667 -9.3333,-49.33334 -28,-68 -18.6667,-18.66667 -41.3333,-28 -68,-28 z&#34;/&gt;&lt;path style=&#34;fill:var(--icon-colour__white)&#34; d=&#34;M 877.22852 517.63477 C 848.44694 517.63477 822.54479 522.26523 799.51953 531.52539 C 776.49426 540.53528 756.84792 552.92215 740.58008 568.68945 C 724.5625 584.45675 712.17368 602.97861 703.41406 624.25195 C 694.90473 645.27502 690.65039 667.67313 690.65039 691.44922 L 780.74805 691.44922 C 780.74805 660.16489 788.38168 635.63863 803.64844 617.86914 C 819.16546 600.09964 843.19282 591.21484 875.72852 591.21484 C 888.24225 591.21484 899.50464 593.34299 909.51562 597.59766 C 919.77689 601.85232 928.41028 607.85867 935.41797 615.61719 C 942.67594 623.12543 948.18143 632.25968 951.93555 643.02148 C 955.93994 653.53302 957.94336 665.04681 957.94336 677.56055 C 957.94336 687.07098 956.6922 696.45468 954.18945 705.71484 C 951.68671 714.975 947.43237 724.98624 941.42578 735.74805 C 935.41919 746.50985 927.2847 758.39783 917.02344 771.41211 C 907.01246 784.17612 894.4989 798.94254 879.48242 815.71094 L 701.53711 1009.7988 L 701.53711 1071.7422 L 1068.6895 1071.7422 L 1068.6895 1000.0391 L 813.0332 1000.0391 L 936.91992 867.14258 C 952.68722 850.37418 967.32892 834.10714 980.84375 818.33984 C 994.35856 802.32227 1005.9951 786.42941 1015.7559 770.66211 C 1025.5166 754.89481 1033.1502 739.12668 1038.6562 723.35938 C 1044.1623 707.3418 1046.916 690.82531 1046.916 673.80664 C 1046.916 651.03165 1043.1606 630.1322 1035.6523 611.11133 C 1028.1441 592.09046 1017.1331 575.6987 1002.6172 561.93359 C 988.10125 547.91822 970.33166 537.03 949.30859 529.27148 C 928.28553 521.51297 904.25818 517.63477 877.22852 517.63477 z M 1337.4844 517.63477 C 1312.2066 517.63477 1288.9315 521.51297 1267.6582 529.27148 C 1246.3849 536.77972 1227.9897 547.29181 1212.4727 560.80664 C 1197.2059 574.07119 1185.1932 589.83933 1176.4336 608.10938 C 1167.9243 626.37941 1163.668 646.27521 1163.668 667.79883 L 1253.3926 667.79883 C 1253.3926 655.78565 1255.5188 645.02411 1259.7734 635.51367 C 1264.0281 626.00324 1269.9097 617.86874 1277.418 611.11133 C 1285.1765 604.35391 1294.1861 599.22455 1304.4473 595.7207 C 1314.9588 591.96658 1326.3479 590.08789 1338.6113 590.08789 C 1366.6421 590.08789 1387.5396 597.34735 1401.3047 611.86328 C 1415.3201 626.12893 1422.3281 646.52558 1422.3281 673.05469 C 1422.3281 685.56842 1420.3247 697.08026 1416.3203 707.5918 C 1412.5662 717.85306 1406.8113 726.73786 1399.0527 734.24609 C 1391.2943 741.75433 1381.5325 747.63596 1369.7695 751.89062 C 1358.0066 755.89502 1344.2419 757.89844 1328.4746 757.89844 L 1274.791 757.89844 L 1274.791 828.47461 L 1328.4746 828.47461 C 1344.2419 828.47461 1358.3828 830.22662 1370.8965 833.73047 C 1383.4102 837.23431 1394.047 842.74176 1402.8066 850.25 C 1411.8165 857.50796 1418.6979 866.89166 1423.4531 878.4043 C 1428.2083 889.66666 1430.5859 903.18192 1430.5859 918.94922 C 1430.5859 947.7308 1422.3267 969.75474 1405.8086 985.02148 C 1389.5407 1000.038 1367.1427 1007.5469 1338.6113 1007.5469 C 1324.8463 1007.5469 1312.4574 1005.5454 1301.4453 1001.541 C 1290.4332 997.53661 1280.9229 992.02917 1272.9141 985.02148 C 1265.1556 977.76352 1259.1492 969.13013 1254.8945 959.11914 C 1250.6399 948.85788 1248.5117 937.72021 1248.5117 925.70703 L 1158.7891 925.70703 C 1158.7891 950.98476 1163.669 973.2601 1173.4297 992.53125 C 1183.1904 1011.5521 1196.2048 1027.5697 1212.4727 1040.584 C 1228.9908 1053.348 1248.0116 1062.9831 1269.5352 1069.4902 C 1291.0588 1075.9974 1313.7083 1079.25 1337.4844 1079.25 C 1363.2626 1079.25 1387.29 1075.7459 1409.5645 1068.7383 C 1431.8389 1061.4803 1451.1091 1051.0949 1467.377 1037.5801 C 1483.8951 1023.815 1496.7848 1006.9204 1506.0449 986.89844 C 1515.3051 966.87647 1519.9355 944.10223 1519.9355 918.57422 C 1519.9355 905.30966 1518.433 892.29525 1515.4297 879.53125 C 1512.4264 866.76724 1507.4218 854.87927 1500.4141 843.86719 C 1493.4064 832.60483 1484.2701 822.46887 1473.0078 813.45898 C 1461.7454 804.4491 1447.856 797.06687 1431.3379 791.31055 C 1445.103 785.05368 1456.991 777.42004 1467.002 768.41016 C 1477.2632 759.15 1485.6472 749.26349 1492.1543 738.75195 C 1498.9117 728.24042 1503.9163 717.35416 1507.1699 706.0918 C 1510.4235 694.82944 1512.0508 683.8165 1512.0508 673.05469 C 1512.0508 647.52668 1507.7964 625.12662 1499.2871 605.85547 C 1490.7778 586.33406 1478.8898 570.06701 1463.623 557.05273 C 1448.3563 544.03845 1429.9612 534.27667 1408.4375 527.76953 C 1386.9139 521.01212 1363.2626 517.63477 1337.4844 517.63477 z M 496.5625 525.14258 L 272.06641 608.10938 L 272.06641 686.94531 L 411.71875 635.88867 L 411.71875 1071.7422 L 502.19336 1071.7422 L 502.19336 525.14258 L 496.5625 525.14258 z &#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;
            &lt;/span&gt;
            &lt;span class=&#34;pipeline-element-text&#34;&gt;recordCount (written)&lt;/span&gt;
          &lt;/span&gt;
        &lt;/span&gt;
      &lt;/a&gt;

      
      
        &lt;/div&gt;
      
    
  
    
      
      
    
  
&lt;/div&gt;


&lt;p&gt;&lt;strong&gt;Markdown:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The markdown for the two examples above is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; pipe &amp;gt;}}
  {{&amp;lt; pipe-elm &amp;quot;Source&amp;quot; &amp;gt;}}
  {{&amp;lt; pipe-elm &amp;quot;XMLParser&amp;quot; &amp;gt;}}
  {{&amp;lt; pipe-elm &amp;quot;RecordCountFilter&amp;quot; &amp;quot;recordCount (read)&amp;quot; &amp;gt;}}
  {{&amp;lt; pipe-elm &amp;quot;SplitFilter&amp;quot; &amp;gt;}}
  {{&amp;lt; pipe-elm &amp;quot;IdEnrichmentFilter&amp;quot; &amp;gt;}}
  {{&amp;lt; pipe-elm &amp;quot;XSLTFilter&amp;quot; &amp;gt;}}
  {{&amp;lt; pipe-elm &amp;quot;SchemaFilter&amp;quot; &amp;gt;}}
  {{&amp;lt; pipe-elm &amp;quot;ElasticIndexingFilter&amp;quot; &amp;gt;}}
  {{&amp;lt; pipe-elm &amp;quot;RecordCountFilter&amp;quot; &amp;quot;recordCount (written)&amp;quot; &amp;gt;}}
{{&amp;lt; /pipe &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Each element is a clickable link to the appropriate reference page for that element.
Pipelines cannot be used in-line in text.&lt;/p&gt;
&lt;p&gt;For details on how to use &lt;code&gt;pipe-elm&lt;/code&gt; see &lt;a href=&#34;#pipeline-elements&#34;&gt;pipeline elements&lt;/a&gt; above.
The list of available pipeline elements can be found in this &lt;a href=&#34;../../community/documentation/style-guide/icon-gallery/#pipeline-elements&#34;&gt;gallery&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;stroom-document-tabs&#34;&gt;Stroom document tabs&lt;/h3&gt;
&lt;p&gt;To display a top level Stroom document tab, like 












&lt;span class=&#34;stroom-theme-dark stroom-tab &#34; title=&#34;Index tab - &#39;Big Index&#39;&#34; &gt;
  &lt;span class=&#34;stroom-tab-icon&#34;&gt;
    &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Index&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__orange)&#34; d=&#34;M896 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5-103-128v-170q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5-103-128v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5-103-128v-170q119 84 325 127t443 43zm0-1152q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5-103-128v-128q0-69 103-128t280-93.5 385-34.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;
  &lt;/span&gt;
  &lt;span class=&#34;stroom-tab-name&#34;&gt;Big Index&lt;/span&gt;
  &lt;span class=&#34;stroom-tab-cross&#34;&gt;
    &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Tab close&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; version=&#34;1.1&#34; height=&#34;45&#34; width=&#34;45&#34; viewBox=&#34;0 0 45 45&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:4.5;stroke-linecap:round;&#34; transform=&#34;translate(13.9661017,13.5677966)&#34;&gt;&lt;path d=&#34;M -2.5783352e-4,-0.00146808 17.435473,18.212367&#34;/&gt;&lt;path d=&#34;M -2.5783352e-4,18.212367 17.435473,-0.00146808&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
  &lt;/span&gt;
&lt;/span&gt;

, you can use the shortcode &lt;code&gt;stroom-tab&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Arguments&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;icon_filename&lt;/code&gt; - The filename of the icon to use (relative to &lt;code&gt;assets/images/stroom-ui/document/&lt;/code&gt;) (case sensitive), e.g. &lt;code&gt;Pipeline.svg&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;title&lt;/code&gt; - The text to display in the tab, e.g. &lt;code&gt;Indexing Pipeline&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;state&lt;/code&gt; (optional) - Whether the tab is active or not (&lt;code&gt;active&lt;/code&gt; or &lt;code&gt;inactive&lt;/code&gt;). Defaults to &lt;code&gt;inactive&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For a full list of all available icons see the &lt;a href=&#34;../../community/documentation/style-guide/icon-gallery/#document-type-icons&#34;&gt;Icon Gallery&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Examples:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Simple: 












&lt;span class=&#34;stroom-theme-dark stroom-tab &#34; title=&#34;Feed tab - &#39;MY_FEED&#39;&#34; &gt;
  &lt;span class=&#34;stroom-tab-icon&#34;&gt;
    &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Feed&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__green)&#34; d=&#34;m 938.50195,211.41007 c -5.56299,0.0388 -11.74705,1.29983 -18.55468,3.7832 -18.1537,6.6223 -30.41561,18.62426 -36.78321,36.00781 L 781.2832,529.3378 l -636.59961,0 c -11.58903,0 -22.47327,3.72569 -32.65234,11.17578 -10.17907,7.4501 -17.391684,16.96956 -21.636719,28.5586 L 3.0683594,807.47452 c -4.2450584,11.5891 -4.00823944,21.10849 0.7128906,28.55859 4.72114,7.4501 12.877765,11.17578 24.466797,11.17578 358.940143,-0.86657 728.661783,-0.53744 1037.093753,-0.52148 l 192.0293,-132.33789 c 11.3101,-8.27788 19.0869,-18.21175 23.332,-29.80078 3.9418,-10.76125 3.2906,-20.28072 -1.9551,-28.5586 L 961.13086,221.4003 c -5.81425,-6.72578 -13.35726,-10.05491 -22.62891,-9.99023 z m 509.37505,415.625 c -5.563,0.0388 -11.7471,1.29983 -18.5547,3.7832 -18.1537,6.6223 -30.4156,18.62426 -36.7832,36.00781 l -101.8809,278.13672 -762.55273,0 c -11.58903,0 -22.47327,3.72569 -32.65235,11.17578 -10.17906,7.4501 -17.39165,16.96957 -21.63671,28.5586 l -87.32618,238.40232 c -4.24506,11.5891 -4.00824,21.1085 0.71289,28.5586 4.72113,7.4501 12.87777,11.1758 24.4668,11.1758 l 762.55278,0 -101.8809,278.1367 c -6.0644,16.5558 -2.5987,28.5577 10.4004,36.0078 13.3022,6.6223 28.6997,4.1399 46.1894,-7.4492 l 637.8145,-439.5547 c 11.3101,-8.2779 19.0869,-18.2117 23.332,-29.8008 3.9418,-10.7612 3.2906,-20.2807 -1.9551,-28.5586 L 1470.5059,637.0253 c -5.8143,-6.72578 -13.3573,-10.05491 -22.6289,-9.99023 z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;
  &lt;/span&gt;
  &lt;span class=&#34;stroom-tab-name&#34;&gt;MY_FEED&lt;/span&gt;
  &lt;span class=&#34;stroom-tab-cross&#34;&gt;
    &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Tab close&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; version=&#34;1.1&#34; height=&#34;45&#34; width=&#34;45&#34; viewBox=&#34;0 0 45 45&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:4.5;stroke-linecap:round;&#34; transform=&#34;translate(13.9661017,13.5677966)&#34;&gt;&lt;path d=&#34;M -2.5783352e-4,-0.00146808 17.435473,18.212367&#34;/&gt;&lt;path d=&#34;M -2.5783352e-4,18.212367 17.435473,-0.00146808&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
  &lt;/span&gt;
&lt;/span&gt;

&lt;/p&gt;
&lt;p&gt;Custom name: 












&lt;span class=&#34;stroom-theme-dark stroom-tab &#34; title=&#34;Xslt tab - &#39;My Translation&#39;&#34; &gt;
  &lt;span class=&#34;stroom-tab-icon&#34;&gt;
    &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Xslt&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__xsl-background)&#34; d=&#34;M 684.30664 211.38672 C 672.42766 211.38672 661.91891 215.95413 652.78125 225.0918 L 14.058594 863.81641 C 4.9209141 872.95409 0.3515625 883.46088 0.3515625 895.33984 C 0.3515625 907.21882 4.9209142 917.72756 14.058594 926.86523 L 652.78125 1565.5898 C 661.91891 1574.7275 672.42766 1579.2949 684.30664 1579.2949 C 696.1856 1579.2949 706.69435 1574.7275 715.83203 1565.5898 L 784.36523 1497.0566 C 793.5029 1487.9191 798.07031 1477.4102 798.07031 1465.5312 C 798.07031 1453.6524 793.5029 1443.1436 784.36523 1434.0059 L 245.69922 895.33984 L 784.36523 356.67578 C 793.5029 347.53811 798.07031 337.02937 798.07031 325.15039 C 798.07031 313.27142 793.5029 302.76268 784.36523 293.625 L 715.83203 225.0918 C 706.69435 215.95413 696.1856 211.38672 684.30664 211.38672 z M 1107.9082 211.38672 C 1096.0293 211.38672 1085.5225 215.95414 1076.3848 225.0918 L 1007.8516 293.625 C 998.71402 302.76268 994.14453 313.27142 994.14453 325.15039 C 994.14453 337.02937 998.71402 347.53811 1007.8516 356.67578 L 1546.5176 895.33984 L 1007.8516 1434.0059 C 998.71402 1443.1436 994.14453 1453.6523 994.14453 1465.5312 C 994.14453 1477.4102 998.71402 1487.9191 1007.8516 1497.0566 L 1076.3848 1565.5898 C 1085.5225 1574.7275 1096.0293 1579.2949 1107.9082 1579.2949 C 1119.7872 1579.2949 1130.2959 1574.7275 1139.4336 1565.5898 L 1778.1582 926.86523 C 1787.2959 917.72756 1791.8633 907.21882 1791.8633 895.33984 C 1791.8633 883.46088 1787.2959 872.95409 1778.1582 863.81641 L 1139.4336 225.0918 C 1130.2959 215.95414 1119.7872 211.38672 1107.9082 211.38672 z &#34;/&gt;&lt;path style=&#34;fill:var(--icon-colour__black)&#34; d=&#34;M 914.01562 609.75391 C 846.69543 609.75391 793.7585 624.0295 755.20508 652.58203 C 716.65166 681.13457 697.375 720.39439 697.375 770.36133 C 697.375 809.25185 709.09092 840.2669 732.51953 863.4043 C 755.94815 886.29555 800.72934 908.20094 866.86328 929.12305 L 931.36523 949.42969 C 953.90415 956.5678 971.1042 966.4135 982.9668 978.9668 C 994.82939 991.27392 1000.7617 1005.6745 1000.7617 1022.166 C 1000.7617 1044.0727 991.86421 1061.1792 974.07031 1073.4863 C 956.27643 1085.5473 931.21618 1091.5781 898.89062 1091.5781 C 866.86163 1091.5781 834.38939 1086.5313 801.4707 1076.4395 C 768.84858 1066.3477 735.03956 1050.9651 700.04492 1030.2891 L 700.04492 1142.8984 C 730.88766 1155.6978 762.76881 1165.2975 795.6875 1171.6973 C 828.90275 1178.3431 861.96998 1181.666 894.88867 1181.666 C 974.96115 1181.666 1034.719 1168.0054 1074.1621 1140.6836 C 1113.9018 1113.1156 1133.7715 1071.5169 1133.7715 1015.8887 C 1133.7715 975.02903 1121.167 941.18506 1095.959 914.35547 C 1070.751 887.52595 1031.4559 865.98759 978.07422 849.74219 L 921.57812 832.01953 C 882.43158 819.95854 856.6315 809.00586 844.17578 799.16016 C 832.01663 789.06832 825.93555 776.3917 825.93555 761.13086 C 825.93555 741.43946 834.38878 726.30288 851.29297 715.71875 C 868.19716 705.13462 892.51562 699.8418 924.24805 699.8418 C 952.71826 699.8418 981.4855 704.14869 1010.5488 712.76367 C 1039.6122 721.37867 1068.2307 733.93228 1096.4043 750.42383 L 1096.4043 644.08984 C 1066.4513 632.76728 1036.2005 624.27651 1005.6543 618.61523 C 975.10813 612.70782 944.56179 609.75391 914.01562 609.75391 z M 109.28711 619.72266 L 298.79297 891.09375 L 103.94922 1170.959 L 239.62891 1170.959 L 365.96484 988.56641 L 492.74609 1170.959 L 628.42383 1170.959 L 434.4707 891.09375 L 623.08594 619.72266 L 487.4082 619.72266 L 365.96484 795.09961 L 244.9668 619.72266 L 109.28711 619.72266 z M 1288.1328 619.72266 L 1288.1328 1170.959 L 1700.0605 1170.959 L 1700.0605 1074.9629 L 1419.3633 1074.9629 L 1419.3633 619.72266 L 1288.1328 619.72266 z &#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;
  &lt;/span&gt;
  &lt;span class=&#34;stroom-tab-name&#34;&gt;My Translation&lt;/span&gt;
  &lt;span class=&#34;stroom-tab-cross&#34;&gt;
    &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Tab close&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; version=&#34;1.1&#34; height=&#34;45&#34; width=&#34;45&#34; viewBox=&#34;0 0 45 45&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:4.5;stroke-linecap:round;&#34; transform=&#34;translate(13.9661017,13.5677966)&#34;&gt;&lt;path d=&#34;M -2.5783352e-4,-0.00146808 17.435473,18.212367&#34;/&gt;&lt;path d=&#34;M -2.5783352e-4,18.212367 17.435473,-0.00146808&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
  &lt;/span&gt;
&lt;/span&gt;

&lt;/p&gt;
&lt;p&gt;Active/Inactive: 








  





&lt;span class=&#34;stroom-theme-dark stroom-tab stroom-tab-active&#34; title=&#34;Xslt tab - &#39;My Translation&#39;&#34; &gt;
  &lt;span class=&#34;stroom-tab-icon&#34;&gt;
    &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Xslt&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__xsl-background)&#34; d=&#34;M 684.30664 211.38672 C 672.42766 211.38672 661.91891 215.95413 652.78125 225.0918 L 14.058594 863.81641 C 4.9209141 872.95409 0.3515625 883.46088 0.3515625 895.33984 C 0.3515625 907.21882 4.9209142 917.72756 14.058594 926.86523 L 652.78125 1565.5898 C 661.91891 1574.7275 672.42766 1579.2949 684.30664 1579.2949 C 696.1856 1579.2949 706.69435 1574.7275 715.83203 1565.5898 L 784.36523 1497.0566 C 793.5029 1487.9191 798.07031 1477.4102 798.07031 1465.5312 C 798.07031 1453.6524 793.5029 1443.1436 784.36523 1434.0059 L 245.69922 895.33984 L 784.36523 356.67578 C 793.5029 347.53811 798.07031 337.02937 798.07031 325.15039 C 798.07031 313.27142 793.5029 302.76268 784.36523 293.625 L 715.83203 225.0918 C 706.69435 215.95413 696.1856 211.38672 684.30664 211.38672 z M 1107.9082 211.38672 C 1096.0293 211.38672 1085.5225 215.95414 1076.3848 225.0918 L 1007.8516 293.625 C 998.71402 302.76268 994.14453 313.27142 994.14453 325.15039 C 994.14453 337.02937 998.71402 347.53811 1007.8516 356.67578 L 1546.5176 895.33984 L 1007.8516 1434.0059 C 998.71402 1443.1436 994.14453 1453.6523 994.14453 1465.5312 C 994.14453 1477.4102 998.71402 1487.9191 1007.8516 1497.0566 L 1076.3848 1565.5898 C 1085.5225 1574.7275 1096.0293 1579.2949 1107.9082 1579.2949 C 1119.7872 1579.2949 1130.2959 1574.7275 1139.4336 1565.5898 L 1778.1582 926.86523 C 1787.2959 917.72756 1791.8633 907.21882 1791.8633 895.33984 C 1791.8633 883.46088 1787.2959 872.95409 1778.1582 863.81641 L 1139.4336 225.0918 C 1130.2959 215.95414 1119.7872 211.38672 1107.9082 211.38672 z &#34;/&gt;&lt;path style=&#34;fill:var(--icon-colour__black)&#34; d=&#34;M 914.01562 609.75391 C 846.69543 609.75391 793.7585 624.0295 755.20508 652.58203 C 716.65166 681.13457 697.375 720.39439 697.375 770.36133 C 697.375 809.25185 709.09092 840.2669 732.51953 863.4043 C 755.94815 886.29555 800.72934 908.20094 866.86328 929.12305 L 931.36523 949.42969 C 953.90415 956.5678 971.1042 966.4135 982.9668 978.9668 C 994.82939 991.27392 1000.7617 1005.6745 1000.7617 1022.166 C 1000.7617 1044.0727 991.86421 1061.1792 974.07031 1073.4863 C 956.27643 1085.5473 931.21618 1091.5781 898.89062 1091.5781 C 866.86163 1091.5781 834.38939 1086.5313 801.4707 1076.4395 C 768.84858 1066.3477 735.03956 1050.9651 700.04492 1030.2891 L 700.04492 1142.8984 C 730.88766 1155.6978 762.76881 1165.2975 795.6875 1171.6973 C 828.90275 1178.3431 861.96998 1181.666 894.88867 1181.666 C 974.96115 1181.666 1034.719 1168.0054 1074.1621 1140.6836 C 1113.9018 1113.1156 1133.7715 1071.5169 1133.7715 1015.8887 C 1133.7715 975.02903 1121.167 941.18506 1095.959 914.35547 C 1070.751 887.52595 1031.4559 865.98759 978.07422 849.74219 L 921.57812 832.01953 C 882.43158 819.95854 856.6315 809.00586 844.17578 799.16016 C 832.01663 789.06832 825.93555 776.3917 825.93555 761.13086 C 825.93555 741.43946 834.38878 726.30288 851.29297 715.71875 C 868.19716 705.13462 892.51562 699.8418 924.24805 699.8418 C 952.71826 699.8418 981.4855 704.14869 1010.5488 712.76367 C 1039.6122 721.37867 1068.2307 733.93228 1096.4043 750.42383 L 1096.4043 644.08984 C 1066.4513 632.76728 1036.2005 624.27651 1005.6543 618.61523 C 975.10813 612.70782 944.56179 609.75391 914.01562 609.75391 z M 109.28711 619.72266 L 298.79297 891.09375 L 103.94922 1170.959 L 239.62891 1170.959 L 365.96484 988.56641 L 492.74609 1170.959 L 628.42383 1170.959 L 434.4707 891.09375 L 623.08594 619.72266 L 487.4082 619.72266 L 365.96484 795.09961 L 244.9668 619.72266 L 109.28711 619.72266 z M 1288.1328 619.72266 L 1288.1328 1170.959 L 1700.0605 1170.959 L 1700.0605 1074.9629 L 1419.3633 1074.9629 L 1419.3633 619.72266 L 1288.1328 619.72266 z &#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;
  &lt;/span&gt;
  &lt;span class=&#34;stroom-tab-name&#34;&gt;My Translation&lt;/span&gt;
  &lt;span class=&#34;stroom-tab-cross&#34;&gt;
    &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Tab close&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; version=&#34;1.1&#34; height=&#34;45&#34; width=&#34;45&#34; viewBox=&#34;0 0 45 45&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:4.5;stroke-linecap:round;&#34; transform=&#34;translate(13.9661017,13.5677966)&#34;&gt;&lt;path d=&#34;M -2.5783352e-4,-0.00146808 17.435473,18.212367&#34;/&gt;&lt;path d=&#34;M -2.5783352e-4,18.212367 17.435473,-0.00146808&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
  &lt;/span&gt;
&lt;/span&gt;

 












&lt;span class=&#34;stroom-theme-dark stroom-tab &#34; title=&#34;Xslt tab - &#39;My Translation&#39;&#34; &gt;
  &lt;span class=&#34;stroom-tab-icon&#34;&gt;
    &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Xslt&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__xsl-background)&#34; d=&#34;M 684.30664 211.38672 C 672.42766 211.38672 661.91891 215.95413 652.78125 225.0918 L 14.058594 863.81641 C 4.9209141 872.95409 0.3515625 883.46088 0.3515625 895.33984 C 0.3515625 907.21882 4.9209142 917.72756 14.058594 926.86523 L 652.78125 1565.5898 C 661.91891 1574.7275 672.42766 1579.2949 684.30664 1579.2949 C 696.1856 1579.2949 706.69435 1574.7275 715.83203 1565.5898 L 784.36523 1497.0566 C 793.5029 1487.9191 798.07031 1477.4102 798.07031 1465.5312 C 798.07031 1453.6524 793.5029 1443.1436 784.36523 1434.0059 L 245.69922 895.33984 L 784.36523 356.67578 C 793.5029 347.53811 798.07031 337.02937 798.07031 325.15039 C 798.07031 313.27142 793.5029 302.76268 784.36523 293.625 L 715.83203 225.0918 C 706.69435 215.95413 696.1856 211.38672 684.30664 211.38672 z M 1107.9082 211.38672 C 1096.0293 211.38672 1085.5225 215.95414 1076.3848 225.0918 L 1007.8516 293.625 C 998.71402 302.76268 994.14453 313.27142 994.14453 325.15039 C 994.14453 337.02937 998.71402 347.53811 1007.8516 356.67578 L 1546.5176 895.33984 L 1007.8516 1434.0059 C 998.71402 1443.1436 994.14453 1453.6523 994.14453 1465.5312 C 994.14453 1477.4102 998.71402 1487.9191 1007.8516 1497.0566 L 1076.3848 1565.5898 C 1085.5225 1574.7275 1096.0293 1579.2949 1107.9082 1579.2949 C 1119.7872 1579.2949 1130.2959 1574.7275 1139.4336 1565.5898 L 1778.1582 926.86523 C 1787.2959 917.72756 1791.8633 907.21882 1791.8633 895.33984 C 1791.8633 883.46088 1787.2959 872.95409 1778.1582 863.81641 L 1139.4336 225.0918 C 1130.2959 215.95414 1119.7872 211.38672 1107.9082 211.38672 z &#34;/&gt;&lt;path style=&#34;fill:var(--icon-colour__black)&#34; d=&#34;M 914.01562 609.75391 C 846.69543 609.75391 793.7585 624.0295 755.20508 652.58203 C 716.65166 681.13457 697.375 720.39439 697.375 770.36133 C 697.375 809.25185 709.09092 840.2669 732.51953 863.4043 C 755.94815 886.29555 800.72934 908.20094 866.86328 929.12305 L 931.36523 949.42969 C 953.90415 956.5678 971.1042 966.4135 982.9668 978.9668 C 994.82939 991.27392 1000.7617 1005.6745 1000.7617 1022.166 C 1000.7617 1044.0727 991.86421 1061.1792 974.07031 1073.4863 C 956.27643 1085.5473 931.21618 1091.5781 898.89062 1091.5781 C 866.86163 1091.5781 834.38939 1086.5313 801.4707 1076.4395 C 768.84858 1066.3477 735.03956 1050.9651 700.04492 1030.2891 L 700.04492 1142.8984 C 730.88766 1155.6978 762.76881 1165.2975 795.6875 1171.6973 C 828.90275 1178.3431 861.96998 1181.666 894.88867 1181.666 C 974.96115 1181.666 1034.719 1168.0054 1074.1621 1140.6836 C 1113.9018 1113.1156 1133.7715 1071.5169 1133.7715 1015.8887 C 1133.7715 975.02903 1121.167 941.18506 1095.959 914.35547 C 1070.751 887.52595 1031.4559 865.98759 978.07422 849.74219 L 921.57812 832.01953 C 882.43158 819.95854 856.6315 809.00586 844.17578 799.16016 C 832.01663 789.06832 825.93555 776.3917 825.93555 761.13086 C 825.93555 741.43946 834.38878 726.30288 851.29297 715.71875 C 868.19716 705.13462 892.51562 699.8418 924.24805 699.8418 C 952.71826 699.8418 981.4855 704.14869 1010.5488 712.76367 C 1039.6122 721.37867 1068.2307 733.93228 1096.4043 750.42383 L 1096.4043 644.08984 C 1066.4513 632.76728 1036.2005 624.27651 1005.6543 618.61523 C 975.10813 612.70782 944.56179 609.75391 914.01562 609.75391 z M 109.28711 619.72266 L 298.79297 891.09375 L 103.94922 1170.959 L 239.62891 1170.959 L 365.96484 988.56641 L 492.74609 1170.959 L 628.42383 1170.959 L 434.4707 891.09375 L 623.08594 619.72266 L 487.4082 619.72266 L 365.96484 795.09961 L 244.9668 619.72266 L 109.28711 619.72266 z M 1288.1328 619.72266 L 1288.1328 1170.959 L 1700.0605 1170.959 L 1700.0605 1074.9629 L 1419.3633 1074.9629 L 1419.3633 619.72266 L 1288.1328 619.72266 z &#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;
  &lt;/span&gt;
  &lt;span class=&#34;stroom-tab-name&#34;&gt;My Translation&lt;/span&gt;
  &lt;span class=&#34;stroom-tab-cross&#34;&gt;
    &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Tab close&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; version=&#34;1.1&#34; height=&#34;45&#34; width=&#34;45&#34; viewBox=&#34;0 0 45 45&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:4.5;stroke-linecap:round;&#34; transform=&#34;translate(13.9661017,13.5677966)&#34;&gt;&lt;path d=&#34;M -2.5783352e-4,-0.00146808 17.435473,18.212367&#34;/&gt;&lt;path d=&#34;M -2.5783352e-4,18.212367 17.435473,-0.00146808&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
  &lt;/span&gt;
&lt;/span&gt;

&lt;/p&gt;
&lt;p&gt;Unsaved: 








  



  



&lt;span class=&#34;stroom-theme-dark stroom-tab stroom-tab-active&#34; title=&#34;Xslt tab - &#39;My Translation&#39;&#34; &gt;
  &lt;span class=&#34;stroom-tab-icon&#34;&gt;
    &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Xslt&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__xsl-background)&#34; d=&#34;M 684.30664 211.38672 C 672.42766 211.38672 661.91891 215.95413 652.78125 225.0918 L 14.058594 863.81641 C 4.9209141 872.95409 0.3515625 883.46088 0.3515625 895.33984 C 0.3515625 907.21882 4.9209142 917.72756 14.058594 926.86523 L 652.78125 1565.5898 C 661.91891 1574.7275 672.42766 1579.2949 684.30664 1579.2949 C 696.1856 1579.2949 706.69435 1574.7275 715.83203 1565.5898 L 784.36523 1497.0566 C 793.5029 1487.9191 798.07031 1477.4102 798.07031 1465.5312 C 798.07031 1453.6524 793.5029 1443.1436 784.36523 1434.0059 L 245.69922 895.33984 L 784.36523 356.67578 C 793.5029 347.53811 798.07031 337.02937 798.07031 325.15039 C 798.07031 313.27142 793.5029 302.76268 784.36523 293.625 L 715.83203 225.0918 C 706.69435 215.95413 696.1856 211.38672 684.30664 211.38672 z M 1107.9082 211.38672 C 1096.0293 211.38672 1085.5225 215.95414 1076.3848 225.0918 L 1007.8516 293.625 C 998.71402 302.76268 994.14453 313.27142 994.14453 325.15039 C 994.14453 337.02937 998.71402 347.53811 1007.8516 356.67578 L 1546.5176 895.33984 L 1007.8516 1434.0059 C 998.71402 1443.1436 994.14453 1453.6523 994.14453 1465.5312 C 994.14453 1477.4102 998.71402 1487.9191 1007.8516 1497.0566 L 1076.3848 1565.5898 C 1085.5225 1574.7275 1096.0293 1579.2949 1107.9082 1579.2949 C 1119.7872 1579.2949 1130.2959 1574.7275 1139.4336 1565.5898 L 1778.1582 926.86523 C 1787.2959 917.72756 1791.8633 907.21882 1791.8633 895.33984 C 1791.8633 883.46088 1787.2959 872.95409 1778.1582 863.81641 L 1139.4336 225.0918 C 1130.2959 215.95414 1119.7872 211.38672 1107.9082 211.38672 z &#34;/&gt;&lt;path style=&#34;fill:var(--icon-colour__black)&#34; d=&#34;M 914.01562 609.75391 C 846.69543 609.75391 793.7585 624.0295 755.20508 652.58203 C 716.65166 681.13457 697.375 720.39439 697.375 770.36133 C 697.375 809.25185 709.09092 840.2669 732.51953 863.4043 C 755.94815 886.29555 800.72934 908.20094 866.86328 929.12305 L 931.36523 949.42969 C 953.90415 956.5678 971.1042 966.4135 982.9668 978.9668 C 994.82939 991.27392 1000.7617 1005.6745 1000.7617 1022.166 C 1000.7617 1044.0727 991.86421 1061.1792 974.07031 1073.4863 C 956.27643 1085.5473 931.21618 1091.5781 898.89062 1091.5781 C 866.86163 1091.5781 834.38939 1086.5313 801.4707 1076.4395 C 768.84858 1066.3477 735.03956 1050.9651 700.04492 1030.2891 L 700.04492 1142.8984 C 730.88766 1155.6978 762.76881 1165.2975 795.6875 1171.6973 C 828.90275 1178.3431 861.96998 1181.666 894.88867 1181.666 C 974.96115 1181.666 1034.719 1168.0054 1074.1621 1140.6836 C 1113.9018 1113.1156 1133.7715 1071.5169 1133.7715 1015.8887 C 1133.7715 975.02903 1121.167 941.18506 1095.959 914.35547 C 1070.751 887.52595 1031.4559 865.98759 978.07422 849.74219 L 921.57812 832.01953 C 882.43158 819.95854 856.6315 809.00586 844.17578 799.16016 C 832.01663 789.06832 825.93555 776.3917 825.93555 761.13086 C 825.93555 741.43946 834.38878 726.30288 851.29297 715.71875 C 868.19716 705.13462 892.51562 699.8418 924.24805 699.8418 C 952.71826 699.8418 981.4855 704.14869 1010.5488 712.76367 C 1039.6122 721.37867 1068.2307 733.93228 1096.4043 750.42383 L 1096.4043 644.08984 C 1066.4513 632.76728 1036.2005 624.27651 1005.6543 618.61523 C 975.10813 612.70782 944.56179 609.75391 914.01562 609.75391 z M 109.28711 619.72266 L 298.79297 891.09375 L 103.94922 1170.959 L 239.62891 1170.959 L 365.96484 988.56641 L 492.74609 1170.959 L 628.42383 1170.959 L 434.4707 891.09375 L 623.08594 619.72266 L 487.4082 619.72266 L 365.96484 795.09961 L 244.9668 619.72266 L 109.28711 619.72266 z M 1288.1328 619.72266 L 1288.1328 1170.959 L 1700.0605 1170.959 L 1700.0605 1074.9629 L 1419.3633 1074.9629 L 1419.3633 619.72266 L 1288.1328 619.72266 z &#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;
  &lt;/span&gt;
  &lt;span class=&#34;stroom-tab-name&#34;&gt;* My Translation&lt;/span&gt;
  &lt;span class=&#34;stroom-tab-cross&#34;&gt;
    &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Tab close&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; version=&#34;1.1&#34; height=&#34;45&#34; width=&#34;45&#34; viewBox=&#34;0 0 45 45&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:4.5;stroke-linecap:round;&#34; transform=&#34;translate(13.9661017,13.5677966)&#34;&gt;&lt;path d=&#34;M -2.5783352e-4,-0.00146808 17.435473,18.212367&#34;/&gt;&lt;path d=&#34;M -2.5783352e-4,18.212367 17.435473,-0.00146808&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
  &lt;/span&gt;
&lt;/span&gt;

&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Markdown:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The markdown for these examples is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;Simple: {{&amp;lt; stroom-tab &amp;quot;Feed.svg&amp;quot; &amp;quot;MY_FEED&amp;quot; &amp;gt;}}
Custom name: {{&amp;lt; stroom-tab &amp;quot;XSLT.svg&amp;quot; &amp;quot;My Translation&amp;quot; &amp;gt;}}
Active/Inactive: {{&amp;lt; stroom-tab &amp;quot;XSLT.svg&amp;quot; &amp;quot;My Translation&amp;quot; &amp;quot;active&amp;quot; &amp;gt;}} {{&amp;lt; stroom-tab &amp;quot;XSLT.svg&amp;quot; &amp;quot;My Translation&amp;quot; &amp;gt;}}
Unsaved: {{&amp;lt; stroom-tab &amp;quot;XSLT.svg&amp;quot; &amp;quot;My Translation&amp;quot; &amp;quot;active&amp;quot; &amp;quot;unsaved&amp;quot; &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;stroom-selected-menu-items&#34;&gt;Stroom selected menu items&lt;/h3&gt;
&lt;p&gt;To display the selection of a menu item you can use the &lt;code&gt;stroom-menu&lt;/code&gt; shortcode.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Arguments&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;menu_item_names...&lt;/code&gt; - One argument per menu item name in the order root to leaf.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Examples:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;For example to demonstrate creating a folder using the context menu:&lt;/p&gt;





  &lt;div class=&#34;stroom-theme-dark stroom-menu&#34;&gt;
    
    

      

      
      


      

  
  
  &lt;div class=&#34;stroom-menu-item-background&#34; style=&#34;margin-top: 0px;&#34;&gt;
    
    &lt;div class=&#34;stroom-menu-item &#34; &gt;
        &lt;div class=&#34;stroom-menu-item-icon&#34;&gt;
          &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Add&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:currentColor&#34; d=&#34;m 1600,800 0,192 q 0,40 -28,68 -28,28 -68,28 l -416,0 0,416 q 0,40 -28,68 -28,28 -68,28 l -192,0 q -40,0 -68,-28 -28,-28 -28,-68 l 0,-416 -416,0 q -40,0 -68,-28 -28,-28 -28,-68 l 0,-192 q 0,-40 28,-68 28,-28 68,-28 l 416,0 0,-416 q 0,-40 28,-68 28,-28 68,-28 l 192,0 q 40,0 68,28 28,28 28,68 l 0,416 416,0 q 40,0 68,28 28,28 28,68 z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
        &lt;/div&gt;

      &lt;div class=&#34;stroom-menu-item-text&#34;&gt;New
      &lt;/div&gt;
        &lt;div class=&#34;stroom-menu-item-arrow&#34;&gt;
          &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Arrow right&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1427.7665&#34; height=&#34;1427.7665&#34; viewBox=&#34;0 0 1427.7665 1427.7665&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:167.567&#34;&gt;&lt;path d=&#34;m 415.05387,83.70929 c -39.92654,0.4303 -75.41463,48.3887 -40.0468,81.9121 C 567.552,348.69899 760.75555,531.15431 953.73208,713.82391 760.75555,896.49341 567.552,1078.9486 375.00707,1262.0262 c -46.19471,43.7855 28.48812,112.1966 76.0571,67.1681 195.93558,-185.823 392.95261,-370.82479 587.98693,-557.52749 5.6117,-4.8034 10.4633,-10.2473 14.4855,-16.1231 9.643,-12.4844 13.9638,-27.0796 13.6909,-41.7198 0.2729,-14.6402 -4.0479,-29.2354 -13.6909,-41.7198 -4.0222,-5.8758 -8.8738,-11.3198 -14.4855,-16.1231 C 844.01678,469.27821 646.99975,284.27629 451.06417,98.45319 439.91519,87.89979 427.27628,83.57749 415.05387,83.70929 Z&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
        &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

      

      
      
        
      


      

  
  
  &lt;div class=&#34;stroom-menu-item-background&#34; style=&#34;margin-top: 7px;&#34;&gt;
    
    &lt;div class=&#34;stroom-menu-item stroom-menu-item-leaf&#34; &gt;
        &lt;div class=&#34;stroom-menu-item-icon&#34;&gt;
          &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Folder&#34;&gt;&lt;svg xmlns:rdf=&#34;http://www.w3.org/1999/02/22-rdf-syntax-ns#&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; height=&#34;1792&#34; width=&#34;1792&#34; version=&#34;1.1&#34; xmlns:cc=&#34;http://creativecommons.org/ns#&#34; xmlns:dc=&#34;http://purl.org/dc/elements/1.1/&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path fill=&#34;var(--icon-colour__blue)&#34; d=&#34;m1617.9 701.64v610.84q0 79.825-57.266 137.09-57.266 57.266-137.09 57.266h-1055.1q-79.825 0-137.09-57.266-57.266-57.266-57.266-137.09v-832.96q0-79.825 57.266-137.09 57.266-57.266 137.09-57.266h277.65q79.825 0 137.09 57.266 57.266 57.266 57.266 137.09v27.765h583.07q79.825 0 137.09 57.266 57.266 57.266 57.266 137.09z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
        &lt;/div&gt;

      &lt;div class=&#34;stroom-menu-item-text&#34;&gt;Folder
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;/div&gt;



&lt;p&gt;The shortcode takes one argument per menu item so you can have multiple levels of menu.&lt;/p&gt;





  &lt;div class=&#34;stroom-theme-dark stroom-menu&#34;&gt;
    
    

      

      
      


      

  
  
  &lt;div class=&#34;stroom-menu-item-background&#34; style=&#34;margin-top: 0px;&#34;&gt;
    
    &lt;div class=&#34;stroom-menu-item &#34; &gt;
        &lt;div class=&#34;stroom-menu-item-icon&#34;&gt;
          &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Add&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:currentColor&#34; d=&#34;m 1600,800 0,192 q 0,40 -28,68 -28,28 -68,28 l -416,0 0,416 q 0,40 -28,68 -28,28 -68,28 l -192,0 q -40,0 -68,-28 -28,-28 -28,-68 l 0,-416 -416,0 q -40,0 -68,-28 -28,-28 -28,-68 l 0,-192 q 0,-40 28,-68 28,-28 68,-28 l 416,0 0,-416 q 0,-40 28,-68 28,-28 68,-28 l 192,0 q 40,0 68,28 28,28 28,68 l 0,416 416,0 q 40,0 68,28 28,28 28,68 z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
        &lt;/div&gt;

      &lt;div class=&#34;stroom-menu-item-text&#34;&gt;Add
      &lt;/div&gt;
        &lt;div class=&#34;stroom-menu-item-arrow&#34;&gt;
          &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Arrow right&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1427.7665&#34; height=&#34;1427.7665&#34; viewBox=&#34;0 0 1427.7665 1427.7665&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:167.567&#34;&gt;&lt;path d=&#34;m 415.05387,83.70929 c -39.92654,0.4303 -75.41463,48.3887 -40.0468,81.9121 C 567.552,348.69899 760.75555,531.15431 953.73208,713.82391 760.75555,896.49341 567.552,1078.9486 375.00707,1262.0262 c -46.19471,43.7855 28.48812,112.1966 76.0571,67.1681 195.93558,-185.823 392.95261,-370.82479 587.98693,-557.52749 5.6117,-4.8034 10.4633,-10.2473 14.4855,-16.1231 9.643,-12.4844 13.9638,-27.0796 13.6909,-41.7198 0.2729,-14.6402 -4.0479,-29.2354 -13.6909,-41.7198 -4.0222,-5.8758 -8.8738,-11.3198 -14.4855,-16.1231 C 844.01678,469.27821 646.99975,284.27629 451.06417,98.45319 439.91519,87.89979 427.27628,83.57749 415.05387,83.70929 Z&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
        &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

      

      
      


      

  
  
  &lt;div class=&#34;stroom-menu-item-background&#34; style=&#34;margin-top: 7px;&#34;&gt;
    
    &lt;div class=&#34;stroom-menu-item &#34; &gt;
        &lt;div class=&#34;stroom-menu-item-icon&#34;&gt;
          &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Folder&#34;&gt;&lt;svg xmlns:rdf=&#34;http://www.w3.org/1999/02/22-rdf-syntax-ns#&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; height=&#34;1792&#34; width=&#34;1792&#34; version=&#34;1.1&#34; xmlns:cc=&#34;http://creativecommons.org/ns#&#34; xmlns:dc=&#34;http://purl.org/dc/elements/1.1/&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path fill=&#34;var(--icon-colour__blue)&#34; d=&#34;m1617.9 701.64v610.84q0 79.825-57.266 137.09-57.266 57.266-137.09 57.266h-1055.1q-79.825 0-137.09-57.266-57.266-57.266-57.266-137.09v-832.96q0-79.825 57.266-137.09 57.266-57.266 137.09-57.266h277.65q79.825 0 137.09 57.266 57.266 57.266 57.266 137.09v27.765h583.07q79.825 0 137.09 57.266 57.266 57.266 57.266 137.09z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
        &lt;/div&gt;

      &lt;div class=&#34;stroom-menu-item-text&#34;&gt;Folder
      &lt;/div&gt;
        &lt;div class=&#34;stroom-menu-item-arrow&#34;&gt;
          &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Arrow right&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1427.7665&#34; height=&#34;1427.7665&#34; viewBox=&#34;0 0 1427.7665 1427.7665&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:167.567&#34;&gt;&lt;path d=&#34;m 415.05387,83.70929 c -39.92654,0.4303 -75.41463,48.3887 -40.0468,81.9121 C 567.552,348.69899 760.75555,531.15431 953.73208,713.82391 760.75555,896.49341 567.552,1078.9486 375.00707,1262.0262 c -46.19471,43.7855 28.48812,112.1966 76.0571,67.1681 195.93558,-185.823 392.95261,-370.82479 587.98693,-557.52749 5.6117,-4.8034 10.4633,-10.2473 14.4855,-16.1231 9.643,-12.4844 13.9638,-27.0796 13.6909,-41.7198 0.2729,-14.6402 -4.0479,-29.2354 -13.6909,-41.7198 -4.0222,-5.8758 -8.8738,-11.3198 -14.4855,-16.1231 C 844.01678,469.27821 646.99975,284.27629 451.06417,98.45319 439.91519,87.89979 427.27628,83.57749 415.05387,83.70929 Z&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
        &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

      

      
      
        
      


      

  
  
  &lt;div class=&#34;stroom-menu-item-background&#34; style=&#34;margin-top: 14px;&#34;&gt;
    
    &lt;div class=&#34;stroom-menu-item stroom-menu-item-leaf&#34; &gt;
        &lt;div class=&#34;stroom-menu-item-icon&#34;&gt;
          &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Feed&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__green)&#34; d=&#34;m 938.50195,211.41007 c -5.56299,0.0388 -11.74705,1.29983 -18.55468,3.7832 -18.1537,6.6223 -30.41561,18.62426 -36.78321,36.00781 L 781.2832,529.3378 l -636.59961,0 c -11.58903,0 -22.47327,3.72569 -32.65234,11.17578 -10.17907,7.4501 -17.391684,16.96956 -21.636719,28.5586 L 3.0683594,807.47452 c -4.2450584,11.5891 -4.00823944,21.10849 0.7128906,28.55859 4.72114,7.4501 12.877765,11.17578 24.466797,11.17578 358.940143,-0.86657 728.661783,-0.53744 1037.093753,-0.52148 l 192.0293,-132.33789 c 11.3101,-8.27788 19.0869,-18.21175 23.332,-29.80078 3.9418,-10.76125 3.2906,-20.28072 -1.9551,-28.5586 L 961.13086,221.4003 c -5.81425,-6.72578 -13.35726,-10.05491 -22.62891,-9.99023 z m 509.37505,415.625 c -5.563,0.0388 -11.7471,1.29983 -18.5547,3.7832 -18.1537,6.6223 -30.4156,18.62426 -36.7832,36.00781 l -101.8809,278.13672 -762.55273,0 c -11.58903,0 -22.47327,3.72569 -32.65235,11.17578 -10.17906,7.4501 -17.39165,16.96957 -21.63671,28.5586 l -87.32618,238.40232 c -4.24506,11.5891 -4.00824,21.1085 0.71289,28.5586 4.72113,7.4501 12.87777,11.1758 24.4668,11.1758 l 762.55278,0 -101.8809,278.1367 c -6.0644,16.5558 -2.5987,28.5577 10.4004,36.0078 13.3022,6.6223 28.6997,4.1399 46.1894,-7.4492 l 637.8145,-439.5547 c 11.3101,-8.2779 19.0869,-18.2117 23.332,-29.8008 3.9418,-10.7612 3.2906,-20.2807 -1.9551,-28.5586 L 1470.5059,637.0253 c -5.8143,-6.72578 -13.3573,-10.05491 -22.6289,-9.99023 z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;
        &lt;/div&gt;

      &lt;div class=&#34;stroom-menu-item-text&#34;&gt;Feed
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Markdown:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The markdown for these examples is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;For example to demonstrate creating a folder using the context menu:

{{&amp;lt; stroom-menu &amp;quot;New&amp;quot; &amp;quot;Folder&amp;quot; &amp;gt;}}

The shortcode takes one argument per menu item so you can have multiple levels of menu.

{{&amp;lt; stroom-menu &amp;quot;Add&amp;quot; &amp;quot;Folder&amp;quot; &amp;quot;Feed&amp;quot; &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;It cannot be used in-line in text, it needs to be on its own line.&lt;/p&gt;
&lt;p&gt;The list of available menu items with an icon can be found in this &lt;a href=&#34;../../community/documentation/style-guide/icon-gallery/#menu-items&#34;&gt;gallery&lt;/a&gt;.
Menu item names are case-sensitive.&lt;/p&gt;
&lt;p&gt;If the menu item name is not an exact match to one in the gallery then it will be displayed without an icon, e.g.:&lt;/p&gt;





  &lt;div class=&#34;stroom-theme-dark stroom-menu&#34;&gt;
    
    

      

      
      


      

  
  
  &lt;div class=&#34;stroom-menu-item-background&#34; style=&#34;margin-top: 0px;&#34;&gt;
    
    &lt;div class=&#34;stroom-menu-item &#34; &gt;
        &lt;div class=&#34;stroom-menu-item-icon&#34;&gt;
          &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Add&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:currentColor&#34; d=&#34;m 1600,800 0,192 q 0,40 -28,68 -28,28 -68,28 l -416,0 0,416 q 0,40 -28,68 -28,28 -68,28 l -192,0 q -40,0 -68,-28 -28,-28 -28,-68 l 0,-416 -416,0 q -40,0 -68,-28 -28,-28 -28,-68 l 0,-192 q 0,-40 28,-68 28,-28 68,-28 l 416,0 0,-416 q 0,-40 28,-68 28,-28 68,-28 l 192,0 q 40,0 68,28 28,28 28,68 l 0,416 416,0 q 40,0 68,28 28,28 28,68 z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
        &lt;/div&gt;

      &lt;div class=&#34;stroom-menu-item-text&#34;&gt;New
      &lt;/div&gt;
        &lt;div class=&#34;stroom-menu-item-arrow&#34;&gt;
          &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Arrow right&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1427.7665&#34; height=&#34;1427.7665&#34; viewBox=&#34;0 0 1427.7665 1427.7665&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:167.567&#34;&gt;&lt;path d=&#34;m 415.05387,83.70929 c -39.92654,0.4303 -75.41463,48.3887 -40.0468,81.9121 C 567.552,348.69899 760.75555,531.15431 953.73208,713.82391 760.75555,896.49341 567.552,1078.9486 375.00707,1262.0262 c -46.19471,43.7855 28.48812,112.1966 76.0571,67.1681 195.93558,-185.823 392.95261,-370.82479 587.98693,-557.52749 5.6117,-4.8034 10.4633,-10.2473 14.4855,-16.1231 9.643,-12.4844 13.9638,-27.0796 13.6909,-41.7198 0.2729,-14.6402 -4.0479,-29.2354 -13.6909,-41.7198 -4.0222,-5.8758 -8.8738,-11.3198 -14.4855,-16.1231 C 844.01678,469.27821 646.99975,284.27629 451.06417,98.45319 439.91519,87.89979 427.27628,83.57749 415.05387,83.70929 Z&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;
        &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;

      

      
      
        
      


      

  
  
  &lt;div class=&#34;stroom-menu-item-background&#34; style=&#34;margin-top: 7px;&#34;&gt;
    
    &lt;div class=&#34;stroom-menu-item stroom-menu-item-leaf&#34; &gt;

      &lt;div class=&#34;stroom-menu-item-text&#34;&gt;Banana
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/div&gt;
  &lt;/div&gt;



&lt;h3 id=&#34;keyboard-shortcuts&#34;&gt;Keyboard Shortcuts&lt;/h3&gt;
&lt;p&gt;To display a keyboard shortcut (AKA key binding) you can use the &lt;code&gt;key-bind&lt;/code&gt; shortcode.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Arguments&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;key_bind...&lt;/code&gt; - One or more key bindings, with keys in the key binding delimited by &lt;code&gt;,&lt;/code&gt;, &lt;code&gt;-&lt;/code&gt; or &lt;code&gt;+&lt;/code&gt;.
The name and case of non-alphabet keys will be normalised, e.g. &lt;code&gt;del&lt;/code&gt; =&amp;gt; &lt;code&gt;Delete&lt;/code&gt;.
The modifier keys &lt;code&gt;ctrl&lt;/code&gt;, &lt;code&gt;shift&lt;/code&gt;, &lt;code&gt;alt&lt;/code&gt;, &lt;code&gt;meta&lt;/code&gt; will be placed first and displayed in a consistent order.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Each argument is one of more keys that are pressed at the same time, e.g. &lt;code&gt;&amp;quot;ctrl,c&amp;quot;&lt;/code&gt; for 






  


&lt;span class=&#34;key-bind key-bind-single &#34;&gt;
  
    
    
    
      
    

    

    
      
    

    

    

    

    
      
      
    
      
      
        
        
      
    

    
    
      
    
    &lt;span class=&#34;key-bind-group key-bind-multiple&#34;&gt;
    
      &lt;span class=&#34;key-bind-key&#34;&gt;Ctrl ^&lt;/span&gt;
      &lt;span class=&#34;key-bind-plus&#34;&gt;+&lt;/span&gt;
      &lt;span class=&#34;key-bind-key&#34;&gt;c&lt;/span&gt;
      &lt;/span&gt;
    &lt;/span&gt;
.
Chord key bindings where multiple key binds are pressed and released in sequence have one argument for each step in the chord, e.g. pressing &lt;code&gt;g&lt;/code&gt; then &lt;code&gt;p&lt;/code&gt; has arguments &lt;code&gt;&amp;quot;g&amp;quot;&lt;/code&gt; and &lt;code&gt;&amp;quot;p&amp;quot;&lt;/code&gt;, producing 






  


&lt;span class=&#34;key-bind key-bind-multiple &#34;&gt;
  
    
    
    
      
    

    

    

    

    

    

    
      
      
        
        
      
    

    
    
      
    
    &lt;span class=&#34;key-bind-group key-bind-single&#34;&gt;
    
      &lt;span class=&#34;key-bind-key&#34;&gt;g&lt;/span&gt;
      &lt;/span&gt;
    &lt;span class=&#34;key-bind-comma&#34;&gt;,&lt;/span&gt;
    
    
    
      
    

    

    

    

    

    

    
      
      
        
        
      
    

    
    
      
    
    &lt;span class=&#34;key-bind-group key-bind-single&#34;&gt;
    
      &lt;span class=&#34;key-bind-key&#34;&gt;p&lt;/span&gt;
      &lt;/span&gt;
    &lt;/span&gt;
.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Examples:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is a key binding with modifiers 






  


&lt;span class=&#34;key-bind key-bind-single &#34;&gt;
  
    
    
    
      
    

    

    
      
    

    
      
    

    

    

    
      
      
    
      
      
    
      
      
        
        
      
    

    
    
      
    
    &lt;span class=&#34;key-bind-group key-bind-multiple&#34;&gt;
    
      &lt;span class=&#34;key-bind-key&#34;&gt;Ctrl ^&lt;/span&gt;
      &lt;span class=&#34;key-bind-plus&#34;&gt;+&lt;/span&gt;
      &lt;span class=&#34;key-bind-key&#34;&gt;Shift ⇧&lt;/span&gt;
      &lt;span class=&#34;key-bind-plus&#34;&gt;+&lt;/span&gt;
      &lt;span class=&#34;key-bind-key&#34;&gt;f&lt;/span&gt;
      &lt;/span&gt;
    &lt;/span&gt;
 and this is chord type key binding 






  


&lt;span class=&#34;key-bind key-bind-multiple &#34;&gt;
  
    
    
    
      
    

    

    

    

    

    

    
      
      
        
        
      
    

    
    
      
    
    &lt;span class=&#34;key-bind-group key-bind-single&#34;&gt;
    
      &lt;span class=&#34;key-bind-key&#34;&gt;g&lt;/span&gt;
      &lt;/span&gt;
    &lt;span class=&#34;key-bind-comma&#34;&gt;,&lt;/span&gt;
    
    
    
      
    

    

    

    

    

    

    
      
      
        
        
      
    

    
    
      
    
    &lt;span class=&#34;key-bind-group key-bind-single&#34;&gt;
    
      &lt;span class=&#34;key-bind-key&#34;&gt;p&lt;/span&gt;
      &lt;/span&gt;
    &lt;/span&gt;
.&lt;/p&gt;
&lt;p&gt;If the key is a &lt;code&gt;,&lt;/code&gt; then use &lt;code&gt;+&lt;/code&gt; or &lt;code&gt;-&lt;/code&gt; as the delimiter, e.g. 






  


&lt;span class=&#34;key-bind key-bind-single &#34;&gt;
  
    
    
    
      
    

    

    
      
    

    

    
      
    

    

    
      
      
    
      
      
    
      
      
        
        
      
    

    
    
      
    
    &lt;span class=&#34;key-bind-group key-bind-multiple&#34;&gt;
    
      &lt;span class=&#34;key-bind-key&#34;&gt;Ctrl ^&lt;/span&gt;
      &lt;span class=&#34;key-bind-plus&#34;&gt;+&lt;/span&gt;
      &lt;span class=&#34;key-bind-key&#34;&gt;Alt&lt;/span&gt;
      &lt;span class=&#34;key-bind-plus&#34;&gt;+&lt;/span&gt;
      &lt;span class=&#34;key-bind-key&#34;&gt;,&lt;/span&gt;
      &lt;/span&gt;
    &lt;/span&gt;
, 






  


&lt;span class=&#34;key-bind key-bind-single &#34;&gt;
  
    
    
    
      
    

    

    
      
    

    

    

    

    
      
      
    
      
      
        
        
      
    

    
    
      
    
    &lt;span class=&#34;key-bind-group key-bind-multiple&#34;&gt;
    
      &lt;span class=&#34;key-bind-key&#34;&gt;Ctrl ^&lt;/span&gt;
      &lt;span class=&#34;key-bind-plus&#34;&gt;+&lt;/span&gt;
      &lt;span class=&#34;key-bind-key&#34;&gt;&amp;#43;&lt;/span&gt;
      &lt;/span&gt;
    &lt;/span&gt;
 or 






  


&lt;span class=&#34;key-bind key-bind-single &#34;&gt;
  
    
    
    
      
    

    

    

    

    
      
    

    

    
      
      
    
      
      
        
        
      
    

    
    
      
    
    &lt;span class=&#34;key-bind-group key-bind-multiple&#34;&gt;
    
      &lt;span class=&#34;key-bind-key&#34;&gt;Alt&lt;/span&gt;
      &lt;span class=&#34;key-bind-plus&#34;&gt;+&lt;/span&gt;
      &lt;span class=&#34;key-bind-key&#34;&gt;-&lt;/span&gt;
      &lt;/span&gt;
    &lt;/span&gt;
.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Markdown:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The markdown for these examples is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;This is a key binding with modifiers {{&amp;lt; key-bind &amp;quot;ctrl,shift,f&amp;quot; &amp;gt;}}  and this is chord type key binding {{&amp;lt; key-bind &amp;quot;g&amp;quot; &amp;quot;p&amp;quot; &amp;gt;}}.

If the key is a `,` then use `+` or `-` as the delimiter, e.g. {{&amp;lt; key-bind &amp;quot;ctrl+alt+,&amp;quot; &amp;gt;}}, {{&amp;lt; key-bind &amp;quot;ctrl,+&amp;quot; &amp;gt;}} or {{&amp;lt; key-bind &amp;quot;alt+-&amp;quot; &amp;gt;}}.
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;explorer-tree&#34;&gt;Explorer Tree&lt;/h3&gt;
&lt;p&gt;To render a section of the Stroom explorer tree you can use the &lt;code&gt;stroom-tree&lt;/code&gt; and &lt;code&gt;stroom-tree-doc&lt;/code&gt; short codes.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Arguments&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;stroom-tree&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;name&lt;/code&gt; - The name of the folder.
If &lt;code&gt;name&lt;/code&gt; is &lt;code&gt;System&lt;/code&gt;, it will render with the System &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;System&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__dirty-amber)&#34; d=&#34;m 224,128 c -26.66667,0 -49.33333,9.33333 -68,28 -18.66667,18.66667 -28,41.33333 -28,68 l 0,1344 c 0,26.6667 9.33333,49.3333 28,68 18.66667,18.6667 41.33333,28 68,28 l 1344,0 c 26.6667,0 49.3333,-9.3333 68,-28 18.6667,-18.6667 28,-41.3333 28,-68 l 0,-1344 c 0,-26.66667 -9.3333,-49.33333 -28,-68 -18.6667,-18.66667 -41.3333,-28 -68,-28 z&#34;/&gt;&lt;path style=&#34;fill:#fff&#34; d=&#34;m 592.51802,522.82793 c -206.51277,0 -373.17209,166.65939 -373.17209,373.17211 0,204.70116 166.65932,373.17206 373.17209,373.17206 206.51288,0 373.17222,-168.4709 373.17222,-373.17206 0,-206.51272 -166.65934,-373.17211 -373.17222,-373.17211 z m 0,605.04607 c -128.61749,0 -233.68552,-103.2564 -233.68552,-231.87396 0,-128.61758 105.06803,-233.68545 233.68552,-233.68545 128.61767,0 233.68545,105.06787 233.68545,233.68545 0,128.61756 -105.06778,231.87396 -233.68545,231.87396 z&#34;/&gt;&lt;path style=&#34;fill:#fff&#34; d=&#34;m 1199.4818,522.82793 c -206.51266,0 -373.172,166.65939 -373.172,373.17211 0,204.70116 166.65934,373.17206 373.172,373.17206 206.5127,0 373.1723,-168.4709 373.1723,-373.17206 0,-206.51272 -166.6596,-373.17211 -373.1723,-373.17211 z m 0,605.04607 c -128.6174,0 -233.68541,-103.2564 -233.68541,-231.87396 0,-128.61758 105.06801,-233.68545 233.68541,-233.68545 128.6177,0 233.6855,105.06787 233.6855,233.68545 0,128.61756 -105.0678,231.87396 -233.6855,231.87396 z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt; icon.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;text&lt;/code&gt; - Optional text to place next to the folder.
This text can be used to explain the purpose of the folder.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;stroom-tree-doc&lt;/code&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;type&lt;/code&gt; - The document type.
This is the name of the icon file for the document type without the &lt;code&gt;.svg&lt;/code&gt; extension, e.g. &lt;code&gt;Feed&lt;/code&gt;.
See &lt;a href=&#34;../../community/documentation/style-guide/icon-gallery/#document-type-icons&#34;&gt;Document type icons&lt;/a&gt; for the full list of type names.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;name&lt;/code&gt; - The name of the folder.
If &lt;code&gt;name&lt;/code&gt; is &lt;code&gt;System&lt;/code&gt;, it will render with the System &lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;System&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__dirty-amber)&#34; d=&#34;m 224,128 c -26.66667,0 -49.33333,9.33333 -68,28 -18.66667,18.66667 -28,41.33333 -28,68 l 0,1344 c 0,26.6667 9.33333,49.3333 28,68 18.66667,18.6667 41.33333,28 68,28 l 1344,0 c 26.6667,0 49.3333,-9.3333 68,-28 18.6667,-18.6667 28,-41.3333 28,-68 l 0,-1344 c 0,-26.66667 -9.3333,-49.33333 -28,-68 -18.6667,-18.66667 -41.3333,-28 -68,-28 z&#34;/&gt;&lt;path style=&#34;fill:#fff&#34; d=&#34;m 592.51802,522.82793 c -206.51277,0 -373.17209,166.65939 -373.17209,373.17211 0,204.70116 166.65932,373.17206 373.17209,373.17206 206.51288,0 373.17222,-168.4709 373.17222,-373.17206 0,-206.51272 -166.65934,-373.17211 -373.17222,-373.17211 z m 0,605.04607 c -128.61749,0 -233.68552,-103.2564 -233.68552,-231.87396 0,-128.61758 105.06803,-233.68545 233.68552,-233.68545 128.61767,0 233.68545,105.06787 233.68545,233.68545 0,128.61756 -105.06778,231.87396 -233.68545,231.87396 z&#34;/&gt;&lt;path style=&#34;fill:#fff&#34; d=&#34;m 1199.4818,522.82793 c -206.51266,0 -373.172,166.65939 -373.172,373.17211 0,204.70116 166.65934,373.17206 373.172,373.17206 206.5127,0 373.1723,-168.4709 373.1723,-373.17206 0,-206.51272 -166.6596,-373.17211 -373.1723,-373.17211 z m 0,605.04607 c -128.6174,0 -233.68541,-103.2564 -233.68541,-231.87396 0,-128.61758 105.06801,-233.68545 233.68541,-233.68545 128.6177,0 233.6855,105.06787 233.6855,233.68545 0,128.61756 -105.0678,231.87396 -233.6855,231.87396 z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt; icon.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;text&lt;/code&gt; - Optional text to place next to the folder.
This text can be used to explain the purpose of the folder.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If the &lt;code&gt;stroom-tree&lt;/code&gt; short code has no inner content it will be rendered as a closed folder (e.g. &lt;em&gt;SUB_SYSTEM-X1&lt;/em&gt; in the example).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Examples:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;A tree that includes the System root.&lt;/p&gt;
&lt;div class=&#34;exp-tree exp-tree-branch exp-tree-branch-root exp-tree-branch-outer&#34;&gt;

&lt;span class=&#34;exp-tree-branch-arrow&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Open folder&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1427.7665&#34; height=&#34;1427.7665&#34; viewBox=&#34;0 0 1427.7665 1427.7665&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:167.567&#34;&gt;&lt;path d=&#34;m 1343.9812,415.01091 c -0.4303,-39.92654 -48.3887,-75.41463 -81.9121,-40.0468 C 1078.9915,567.50904 896.53618,760.71259 713.86658,953.68912 531.19708,760.71259 348.74187,567.50904 165.6643,374.96411 121.87875,328.7694 53.467698,403.45223 98.496155,451.02121 284.31914,646.95679 469.32098,843.97382 656.02368,1039.0081 c 4.8034,5.6117 10.2473,10.4633 16.1231,14.4855 12.4844,9.643 27.0796,13.9638 41.7198,13.6909 14.6402,0.2729 29.2354,-4.0479 41.7198,-13.6909 5.8758,-4.0222 11.3198,-8.8738 16.1231,-14.4855 186.7028,-195.03428 371.70472,-392.05131 557.52782,-587.98689 10.5534,-11.14898 14.8757,-23.78789 14.7439,-36.0103 z&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;System&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__dirty-amber)&#34; d=&#34;m 224,128 c -26.66667,0 -49.33333,9.33333 -68,28 -18.66667,18.66667 -28,41.33333 -28,68 l 0,1344 c 0,26.6667 9.33333,49.3333 28,68 18.66667,18.6667 41.33333,28 68,28 l 1344,0 c 26.6667,0 49.3333,-9.3333 68,-28 18.6667,-18.6667 28,-41.3333 28,-68 l 0,-1344 c 0,-26.66667 -9.3333,-49.33333 -28,-68 -18.6667,-18.66667 -41.3333,-28 -68,-28 z&#34;/&gt;&lt;path style=&#34;fill:#fff&#34; d=&#34;m 592.51802,522.82793 c -206.51277,0 -373.17209,166.65939 -373.17209,373.17211 0,204.70116 166.65932,373.17206 373.17209,373.17206 206.51288,0 373.17222,-168.4709 373.17222,-373.17206 0,-206.51272 -166.65934,-373.17211 -373.17222,-373.17211 z m 0,605.04607 c -128.61749,0 -233.68552,-103.2564 -233.68552,-231.87396 0,-128.61758 105.06803,-233.68545 233.68552,-233.68545 128.61767,0 233.68545,105.06787 233.68545,233.68545 0,128.61756 -105.06778,231.87396 -233.68545,231.87396 z&#34;/&gt;&lt;path style=&#34;fill:#fff&#34; d=&#34;m 1199.4818,522.82793 c -206.51266,0 -373.172,166.65939 -373.172,373.17211 0,204.70116 166.65934,373.17206 373.172,373.17206 206.5127,0 373.1723,-168.4709 373.1723,-373.17206 0,-206.51272 -166.6596,-373.17211 -373.1723,-373.17211 z m 0,605.04607 c -128.6174,0 -233.68541,-103.2564 -233.68541,-231.87396 0,-128.61758 105.06801,-233.68545 233.68541,-233.68545 128.6177,0 233.6855,105.06787 233.6855,233.68545 0,128.61756 -105.0678,231.87396 -233.6855,231.87396 z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;&lt;span class=&#34;exp-tree-branch-name&#34;&gt;System&lt;/span&gt;
    
  &lt;div class=&#34;exp-tree exp-tree-branch exp-tree-branch-folder&#34;&gt;

&lt;span class=&#34;exp-tree-branch-arrow&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Open folder&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1427.7665&#34; height=&#34;1427.7665&#34; viewBox=&#34;0 0 1427.7665 1427.7665&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:167.567&#34;&gt;&lt;path d=&#34;m 1343.9812,415.01091 c -0.4303,-39.92654 -48.3887,-75.41463 -81.9121,-40.0468 C 1078.9915,567.50904 896.53618,760.71259 713.86658,953.68912 531.19708,760.71259 348.74187,567.50904 165.6643,374.96411 121.87875,328.7694 53.467698,403.45223 98.496155,451.02121 284.31914,646.95679 469.32098,843.97382 656.02368,1039.0081 c 4.8034,5.6117 10.2473,10.4633 16.1231,14.4855 12.4844,9.643 27.0796,13.9638 41.7198,13.6909 14.6402,0.2729 29.2354,-4.0479 41.7198,-13.6909 5.8758,-4.0222 11.3198,-8.8738 16.1231,-14.4855 186.7028,-195.03428 371.70472,-392.05131 557.52782,-587.98689 10.5534,-11.14898 14.8757,-23.78789 14.7439,-36.0103 z&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  icon-colour__blue&#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Folder&#34;&gt;&lt;svg xmlns:rdf=&#34;http://www.w3.org/1999/02/22-rdf-syntax-ns#&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; height=&#34;1792&#34; width=&#34;1792&#34; version=&#34;1.1&#34; xmlns:cc=&#34;http://creativecommons.org/ns#&#34; xmlns:dc=&#34;http://purl.org/dc/elements/1.1/&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path fill=&#34;var(--icon-colour__blue)&#34; d=&#34;m1617.9 701.64v610.84q0 79.825-57.266 137.09-57.266 57.266-137.09 57.266h-1055.1q-79.825 0-137.09-57.266-57.266-57.266-57.266-137.09v-832.96q0-79.825 57.266-137.09 57.266-57.266 137.09-57.266h277.65q79.825 0 137.09 57.266 57.266 57.266 57.266 137.09v27.765h583.07q79.825 0 137.09 57.266 57.266 57.266 57.266 137.09z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;&lt;span class=&#34;exp-tree-branch-name&#34;&gt;Configuration&lt;/span&gt;
    
    
  
  
  &lt;div class=&#34;exp-tree exp-tree-doc&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Dictionary&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__blue)&#34; d=&#34;M1703 478q40 57 18 129l-275 906q-19 64-76.5 107.5t-122.5 43.5h-923q-77 0-148.5-53.5t-99.5-131.5q-24-67-2-127 0-4 3-27t4-37q1-8-3-21.5t-3-19.5q2-11 8-21t16.5-23.5 16.5-23.5q23-38 45-91.5t30-91.5q3-10 .5-30t-.5-28q3-11 17-28t17-23q21-36 42-92t25-90q1-9-2.5-32t.5-28q4-13 22-30.5t22-22.5q19-26 42.5-84.5t27.5-96.5q1-8-3-25.5t-2-26.5q2-8 9-18t18-23 17-21q8-12 16.5-30.5t15-35 16-36 19.5-32 26.5-23.5 36-11.5 47.5 5.5l-1 3q38-9 51-9h761q74 0 114 56t18 130l-274 906q-36 119-71.5 153.5t-128.5 34.5h-869q-27 0-38 15-11 16-1 43 24 70 144 70h923q29 0 56-15.5t35-41.5l300-987q7-22 5-57 38 15 59 43zm-1064 2q-4 13 2 22.5t20 9.5h608q13 0 25.5-9.5t16.5-22.5l21-64q4-13-2-22.5t-20-9.5h-608q-13 0-25.5 9.5t-16.5 22.5zm-83 256q-4 13 2 22.5t20 9.5h608q13 0 25.5-9.5t16.5-22.5l21-64q4-13-2-22.5t-20-9.5h-608q-13 0-25.5 9.5t-16.5 22.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;span class=&#34;exp-tree-doc-name&#34;&gt;My Dictionary&lt;/span&gt;&lt;span class=&#34;exp-tree-doc-text&#34;&gt;Some descriptive text&lt;/span&gt;&lt;/div&gt;


  
  &lt;/div&gt;

  &lt;div class=&#34;exp-tree exp-tree-branch exp-tree-branch-folder&#34;&gt;

&lt;span class=&#34;exp-tree-branch-arrow&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Open folder&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1427.7665&#34; height=&#34;1427.7665&#34; viewBox=&#34;0 0 1427.7665 1427.7665&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:167.567&#34;&gt;&lt;path d=&#34;m 1343.9812,415.01091 c -0.4303,-39.92654 -48.3887,-75.41463 -81.9121,-40.0468 C 1078.9915,567.50904 896.53618,760.71259 713.86658,953.68912 531.19708,760.71259 348.74187,567.50904 165.6643,374.96411 121.87875,328.7694 53.467698,403.45223 98.496155,451.02121 284.31914,646.95679 469.32098,843.97382 656.02368,1039.0081 c 4.8034,5.6117 10.2473,10.4633 16.1231,14.4855 12.4844,9.643 27.0796,13.9638 41.7198,13.6909 14.6402,0.2729 29.2354,-4.0479 41.7198,-13.6909 5.8758,-4.0222 11.3198,-8.8738 16.1231,-14.4855 186.7028,-195.03428 371.70472,-392.05131 557.52782,-587.98689 10.5534,-11.14898 14.8757,-23.78789 14.7439,-36.0103 z&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  icon-colour__blue&#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Folder&#34;&gt;&lt;svg xmlns:rdf=&#34;http://www.w3.org/1999/02/22-rdf-syntax-ns#&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; height=&#34;1792&#34; width=&#34;1792&#34; version=&#34;1.1&#34; xmlns:cc=&#34;http://creativecommons.org/ns#&#34; xmlns:dc=&#34;http://purl.org/dc/elements/1.1/&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path fill=&#34;var(--icon-colour__blue)&#34; d=&#34;m1617.9 701.64v610.84q0 79.825-57.266 137.09-57.266 57.266-137.09 57.266h-1055.1q-79.825 0-137.09-57.266-57.266-57.266-57.266-137.09v-832.96q0-79.825 57.266-137.09 57.266-57.266 137.09-57.266h277.65q79.825 0 137.09 57.266 57.266 57.266 57.266 137.09v27.765h583.07q79.825 0 137.09 57.266 57.266 57.266 57.266 137.09z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;&lt;span class=&#34;exp-tree-branch-name&#34;&gt;Feeds&lt;/span&gt;
    
    &lt;div class=&#34;exp-tree exp-tree-branch exp-tree-branch-folder&#34;&gt;

&lt;span class=&#34;exp-tree-branch-arrow&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Open folder&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1427.7665&#34; height=&#34;1427.7665&#34; viewBox=&#34;0 0 1427.7665 1427.7665&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:167.567&#34;&gt;&lt;path d=&#34;m 1343.9812,415.01091 c -0.4303,-39.92654 -48.3887,-75.41463 -81.9121,-40.0468 C 1078.9915,567.50904 896.53618,760.71259 713.86658,953.68912 531.19708,760.71259 348.74187,567.50904 165.6643,374.96411 121.87875,328.7694 53.467698,403.45223 98.496155,451.02121 284.31914,646.95679 469.32098,843.97382 656.02368,1039.0081 c 4.8034,5.6117 10.2473,10.4633 16.1231,14.4855 12.4844,9.643 27.0796,13.9638 41.7198,13.6909 14.6402,0.2729 29.2354,-4.0479 41.7198,-13.6909 5.8758,-4.0222 11.3198,-8.8738 16.1231,-14.4855 186.7028,-195.03428 371.70472,-392.05131 557.52782,-587.98689 10.5534,-11.14898 14.8757,-23.78789 14.7439,-36.0103 z&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  icon-colour__blue&#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Folder&#34;&gt;&lt;svg xmlns:rdf=&#34;http://www.w3.org/1999/02/22-rdf-syntax-ns#&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; height=&#34;1792&#34; width=&#34;1792&#34; version=&#34;1.1&#34; xmlns:cc=&#34;http://creativecommons.org/ns#&#34; xmlns:dc=&#34;http://purl.org/dc/elements/1.1/&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path fill=&#34;var(--icon-colour__blue)&#34; d=&#34;m1617.9 701.64v610.84q0 79.825-57.266 137.09-57.266 57.266-137.09 57.266h-1055.1q-79.825 0-137.09-57.266-57.266-57.266-57.266-137.09v-832.96q0-79.825 57.266-137.09 57.266-57.266 137.09-57.266h277.65q79.825 0 137.09 57.266 57.266 57.266 57.266 137.09v27.765h583.07q79.825 0 137.09 57.266 57.266 57.266 57.266 137.09z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;&lt;span class=&#34;exp-tree-branch-name&#34;&gt;SYSTEM-X&lt;/span&gt;
    
      &lt;div class=&#34;exp-tree exp-tree-branch exp-tree-branch-folder&#34;&gt;

&lt;span class=&#34;exp-tree-branch-arrow&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Closed folder&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1427.7665&#34; height=&#34;1427.7665&#34; viewBox=&#34;0 0 1427.7665 1427.7665&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:167.567&#34;&gt;&lt;path d=&#34;m 415.05387,83.70929 c -39.92654,0.4303 -75.41463,48.3887 -40.0468,81.9121 C 567.552,348.69899 760.75555,531.15431 953.73208,713.82391 760.75555,896.49341 567.552,1078.9486 375.00707,1262.0262 c -46.19471,43.7855 28.48812,112.1966 76.0571,67.1681 195.93558,-185.823 392.95261,-370.82479 587.98693,-557.52749 5.6117,-4.8034 10.4633,-10.2473 14.4855,-16.1231 9.643,-12.4844 13.9638,-27.0796 13.6909,-41.7198 0.2729,-14.6402 -4.0479,-29.2354 -13.6909,-41.7198 -4.0222,-5.8758 -8.8738,-11.3198 -14.4855,-16.1231 C 844.01678,469.27821 646.99975,284.27629 451.06417,98.45319 439.91519,87.89979 427.27628,83.57749 415.05387,83.70929 Z&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  icon-colour__blue&#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Folder&#34;&gt;&lt;svg xmlns:rdf=&#34;http://www.w3.org/1999/02/22-rdf-syntax-ns#&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; height=&#34;1792&#34; width=&#34;1792&#34; version=&#34;1.1&#34; xmlns:cc=&#34;http://creativecommons.org/ns#&#34; xmlns:dc=&#34;http://purl.org/dc/elements/1.1/&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path fill=&#34;var(--icon-colour__blue)&#34; d=&#34;m1617.9 701.64v610.84q0 79.825-57.266 137.09-57.266 57.266-137.09 57.266h-1055.1q-79.825 0-137.09-57.266-57.266-57.266-57.266-137.09v-832.96q0-79.825 57.266-137.09 57.266-57.266 137.09-57.266h277.65q79.825 0 137.09 57.266 57.266 57.266 57.266 137.09v27.765h583.07q79.825 0 137.09 57.266 57.266 57.266 57.266 137.09z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;&lt;span class=&#34;exp-tree-branch-name&#34;&gt;SUB_SYSTEM-X1&lt;/span&gt;&lt;span class=&#34;exp-tree-branch-text&#34;&gt;A closed folder&lt;/span&gt;&lt;/div&gt;

      &lt;div class=&#34;exp-tree exp-tree-branch exp-tree-branch-folder&#34;&gt;

&lt;span class=&#34;exp-tree-branch-arrow&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Open folder&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1427.7665&#34; height=&#34;1427.7665&#34; viewBox=&#34;0 0 1427.7665 1427.7665&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:167.567&#34;&gt;&lt;path d=&#34;m 1343.9812,415.01091 c -0.4303,-39.92654 -48.3887,-75.41463 -81.9121,-40.0468 C 1078.9915,567.50904 896.53618,760.71259 713.86658,953.68912 531.19708,760.71259 348.74187,567.50904 165.6643,374.96411 121.87875,328.7694 53.467698,403.45223 98.496155,451.02121 284.31914,646.95679 469.32098,843.97382 656.02368,1039.0081 c 4.8034,5.6117 10.2473,10.4633 16.1231,14.4855 12.4844,9.643 27.0796,13.9638 41.7198,13.6909 14.6402,0.2729 29.2354,-4.0479 41.7198,-13.6909 5.8758,-4.0222 11.3198,-8.8738 16.1231,-14.4855 186.7028,-195.03428 371.70472,-392.05131 557.52782,-587.98689 10.5534,-11.14898 14.8757,-23.78789 14.7439,-36.0103 z&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  icon-colour__blue&#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Folder&#34;&gt;&lt;svg xmlns:rdf=&#34;http://www.w3.org/1999/02/22-rdf-syntax-ns#&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; height=&#34;1792&#34; width=&#34;1792&#34; version=&#34;1.1&#34; xmlns:cc=&#34;http://creativecommons.org/ns#&#34; xmlns:dc=&#34;http://purl.org/dc/elements/1.1/&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path fill=&#34;var(--icon-colour__blue)&#34; d=&#34;m1617.9 701.64v610.84q0 79.825-57.266 137.09-57.266 57.266-137.09 57.266h-1055.1q-79.825 0-137.09-57.266-57.266-57.266-57.266-137.09v-832.96q0-79.825 57.266-137.09 57.266-57.266 137.09-57.266h277.65q79.825 0 137.09 57.266 57.266 57.266 57.266 137.09v27.765h583.07q79.825 0 137.09 57.266 57.266 57.266 57.266 137.09z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;&lt;span class=&#34;exp-tree-branch-name&#34;&gt;SUB_SYSTEM-X2&lt;/span&gt;&lt;span class=&#34;exp-tree-branch-text&#34;&gt;An open folder&lt;/span&gt;
    
        
  
  
  &lt;div class=&#34;exp-tree exp-tree-doc&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Feed&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__green)&#34; d=&#34;m 938.50195,211.41007 c -5.56299,0.0388 -11.74705,1.29983 -18.55468,3.7832 -18.1537,6.6223 -30.41561,18.62426 -36.78321,36.00781 L 781.2832,529.3378 l -636.59961,0 c -11.58903,0 -22.47327,3.72569 -32.65234,11.17578 -10.17907,7.4501 -17.391684,16.96956 -21.636719,28.5586 L 3.0683594,807.47452 c -4.2450584,11.5891 -4.00823944,21.10849 0.7128906,28.55859 4.72114,7.4501 12.877765,11.17578 24.466797,11.17578 358.940143,-0.86657 728.661783,-0.53744 1037.093753,-0.52148 l 192.0293,-132.33789 c 11.3101,-8.27788 19.0869,-18.21175 23.332,-29.80078 3.9418,-10.76125 3.2906,-20.28072 -1.9551,-28.5586 L 961.13086,221.4003 c -5.81425,-6.72578 -13.35726,-10.05491 -22.62891,-9.99023 z m 509.37505,415.625 c -5.563,0.0388 -11.7471,1.29983 -18.5547,3.7832 -18.1537,6.6223 -30.4156,18.62426 -36.7832,36.00781 l -101.8809,278.13672 -762.55273,0 c -11.58903,0 -22.47327,3.72569 -32.65235,11.17578 -10.17906,7.4501 -17.39165,16.96957 -21.63671,28.5586 l -87.32618,238.40232 c -4.24506,11.5891 -4.00824,21.1085 0.71289,28.5586 4.72113,7.4501 12.87777,11.1758 24.4668,11.1758 l 762.55278,0 -101.8809,278.1367 c -6.0644,16.5558 -2.5987,28.5577 10.4004,36.0078 13.3022,6.6223 28.6997,4.1399 46.1894,-7.4492 l 637.8145,-439.5547 c 11.3101,-8.2779 19.0869,-18.2117 23.332,-29.8008 3.9418,-10.7612 3.2906,-20.2807 -1.9551,-28.5586 L 1470.5059,637.0253 c -5.8143,-6.72578 -13.3573,-10.05491 -22.6289,-9.99023 z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;span class=&#34;exp-tree-doc-name&#34;&gt;SUB_SYSTEM-X2&lt;/span&gt;&lt;/div&gt;


        
  
  
  &lt;div class=&#34;exp-tree exp-tree-doc&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Pipeline&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__blue)&#34; d=&#34;m 1440,95.339844 c -9.3333,0 -17,2.999997 -23,8.999996 -6,6 -9,13.66667 -9,23 l 0,192 -256,0 c -45.3333,0 -88,5.5 -128,16.5 -40.00001,11 -75.50001,25 -106.50001,42 -31,17 -61,39.83333 -90,68.5 -29,28.66667 -53.66667,56.33333 -74,83 -20.33333,26.66667 -41.66667,60 -64,100 -19.99699,35.8155 -36.49225,67.59036 -49.54102,95.38868 -0.27492,0.10932 -0.53471,0.21669 -0.81054,0.32617 -16,30.66667 -31,56.5 -45,77.5 -14,21 -31,41.5 -51,61.5 -20,20 -43,35 -69,45 -26,10 -55,15 -87,15 l -355.148435,0 c -9.333333,0 -17,3 -23.0000004,9 -6,6 -9.0000000375455,13.66667 -9.0000000375455,23 l 0,192.00001 c 0,9.3333 3.0000000375455,17 9.0000000375455,23 6.0000004,6 13.6666674,9 23.0000004,9 l 355.148435,0 c 45.33333,0 88,-5.5 128,-16.5 40,-11 75.5,-25 106.5,-42 31,-17 61,-39.8333 90,-68.5 29,-28.6667 53.66667,-56.33334 74,-83.00001 20.33333,-26.66667 41.66667,-60 64,-100 19.8569,-35.56461 36.26775,-67.15315 49.27344,-94.8125 0.36178,-0.305 0.71557,-0.5961 1.07812,-0.90235 16,-30.66667 31,-56.5 45,-77.5 14,-21 31,-41.5 51,-61.5 20.00001,-20 43.00001,-35 69.00001,-45 26,-10 55,-15 87,-15 l 256,0 0,192 c 0,8.66667 3.1667,16.16667 9.5,22.5 6.3333,6.33333 13.8333,9.5 22.5,9.5 9.3333,0 17,-3 23,-9 l 320,-320 c 6,-6 9,-13.66667 9,-23 0,-9.33333 -3,-17 -9,-23 l -319,-319 c -8,-6.666666 -16,-9.999996 -24,-9.999996 z&#34;/&gt;&lt;path style=&#34;fill:var(--icon-colour__green)&#34; d=&#34;M 32 608.88672 C 22.666667 608.88672 15 611.88672 9 617.88672 C 3.0000001 623.88672 0 631.55342 0 640.88672 L 0 832.88672 C -2.3684758e-15 842.22005 3.0000001 849.88672 9 855.88672 C 14.999999 861.88672 22.666667 864.88672 32 864.88672 L 387.14844 864.88672 C 389.01484 864.88672 390.86885 864.90739 392.71484 864.94141 C 424.84023 863.54598 455.12074 854.70213 477.65234 838.51562 C 513.22947 811.0071 542.31317 769.76507 567.46094 723.21289 A 59.082625 59.082625 0 0 1 567.88281 722.44336 C 577.24508 705.7116 585.95748 689.48787 593.56641 673.41992 A 59.082625 59.082625 0 0 1 594.40625 671.7168 C 596.87369 666.9118 599.36286 662.08644 601.86719 657.25195 C 575.79127 644.74345 546.89263 634.11637 515.14844 625.38672 C 475.14844 614.38672 432.48177 608.88672 387.14844 608.88672 L 32 608.88672 z M 870.56641 957.2793 C 853.49205 984.29535 834.72449 1010.8834 813.4375 1036.3711 A 59.082625 59.082625 0 0 1 813.08984 1036.7852 C 777.58172 1078.5162 737.58032 1121.5966 687.80664 1156.543 C 688.3781 1157.5702 688.9227 1158.5676 689.5 1159.6016 C 711.83333 1199.6016 733.16667 1232.9349 753.5 1259.6016 C 773.83333 1286.2683 798.5 1313.9349 827.5 1342.6016 C 856.5 1371.2683 886.5 1394.1016 917.5 1411.1016 C 948.5 1428.1016 983.99999 1442.1016 1024 1453.1016 C 1064 1464.1016 1106.6667 1469.6016 1152 1469.6016 L 1408 1469.6016 L 1408 1661.6016 C 1408 1670.9349 1411 1678.6016 1417 1684.6016 C 1423 1690.6016 1430.6667 1693.6016 1440 1693.6016 C 1448 1693.6016 1456 1690.2683 1464 1683.6016 L 1783 1364.6016 C 1789 1358.6016 1792 1350.9349 1792 1341.6016 C 1792 1332.2683 1789 1324.6016 1783 1318.6016 L 1463 998.60156 C 1457 992.60156 1449.3333 989.60156 1440 989.60156 C 1431.3333 989.60156 1423.8333 992.76823 1417.5 999.10156 C 1411.1667 1005.4348 1408 1012.9349 1408 1021.6016 L 1408 1213.6016 L 1152 1213.6016 C 1120 1213.6016 1091 1208.6016 1065 1198.6016 C 1039 1188.6016 1016 1173.6016 996 1153.6016 C 976 1133.6016 959 1113.1016 945 1092.1016 C 931 1071.1016 916 1045.2683 900 1014.6016 C 899.63745 1014.2954 899.28365 1014.0042 898.92188 1013.6992 C 890.80126 996.429 881.35206 977.6246 870.56641 957.2793 z &#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;span class=&#34;exp-tree-doc-name&#34;&gt;SUB_SYSTEM-X2&lt;/span&gt;&lt;/div&gt;


        
  
  
  &lt;div class=&#34;exp-tree exp-tree-doc&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Text Converter&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__black)&#34; d=&#34;m 1522.1543,129.30336 16.9536,359.41707 -42.9492,0 q -12.4327,-94.94036 -33.9073,-135.62908 -35.0375,-65.55406 -93.8101,-96.0706 -57.6424,-31.64679 -152.5827,-31.64679 l -215.8763,0 0,1170.93104 q 0,141.2803 30.5165,176.3178 42.9492,47.4702 132.2384,47.4702 l 53.1214,0 0,41.819 -649.88937,0 0,-41.819 54.25164,0 q 97.20084,0 137.88956,-58.7726 24.86533,-36.1677 24.86533,-165.0154 l 0,-1170.93104 -184.2295,0 q -107.37302,0 -152.58272,15.8234 -58.7726,21.4746 -100.59156,82.50769 -41.81897,61.03308 -49.73067,165.01538 l -42.94921,0 18.08388,-359.41707 1251.17832,0 z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;span class=&#34;exp-tree-doc-name&#34;&gt;SUB_SYSTEM-X2&lt;/span&gt;&lt;/div&gt;


        
  
  
  &lt;div class=&#34;exp-tree exp-tree-doc&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;XSL Translation&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__xsl-background)&#34; d=&#34;M 684.30664 211.38672 C 672.42766 211.38672 661.91891 215.95413 652.78125 225.0918 L 14.058594 863.81641 C 4.9209141 872.95409 0.3515625 883.46088 0.3515625 895.33984 C 0.3515625 907.21882 4.9209142 917.72756 14.058594 926.86523 L 652.78125 1565.5898 C 661.91891 1574.7275 672.42766 1579.2949 684.30664 1579.2949 C 696.1856 1579.2949 706.69435 1574.7275 715.83203 1565.5898 L 784.36523 1497.0566 C 793.5029 1487.9191 798.07031 1477.4102 798.07031 1465.5312 C 798.07031 1453.6524 793.5029 1443.1436 784.36523 1434.0059 L 245.69922 895.33984 L 784.36523 356.67578 C 793.5029 347.53811 798.07031 337.02937 798.07031 325.15039 C 798.07031 313.27142 793.5029 302.76268 784.36523 293.625 L 715.83203 225.0918 C 706.69435 215.95413 696.1856 211.38672 684.30664 211.38672 z M 1107.9082 211.38672 C 1096.0293 211.38672 1085.5225 215.95414 1076.3848 225.0918 L 1007.8516 293.625 C 998.71402 302.76268 994.14453 313.27142 994.14453 325.15039 C 994.14453 337.02937 998.71402 347.53811 1007.8516 356.67578 L 1546.5176 895.33984 L 1007.8516 1434.0059 C 998.71402 1443.1436 994.14453 1453.6523 994.14453 1465.5312 C 994.14453 1477.4102 998.71402 1487.9191 1007.8516 1497.0566 L 1076.3848 1565.5898 C 1085.5225 1574.7275 1096.0293 1579.2949 1107.9082 1579.2949 C 1119.7872 1579.2949 1130.2959 1574.7275 1139.4336 1565.5898 L 1778.1582 926.86523 C 1787.2959 917.72756 1791.8633 907.21882 1791.8633 895.33984 C 1791.8633 883.46088 1787.2959 872.95409 1778.1582 863.81641 L 1139.4336 225.0918 C 1130.2959 215.95414 1119.7872 211.38672 1107.9082 211.38672 z &#34;/&gt;&lt;path style=&#34;fill:var(--icon-colour__black)&#34; d=&#34;M 914.01562 609.75391 C 846.69543 609.75391 793.7585 624.0295 755.20508 652.58203 C 716.65166 681.13457 697.375 720.39439 697.375 770.36133 C 697.375 809.25185 709.09092 840.2669 732.51953 863.4043 C 755.94815 886.29555 800.72934 908.20094 866.86328 929.12305 L 931.36523 949.42969 C 953.90415 956.5678 971.1042 966.4135 982.9668 978.9668 C 994.82939 991.27392 1000.7617 1005.6745 1000.7617 1022.166 C 1000.7617 1044.0727 991.86421 1061.1792 974.07031 1073.4863 C 956.27643 1085.5473 931.21618 1091.5781 898.89062 1091.5781 C 866.86163 1091.5781 834.38939 1086.5313 801.4707 1076.4395 C 768.84858 1066.3477 735.03956 1050.9651 700.04492 1030.2891 L 700.04492 1142.8984 C 730.88766 1155.6978 762.76881 1165.2975 795.6875 1171.6973 C 828.90275 1178.3431 861.96998 1181.666 894.88867 1181.666 C 974.96115 1181.666 1034.719 1168.0054 1074.1621 1140.6836 C 1113.9018 1113.1156 1133.7715 1071.5169 1133.7715 1015.8887 C 1133.7715 975.02903 1121.167 941.18506 1095.959 914.35547 C 1070.751 887.52595 1031.4559 865.98759 978.07422 849.74219 L 921.57812 832.01953 C 882.43158 819.95854 856.6315 809.00586 844.17578 799.16016 C 832.01663 789.06832 825.93555 776.3917 825.93555 761.13086 C 825.93555 741.43946 834.38878 726.30288 851.29297 715.71875 C 868.19716 705.13462 892.51562 699.8418 924.24805 699.8418 C 952.71826 699.8418 981.4855 704.14869 1010.5488 712.76367 C 1039.6122 721.37867 1068.2307 733.93228 1096.4043 750.42383 L 1096.4043 644.08984 C 1066.4513 632.76728 1036.2005 624.27651 1005.6543 618.61523 C 975.10813 612.70782 944.56179 609.75391 914.01562 609.75391 z M 109.28711 619.72266 L 298.79297 891.09375 L 103.94922 1170.959 L 239.62891 1170.959 L 365.96484 988.56641 L 492.74609 1170.959 L 628.42383 1170.959 L 434.4707 891.09375 L 623.08594 619.72266 L 487.4082 619.72266 L 365.96484 795.09961 L 244.9668 619.72266 L 109.28711 619.72266 z M 1288.1328 619.72266 L 1288.1328 1170.959 L 1700.0605 1170.959 L 1700.0605 1074.9629 L 1419.3633 1074.9629 L 1419.3633 619.72266 L 1288.1328 619.72266 z &#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;span class=&#34;exp-tree-doc-name&#34;&gt;SUB_SYSTEM-X2&lt;/span&gt;&lt;/div&gt;


      
  &lt;/div&gt;

    
  &lt;/div&gt;

  
  &lt;/div&gt;


  &lt;/div&gt;

&lt;p&gt;A sub-tree that doesn&amp;rsquo;t include the System root.&lt;/p&gt;
&lt;div class=&#34;exp-tree exp-tree-branch exp-tree-branch-folder exp-tree-branch-outer&#34;&gt;

&lt;span class=&#34;exp-tree-branch-arrow&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Open folder&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1427.7665&#34; height=&#34;1427.7665&#34; viewBox=&#34;0 0 1427.7665 1427.7665&#34;&gt;&lt;g style=&#34;stroke:currentColor;stroke-width:167.567&#34;&gt;&lt;path d=&#34;m 1343.9812,415.01091 c -0.4303,-39.92654 -48.3887,-75.41463 -81.9121,-40.0468 C 1078.9915,567.50904 896.53618,760.71259 713.86658,953.68912 531.19708,760.71259 348.74187,567.50904 165.6643,374.96411 121.87875,328.7694 53.467698,403.45223 98.496155,451.02121 284.31914,646.95679 469.32098,843.97382 656.02368,1039.0081 c 4.8034,5.6117 10.2473,10.4633 16.1231,14.4855 12.4844,9.643 27.0796,13.9638 41.7198,13.6909 14.6402,0.2729 29.2354,-4.0479 41.7198,-13.6909 5.8758,-4.0222 11.3198,-8.8738 16.1231,-14.4855 186.7028,-195.03428 371.70472,-392.05131 557.52782,-587.98689 10.5534,-11.14898 14.8757,-23.78789 14.7439,-36.0103 z&#34;/&gt;&lt;/g&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  icon-colour__blue&#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Folder&#34;&gt;&lt;svg xmlns:rdf=&#34;http://www.w3.org/1999/02/22-rdf-syntax-ns#&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34; height=&#34;1792&#34; width=&#34;1792&#34; version=&#34;1.1&#34; xmlns:cc=&#34;http://creativecommons.org/ns#&#34; xmlns:dc=&#34;http://purl.org/dc/elements/1.1/&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path fill=&#34;var(--icon-colour__blue)&#34; d=&#34;m1617.9 701.64v610.84q0 79.825-57.266 137.09-57.266 57.266-137.09 57.266h-1055.1q-79.825 0-137.09-57.266-57.266-57.266-57.266-137.09v-832.96q0-79.825 57.266-137.09 57.266-57.266 137.09-57.266h277.65q79.825 0 137.09 57.266 57.266 57.266 57.266 137.09v27.765h583.07q79.825 0 137.09 57.266 57.266 57.266 57.266 137.09z&#34;/&gt;&lt;/svg&gt; &lt;/span&gt;
  &lt;/span&gt;&lt;span class=&#34;exp-tree-branch-name&#34;&gt;Configuration&lt;/span&gt;
    
  
  
  
  &lt;div class=&#34;exp-tree exp-tree-doc&#34;&gt;&lt;span class=&#34;stroom-icon inline-svg-button icon-button  &#34; &gt;
    &lt;span class=&#34;face&#34; title=&#34;Dictionary&#34;&gt;&lt;svg xmlns=&#34;http://www.w3.org/2000/svg&#34; width=&#34;1792&#34; height=&#34;1792&#34; viewBox=&#34;0 0 1792 1792&#34;&gt;&lt;path style=&#34;fill:var(--icon-colour__blue)&#34; d=&#34;M1703 478q40 57 18 129l-275 906q-19 64-76.5 107.5t-122.5 43.5h-923q-77 0-148.5-53.5t-99.5-131.5q-24-67-2-127 0-4 3-27t4-37q1-8-3-21.5t-3-19.5q2-11 8-21t16.5-23.5 16.5-23.5q23-38 45-91.5t30-91.5q3-10 .5-30t-.5-28q3-11 17-28t17-23q21-36 42-92t25-90q1-9-2.5-32t.5-28q4-13 22-30.5t22-22.5q19-26 42.5-84.5t27.5-96.5q1-8-3-25.5t-2-26.5q2-8 9-18t18-23 17-21q8-12 16.5-30.5t15-35 16-36 19.5-32 26.5-23.5 36-11.5 47.5 5.5l-1 3q38-9 51-9h761q74 0 114 56t18 130l-274 906q-36 119-71.5 153.5t-128.5 34.5h-869q-27 0-38 15-11 16-1 43 24 70 144 70h923q29 0 56-15.5t35-41.5l300-987q7-22 5-57 38 15 59 43zm-1064 2q-4 13 2 22.5t20 9.5h608q13 0 25.5-9.5t16.5-22.5l21-64q4-13-2-22.5t-20-9.5h-608q-13 0-25.5 9.5t-16.5 22.5zm-83 256q-4 13 2 22.5t20 9.5h608q13 0 25.5-9.5t16.5-22.5l21-64q4-13-2-22.5t-20-9.5h-608q-13 0-25.5 9.5t-16.5 22.5z&#34;/&gt;&lt;/svg&gt;&lt;/span&gt;
  &lt;/span&gt;&lt;span class=&#34;exp-tree-doc-name&#34;&gt;My Dictionary&lt;/span&gt;&lt;span class=&#34;exp-tree-doc-text&#34;&gt;Some descriptive text&lt;/span&gt;&lt;/div&gt;



  &lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Markdown:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The markdown for this examples is:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&#34;language-markdown&#34;&gt;{{&amp;lt; stroom-tree &amp;quot;System&amp;quot; &amp;gt;}}
  {{&amp;lt; stroom-tree &amp;quot;Configuration&amp;quot; &amp;gt;}}
    {{&amp;lt; stroom-tree-doc &amp;quot;Dictionary&amp;quot; &amp;quot;My Dictionary&amp;quot; &amp;quot;Some descriptive text&amp;quot; &amp;gt;}}
  {{&amp;lt; /stroom-tree &amp;gt;}}
  {{&amp;lt; stroom-tree &amp;quot;Feeds&amp;quot; &amp;gt;}}
    {{&amp;lt; stroom-tree &amp;quot;SYSTEM-X&amp;quot; &amp;gt;}}
      {{&amp;lt; stroom-tree &amp;quot;SUB_SYSTEM-X1&amp;quot; &amp;quot;A closed folder&amp;quot; /&amp;gt;}}
      {{&amp;lt; stroom-tree &amp;quot;SUB_SYSTEM-X2&amp;quot; &amp;quot;An open folder&amp;quot; &amp;gt;}}
        {{&amp;lt; stroom-tree-doc &amp;quot;Feed&amp;quot; &amp;quot;SUB_SYSTEM-X2&amp;quot; &amp;gt;}}
        {{&amp;lt; stroom-tree-doc &amp;quot;Pipeline&amp;quot; &amp;quot;SUB_SYSTEM-X2&amp;quot; &amp;gt;}}
        {{&amp;lt; stroom-tree-doc &amp;quot;TextConverter&amp;quot; &amp;quot;SUB_SYSTEM-X2&amp;quot; &amp;gt;}}
        {{&amp;lt; stroom-tree-doc &amp;quot;XSLT&amp;quot; &amp;quot;SUB_SYSTEM-X2&amp;quot; &amp;gt;}}
      {{&amp;lt; /stroom-tree &amp;gt;}}
    {{&amp;lt; /stroom-tree &amp;gt;}}
  {{&amp;lt; /stroom-tree &amp;gt;}}
{{&amp;lt; /stroom-tree &amp;gt;}}

{{&amp;lt; stroom-tree &amp;quot;Configuration&amp;quot; &amp;gt;}}
  {{&amp;lt; stroom-tree-doc &amp;quot;Dictionary&amp;quot; &amp;quot;My Dictionary&amp;quot; &amp;quot;Some descriptive text&amp;quot; &amp;gt;}}
{{&amp;lt; /stroom-tree &amp;gt;}}
&lt;/code&gt;&lt;/pre&gt;

      </description>
    </item>
    
  </channel>
</rss>
