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

Avatar for Dolfan
Dolfan

Thanks Ron, but code block is excessive spacing. I'm not sure if there is some technical challenge with displaying the typical 1x spacing between lines, if founder has some sort of personal vendetta with white spacing, or if it's been somehow abused and must be limited to prevent said abuse. But it makes it hard to read the site.

Let's test code block though. This is the first line and ends with hard returns.

Above I've got a space encapsulated in back tick's. There is a "normal" line return between the first line and this one.

0
0

Log in to vote

Avatar for Dolfan
Dolfan

Second test

`

`

This time, the code block has white space in it.

0
0

Log in to vote

Avatar for Dolfan
Dolfan

yeah, it's retarded.

0
0

Log in to vote

Avatar for ilbbaicnl
ilbbaicnl

Use <br> (HTML tag) to add space between paragraphs.
x
<br>
x
becomes
x


x


Looks like we can mix markdown and HTML tags.

0
0

Log in to vote

Avatar for RetiredFromHere
RetiredFromHere

There is nothing quick about a @ronjax2 post.

I say this with love and admiration.

0
0

Log in to vote

Avatar for Dolfan
Dolfan

Wait what?


I can add space???

0
0

Log in to vote

Avatar for Dolfan
Dolfan

Line 1

Line 2

0
0

Log in to vote

Avatar for Dolfan
Dolfan

Another BR test


Second line.

0
0

Log in to vote

Avatar for Dolfan
Dolfan

inline style in the BR didn't work, neither did start/end paragraph. So far I think the html line break is the best option, for me at least.

0
0

Log in to vote

Avatar for RonJax2
RonJax2

@dolfan The way to inject spaces via code block is with triple grave accents. I don't know how to escape the code block itself, so I'm gonna screenshot this comment so you can see.


This is a code block:




And as you and Ilb point out, it looks like line breaks also work



0
0

Log in to vote

Avatar for ClubFan81077
ClubFan81077

By the way, Ron, I know it was just an example, but "A Novel About Spinners" sounds like a book I wouldn't mind reading... :)

0
0

Log in to vote

Avatar for RonJax2
RonJax2

I'm curious about the formatting for a review I'm writing.

A Novel About Spinners


Chapter 1: Fit and Petite


Taut Abs and a Firm and Shapely Ass

0
0

Log in to vote

Avatar for ClubFan81077
ClubFan81077

Stop teasing us Ron! I want this “Spinners” novel on my coffee table by Christmas! Be sure to include lots of pictures… 😁

0
0

Log in to vote

Avatar for RonJax2
RonJax2

Lol @ClubFan81077, let me know if you know any publishers interested in such a book. I will have some reviews involving numerous spinners up soon about some Zona Norte clubs.

Also just want to test one or two more markdowny things, the separator and italics within a header.


Chapter 2: Las Flaquitas

0
0

Log in to vote

Avatar for ClubFan81077
ClubFan81077

@RonJax2 I guess if I want to see this novel badly enough, maybe I could become a publisher myself? :)

0
0

Log in to vote

Want to add a comment?