Mochott features as of 2026-07-28.
0
You can see the below sample test post via:
- Mochott post render
- Standard Viewer
- Standard Reader
- PDSls: site.standard.document
- PDSls: site.mochott.article
This is a test post to help with Standard Reader and Standard Viewer rendering Mochott articles. Markpub is manually added via Standard Horse.
---
## Text styles
- **Bold**
- *Italics*
- ++Underlined++
- ~~Strikethrough~~
- ***Bold + Italics***
- ++**Bold + Underlined**++
- ~~**Bold + Strikethrough**~~
- ++*Italics + Underlined*++
- ~~*Italics + Strikethrough*~~
- ++~~Underlined + Strikethrough~~++
- ++***Bold + Italics + Underlined***++
- ~~***Bold + Italics + Strikethrough***~~
- ++~~*Italics + Underlined + Strikethrough*~~++
- ++~~***Bold + Italics + Underlined + Strikethrough***~~++
---
## Poetry/Lyrics/Dialogue format
**Note:** Each line should show in a new line.
### Poetry/Lyrics
Line 1
Line 2
Line 3
Stanza 1
Line 1
Line 2
Line 3
Stanza 2
### Dialogue
Character A: Hello. How do you do.
Character B: How do I do what?
---
## Headers
# h1
Text here
## h2
Text here
### h3
Text here
#### h4
Text here
##### h5
Text here
###### h6
Text here
---
## Lists
### Unordered
- Unordered 1
- 1.1
- 1.2
- 1.2.1
1. Ordered 1
2. Ordered 2
- 1.2.2
- 1.3
- Unordered 2
### Ordered
1. First
1. 1.1
2. 1.2
3. 1.3
2. Second
- unordered 1
- 1.1
- unordered 2
### Checklist
- [x] Checked
- [ ] Unchecked
---
## Quotes
**Note:** There's a blockquote within a blockquote in the following.
> Blockquote
>
> Next paragraph
>
> > Within a blockquote
> >
> > Next paragraph
## Code block
```xml
<html lang="en-PH">
<head>
<title>TITLE</title>
</head>
<body>
<p>The quick brown fox jumps over the lazy dog.</p>
</body>
<html>
```
---
## Image
**Note:** There's an alt text and caption in this image.

---
## Embed
<div data-embed="" data-service="youtube" data-src="https://youtu.be/ymbbaYYGq0s?si=EHs7y7DbG9QLfcfJ&_cc_load_policy=true" data-embed-url="https://www.youtube.com/embed/ymbbaYYGq0s"></div>
---
## Table
| Col 1 Header | Col 2 Header | Col 3 Header |
| ------------ | ------------ | ------------ |
| Col 1 Row 1 | Col 2 Row 1 | Col 3 Row 1 |
| Col 1 Row 2 | Col 2 Row 2 | Col 3 Row 2 |
---
## Callout
<div data-node="callout" data-attrs='{"type":"danger"}'>
This is a danger callout.
</div>
---
## Accordion
<div data-node="details" data-attrs='{"summary":"What is this accordion about?"}'>
Text
</div>
---
## Footnote
Some text<span data-footnote="" data-footnote-content="Footnote 1"></span>.
---
## LaTeX
### Block
Some text
$$
\sum_{i=1}^{n} i = \frac{n(n+1)}{2}
$$
Some text
### Inline
Some text before inline LaTeX: $\nu = \lambda f$ and more text after.
---
## Rich Link Card
<div data-link-card="" data-url="https://iam.youronly.one" data-title="Home of ᜌᜓᜃᜒ (Yuki | 사요한 | 謝雪矢(ゆきや))" data-description="Consultant, content development, webmaster, customer care, subject matter expert · Online Service at Yelosan Publishing · Makati, National Capital Region, Philippines" data-image="https://rsc.youronly.one/img/y/Yuki_flag-300h.webp" data-site-name="YourOnly.One"></div>
---
---END---