Skip to content
Wysp Docs

Standard Markdown

Don’t use custom h1’s. Pages already receive their own h1.


This is bold text

This is italic text

Strikethrough

Blockquotes can also be nested…

…by using additional greater-than signs right next to each other…

…or with spaces between arrows.

Unordered

  • Create a list by starting a line with +, -, or *
  • Sub-lists are made by indenting 2 spaces:
    • Marker character change forces new list start:
      • Ac tristique libero volutpat at
      • Facilisis in pretium nisl aliquet
      • Nulla volutpat aliquam velit
  • Very easy!

Ordered

  1. Create a list by starting a line with…
  2. Sub-lists are made by indenting 2 spaces:
    1. First nested level
    2. Another item
      1. Second nested level (2 levels deep)
      2. Deep item
  3. Very easy!

Inline code

Indented code

// Some comments
line 1 of code
line 2 of code
line 3 of code

Block code “fences”

Sample text here...

Syntax highlighting

for (const [_, property] of entries(schema.properties as Record<string, any>)) {
if (Array.isArray(property.type) && property.type[1] === "null") {
property.type = property.type[0];
property.nullable = true;
}
if (property.discriminator) {
property.discriminator = property.discriminator.propertyName;
}
if (property.type === "array" && property.items.discriminator) {
property.items.discriminator = property.items.discriminator.propertyName;
}
}
OptionDescription
datapath to data files to supply the data that will be passed into templates.
engineengine to be used for processing templates. Handlebars is the default.
extextension to be used for dest files.

Right aligned columns

OptionDescription
datapath to data files to supply the data that will be passed into templates.
engineengine to be used for processing templates. Handlebars is the default.
extextension to be used for dest files.

link text

link with title

Stormtroopocat