Skip to main content

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
      1. and an ordered
      2. mixed
      • list
      • directly
    • inside

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 such as link.

Images

an image

Separations


Checklists

  • how
  • about
    • a
    • nice
  • check
  • list

Tables

Left headermiddle headerlast header
cell 1cell 2cell 3
cell 4cell 5cell 6

LaTeX

An inline equation x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2-4ac}}{2a} 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:

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2-4ac}}{2a}

An equation on its own using square bracket delimiters: \[x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.\]

Inputs

InputNameExpected type(s)Description
Pin 0bogus_inputstringThis 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
an image


## Separations

---

## Checklists

- [ ] how
- [ ] about
- [ ] a
- [x] nice
- [x] check
- [ ] list

## Tables

Outputs

OutputNameExpected type(s)Description
Pin 0bogus_outputThis 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

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 such as link.

Images

an image

Separations


Checklists

  • how
  • about
    • a
    • nice
  • check
  • list

Tables

Left headermiddle headerlast header
cell 1cell 2cell 3
cell 4cell 5cell 6

LaTeX

An inline equation x=b±b24ac2a.x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}. 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:

x=b±b24ac2a.x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.

An equation on its own using square bracket delimiters:

[x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.] |

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf 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.