Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.08 KB

File metadata and controls

47 lines (36 loc) · 1.08 KB
title Markdown
icon letter-text

Markdown {subtitle="Start writing content like a Shakespeare"}

One of the main reasons why u make consider using xyd is writing experience. We make every effort on it and take it serious.

GFM [toc]

# Heading1
 
Hello World, **Bold**, _Italic_, ~~Hidden~~
 
1. First
2. Second
 
> Quote here
 
![alt](/image.png)

Writing Framework [toc]

 

## Reference
This section contains the full reference for `Settings` interface:
@uniform('@core/types/settings.ts#Settings')

## Python SDK
You can also use our python SDK.

### Get Settings
@let(snippet = await snippets.py.getSettings())
Python `Get Settings` SDK snippet:
{snippet}

Components [toc]

 

:::callout
You can use built-in components too.
:::