info:Markdown LaTex example
Version: 0.0.0
Description
This operator showcases the use of Markdown and LaTeX in operator and pin descriptions:
Headings
h2
h3
h4
h5
Text
This should result in a paragraph it's that simple.
italic, bold
Lists
- an unordered list
- with some hierarchy
- and an ordered
- mixed
- list
- directly
- inside
- with some hierarchy
Code
Code block
std::string a = 'test';
var a = 'test';
a: str = 'test'
Inline code
And well inline code should also work.
Quotes
A Quote
With some text blocks inside
- even a list
- should be
- possible
Links
Links such as link.
Images

Separations
Checklists
- how
- about
- a
- nice
- check
- list
Tables
| Left header | middle header | last header |
|---|---|---|
| cell 1 | cell 2 | cell 3 |
| cell 4 | cell 5 | cell 6 |
LaTeX
An inline equation using LaTeX dollar delimiters.
An inline equation \(x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.\) using LaTeX parenthesis delimiters.
An equation on its own using dollar delimiters:
An equation on its own using square bracket delimiters:
\[x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.\]
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | bogus_input | string | This pin showcases the use of Markdown and LaTeX in pin descriptions: # Headings ## h2 ### h3 #### h4 ##### h5 # Text This should result in a paragraph it's that simple. italic, bold # Lists * an unordered list * with some hierarchy 1. and an ordered 2. mixed * list * directly * inside # Code ## Code block c<br />std::string a = 'test';<br />js<br />var a = 'test';<br />python<br />a: str = 'test'<br />## Inline code And well inline code should also work.# Quotes > A Quote > > With some text blocks inside > > * even a list > * should be > * possible ## Links Links such as link. ## Images ![]() ## Separations --- ## Checklists - [ ] how - [ ] about - [ ] a - [x] nice - [x] check - [ ] list ## Tables |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | bogus_output | This pin showcases the use of Markdown and LaTeX in pin descriptions: |
Headings
h2
h3
h4
h5
Text
This should result in a paragraph it's that simple.
italic, bold
Lists
- an unordered list
- with some hierarchy
- and an ordered
- mixed
- list
- directly
- inside
- with some hierarchy
Code
Code block
std::string a = 'test';
var a = 'test';
a: str = 'test'
Inline code
And well inline code should also work.
Quotes
A Quote
With some text blocks inside
- even a list
- should be
- possible
Links
Links such as link.
Images

Separations
Checklists
- how
- about
- a
- nice
- check
- list
Tables
| Left header | middle header | last header |
|---|---|---|
| cell 1 | cell 2 | cell 3 |
| cell 4 | cell 5 | cell 6 |
LaTeX
An inline equation using LaTeX dollar delimiters.
An inline equation \(x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.\ using LaTeX parenthesis delimiters.
An equation on its own using dollar delimiters:
An equation on its own using square bracket delimiters:
[x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.] |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: info
Plugin: documentation
Scripting name: None
Full name: None
Internal name: markdown_latex_example
License: None
Changelog
- Version 0.0.0: Initial release.