About
Big Test H1 Header
My Great Heading {#custom-id}
This sentence here is expected to have a empty newline above it.
With the nbsp above, there is a newline!
So it formats correctly here, but not on the website, I think. I'll do a bit more testing here.
Competitive Summer League (CSL) 2026 - Tryouts Open
We at Bangkok Volleyball Academy are proud to announce that we will once be running our Competitive Summer League (CSL) program again! Players in the CSL program will have to apply for tryouts, and upon selection, will train in a structured environment that will hone their teamwork and technical skills under the guidance of our acclaimed coaches. CSL players will also participate in various away (Bangkok and Chonburi Area) & home games throughout the duration of this program so that they will be better prepared for the higher ranks of the game.
Please note that transportation for away games may be made available if there is enough interest to book transports. Otherwise, transportation is, by default, not provided.
Overview
Teams are available for boys and girls in:
- Girls: U14 & U16
- Boys: U14 & U18


Team Selection Process
League squads are formed through tryouts and coach evaluations to ensure training quality and team competitiveness.
• Tryout attendance is mandatory for all players
• Teams are limited to 9–12 players per age group and gender
• Players are assigned to teams based on evaluation and development readiness
• Participation in tryouts does not guarantee team selection
Final practice schedules and tournament calendars will be confirmed after team selection.
Need to Knows:
Tryout Registration Fee: 700 THB (non-refundable)
Tryout Date: July 5th or July 11th
Location: ST Andrews S107
Sessions will be held at St. Andrews S107. https://maps.app.goo.gl/kaBDAHQFffPzsSQ58 by BTS .
By Car :13°39'43.2"N 100°36'10.9"E
title: Markdown Test Suite
author: Tester
date: 2026-06-16
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Alternate heading 1
Alternate heading 2
Text Formatting
- Bold (or bold)
- Italic (or italic)
- Bold and italic (or bold+italic)
- ~~Strikethrough~~
Inline codewith backticks- ==Highlighted text== (if supported)
- Subscript: H~2~O (or H2O if HTML allowed)
- Superscript: E=mc^2^ (or E=mc2)
- Underline: underlined via HTML
- Combined: bold inside italic, ~~striked italic~~,
code with **literal** asterisks
Line with a
hard break (two spaces before newline)
and another.
Backslash escapes: *not italic*, [not link], #not heading, {not curly}, _not emph_
Links & Images
Inline link with title
Reference link
[Reference with implicit name][]
[Empty reference][]
[Autolink]: https://example.org
[email protected] (email autolink, if supported)
![Empty image ref][]
Blockquotes
Single line blockquote.
Multiple lines
with formatting andcode.Nested blockquote.
Deeply nested (3 levels).
Back to outer with a list:
- Item in blockquote
- Another item
Code block inside blockquoteNested again with a table:
| a | b |
|---|---|
| 1 | 2 |
Lists
Unordered
- Item 1
- Item 2
- Sub-item A
- Deep sub-item
- Sub-item B
- Sub-item A
- Item 3
- Asterisk style
- Plus style
- Mixed with dash inside
Ordered
- First
- Second
- Sub-step one
- Deep sub-step
- Sub-step two
- Sub-step one
- Third
- Unordered inside ordered
- Fourth (numbering continues)
Mixed nesting
- One
- Alpha
- Numeric inside unordered
- Beta
- Alpha
- Two
Start number (if supported)
- Fifth
- Sixth
Task lists (GFM)
- [x] Completed task
- [ ] Incomplete task
- [ ] Nested task
- [x] Sub-task done
- [ ] Sub-task pending
Definition Lists (Markdown Extra / Pandoc)
Term 1
: Definition 1
: Definition 2 with formatting
Term 2
: Definition with a code block:code here
: And another def.
Code Blocks
Fenced with language
function test() {
console.log("Hello, world!");
}
Fenced with tilde
def hello():
print("Hello, world!")
Fenced with attributes (Pandoc)
echo "Hello"
ls -la
Indented code block (4 spaces)
def indented():
return True
Inline code with backticks escaped: `literal backtick`
Tables (GFM / common)
| Default | Left | Center | Right |
|---------|:-----|:------:|------:|
| A | B | C | D |
| E | F | G | H |
| Empty | | | |
| Multi-line
with <br> | span | across | cells |
| Column A | Column B |
|----------|----------|
| js | `code` | | foo() | bar | | | |
Horizontal Rules
Footnotes (Pandoc / Markdown Extra)
Here is a footnote reference.[^1]
Here is another.[^2]
And an inline footnote: ^[This is the footnote content.]
[^1]: This is the footnote text.
[^2]: This footnote has formatting and code.
Abbreviations (Markdown Extra)
The HTML specification is maintained by the W3C.
*[HTML]: Hyper Text Markup Language
*[W3C]: World Wide Web Consortium
Mathematical Equations (if MathJax/KaTeX enabled)
Inline: $E = mc^2$
Display block:
$$
\frac{n!}{k!(n-k)!} = \binom{n}{k}
$$
Or with \[ ... \]:
[
\int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2}
]
HTML Blocks & Inline Tags
Paragraph inside div.
- HTML list
- second
Red inline span
Ctrl + C
HTML comment:
Special Characters & Emoji
Unicode: © ® € ¥ £ § ¶ • – — “ ” ‘ ’ … ½ ¾ ∞ ≈ ≠ ≤ ≥
Emoji shortcodes (if supported): :smile: :rocket: :+1: :fire: :check:
Direct emoji: 😊 🚀 👍 🔥 ✅ ❌
Misc Edge Cases
Empty headings: (should not break)
Empty subheading
Empty list items:
- Item after empties
Nested blockquotes with lists and code:
list in blockquote
second
indented code in blockquote
nested again
Links with spaces: link with spaces
Image with dimensions via HTML:
Escaped pipes in tables: | not a pipe | (should show as literal)
Reference definitions (gathered here)
Summary Checklist
After processing, verify:
- [ ] All 6 heading levels (and alternates) show correctly
- [ ] Bold, italic, bold+italic, strikethrough, highlight, sub/superscript render
- [ ] Hard breaks & backslash escapes work
- [ ] Links (inline, reference, autolink, email) navigate properly
- [ ] Images display (placeholders load)
- [ ] Blockquotes nest and contain lists/code
- [ ] Lists (unordered, ordered, mixed, start number) are correctly indented
- [ ] Task boxes are interactive (if GFM supported)
- [ ] Definition lists format with terms and definitions
- [ ] Code blocks (fenced, tildes, indented) show with optional syntax highlighting
- [ ] Tables align as specified (left, center, right) and handle empty cells
- [ ] Horizontal rules appear as lines
- [ ] Footnotes link to bottom and back
- [ ] Abbreviations expand on hover/rendering
- [ ] Math equations render (if engine enabled)
- [ ] HTML blocks/inline tags are respected (or safely ignored)
- [ ] Unicode and emoji display properly
- [ ] No crashes or broken layout from edge cases
If everything passes, your processor is very robust! If some features fail, they are likely unsupported extensions.