tuscl

Quick and Easy Guide to Using Markdown on TUSCL

Avatar for RonJax2
RonJax2Strip Club Connoisseur

Did you know? 👉 You can use markdown to format comments, reviews, posts, and even DMs on TUSCL.

Markdown is an simple syntax to format content for the web. I've experimented with a few markdown features on TUSCL and thought it would be handy to create an guide to markdown features @Founder currently supports. Take a look at the syntax below, and then I would encourage you to try it out in comments!


Text Treatment

Headers. You can create Headers (like the line above 👆) using the hashtag followed by a space. TUSCL currently supports two levels of headers.

# A Novel About Spinners
## Chapter 1: Fit and Petite

⬇️

A Novel About Spinners

Chapter 1: Fit and Petite


Horizontal Rules. You can line separator 👆 like the above with three dashes.

---

⬇️


Bold & Italics. Surrounding text with two asterisks will create bold font. A single surrounding pair of asterisks will create italics. A triple asterisk will apply both bold an italics.

She turned around, showing me her **gigantic titties**, then *whispered quietly in my ear*. ***OMFG!***

⬇️

She turned around, showing me her gigantic titties, then whispered quietly in my ear. OMFG!


Strikethrough. You can strike through text by surrounding it with a pair of tildes.

The club was ~~really~~ outrageously expensive.

⬇️

The club was ~~really~~ outrageously expensive.


Code Blocks. You can escape markdown format by surrounding text with the grave accent character (`).


Blockquotes and Mentions

You can quote another user by using the greater than sign (>), and you can nest up to two quotes. Using the at symbol (@) followed by a username will send that person an alert.

>> Emma Watson is the hottest actress.
> You're wrong @RonJax2, Sydney Sweeney is hotter.
You're both wrong it's Ana de Armas.

⬇️

Emma Watson is the hottest actress.
You're wrong @RonJax2, Sydney Sweeney is hotter.
You're both wrong it's Ana de Armas.


Lists

Unordered Lists.* You can create unordered and ordered lists on TUSCL using asterisks or numbers.

The best areas for mongering:
* **Detroit**: For the ultra high mileage clubs in the DTW area.
* **SoFla**: For Tootsie's and the gems of Pompano Beach.
* **Tijuana**: The reigning north American queen.

⬇️

The best areas for mongering:

  • Detroit: For the ultra high mileage clubs in the DTW area.
  • SoFla: For Tootsie's and the gems of Pompano Beach.
  • Tijuana: The reigning north American queen.

The best clubs in Tijuana:
1. Hong Kong Gentleman's Club
2. Chicago Club
3. Bar Tropical

⬇️

The best clubs in Tijuana:

  1. Hong Kong Gentleman's Club
  2. Chicago Club
  3. Bar Tropical

Tables

Amazingly, the newest version of TUSCL even supports tables!

To make a table you can:

  1. Create a header line with the pipe character (|) in between each title cell.
  2. Create a format line which specifies left (:---), center (:---:), or right-justified (---:)
  3. Your subsequent lines should be pipe delimited (|) and may contain other markdown as well!

⬇️

| Very | Simple | Table |
| :--- | :---: | ---: |
| 1 | *Centered* Text | *Right-Justified* Text |
| 2 | **More** *Centered* Text | *Right text is pretty useless.* |

⬇️

VerySimpleTable
1Centered TextRight-Justified Text
2More Centered TextRight text is pretty useless.

Conclusion

Use these markdown features to add clarity to your comments and reviews. If you want to try any features out, feel free to experiment below!

Comments

last comment
Avatar for RonJax2
RonJax2

Ah... and I think the blockquotes need spaces in between them. So that example should've been:

>> Emma Watson is the hottest actress.

> You're wrong @RonJax2, Sydney Sweeny is hotter.

You're both wrong it's Ana de Armas.

⬇️

Emma Watson is the hottest actress.

You're wrong @RonJax2, Sydney Sweeny is hotter.

You're both wrong it's Ana de Armas.

0
0

Log in to vote

Avatar for motorhead
motorhead

Nice!

0
0

Log in to vote

Avatar for FrustratedInTheUS
FrustratedInTheUS

How do you do those emojis?

0
0

Log in to vote

Avatar for RonJax2
RonJax2

@frustratedInTheUS, Emojis depend on your device & operating system.

  • On Windows: ALT-: (alt-colon) will bring up the emoji keyboard.
  • On MacOS: Press Control + Command + Space to open the emoji picker.
  • On iOS: Look at the bottom right of your keyboard for a smile-faced emoji.
  • On Android: Tap the smiley face icon on your keyboard, usually near the spacebar or enter key.
0
0

Log in to vote

Avatar for ww
ww

This generation is truly different.

I didn’t think I’d live long enough when men would care just as much about formatting text on a site dedicated primarily to finding strippers that suit our needs.

But here we are!

0
0

Log in to vote

Avatar for Dolfan
Dolfan

How do I add more than an extra .05 space between paragraphs?

0
0

Log in to vote

Avatar for Dolfan
Dolfan

And yes, Ana de Armas is hotter than both Emma Watson and Sidney Sweeney.

0
0

Log in to vote

Avatar for RonJax2
RonJax2

Hmm @Dolfan, I'm not sure. I'm going to add three empty lines below and see if just that works.

If that doesn't work there's another trick to try.

0
0

Log in to vote

Avatar for RonJax2
RonJax2

So that didn't work. But if you really need extra space you can try a code block:





👆I did that by starting and ending a block of spaces with three grave accents (`). But be careful with those code blocks, they can cause text to run into the margins of the page.

0
0

Log in to vote

Avatar for ClubFan81077
ClubFan81077

Cool stuff Ron! I don't know how often I might use some of these, but if you're trying to make some text stand out, it's nice to know how to do it. I actually discovered the three asterisks the other day by accident. :)

0
0

Log in to vote

Avatar for IRman
IRman

So what is the excuse for mistaken use of “an” instead of “a” (x2) in OP 2nd paragraph above?

0
0

Log in to vote

Want to add a comment?