Skip to main content
Register for a username here:...
No scheduled events

Filter Events

{{ filteredEventsForView.length }} Events

Free entry
Online

Summer League Tryouts (Slot 1)

Jul 6
STA 017
Summer League Tryouts (Slot 1) - Flyer

About

Big Test H1 Header

My Great Heading {#custom-id}

 

This sentence here is expected to have a empty newline above it.

Heading IDs

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

Tux Linux
The San Juan Mountains are beautiful

 

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 code with 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_


Inline link with title
Reference link
[Reference with implicit name][]
[Empty reference][]
[Autolink]: https://example.org
[email protected] (email autolink, if supported)

Inline image alt
Reference image
![Empty image ref][]


Blockquotes

Single line blockquote.
Multiple lines
with formatting and code.

Nested blockquote.

Deeply nested (3 levels).

Back to outer with a list:

  • Item in blockquote
  • Another item
Code block inside blockquote

Nested again with a table:
| a | b |
|---|---|
| 1 | 2 |


Lists

Unordered

  • Item 1
  • Item 2
    • Sub-item A
      • Deep sub-item
    • Sub-item B
  • Item 3
  • Asterisk style
  • Plus style
    • Mixed with dash inside

Ordered

  1. First
  2. Second
    1. Sub-step one
      1. Deep sub-step
    2. Sub-step two
  3. Third
    • Unordered inside ordered
  4. Fourth (numbering continues)

Mixed nesting

  1. One
    • Alpha
      1. Numeric inside unordered
    • Beta
  2. Two

Start number (if supported)

  1. Fifth
  2. 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

This is a raw HTML div with inline styles.

Paragraph inside div.

  • HTML list
  • second

Red inline span
Ctrl + C

Click to expandHidden content. Highlighted via HTML

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:

  1. list in blockquote

  2. second

    indented code in blockquote

nested again

Links with spaces: link with spaces

Image with dimensions via HTML: 50

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.

Chin Chao Huang

Choose from library