Reddit First in Line Again Circuit City

In this quick guide on Reddit formatting, I'll assistance yous understand the formatting tags and the syntax you can use in your comments to increase readability and engagement.

Table of Contents

1. Basic Reddit Formatting

2. Links

3. Lists

4. New Lines & Paragraphs

5. Tables

6. Headlines

1. Reddit Formatting – The Basics

ane.1 Italics

To brand a text italic, enclose information technology in asterix "*" or underscores "_".

For example:

Nosotros all desire *our links* to stay on the _first page_.

becomes

We all want          our links          to stay on the          showtime page.

ane.2 Bold

Aforementioned equally italic, but with double asterix "**" and double underscore "__" like this:

We all want **our links** to stay on the __first page__.

becomes

We all desire          our links          to stay on the          beginning folio.

1.3 Quoting

You tin quote your text on Reddit past but using the "<" symbol. You lot tin besides nest quoted text, like this:

Nosotros all want our links to stay on the first page. >The trouble is that it'due south hard.  >>So how to make it work ? >>>Read RedditSecrets.com

becomes

Nosotros all want our links to stay on the first page.

The problem is that it'south hard.

So how to make information technology work ?

Read RedditSecrets.com !

one.4 Superscript text

You can suprescript your text using the carot symbol "^". Notation that y'all tin also stack superscripts:

Redditor 1^Redditor 2^Redditor 3

becomes

Redditor oneRedditor 2Redditor three        

1.v Strikethrough text

Strikethrough your text using a double tilde "~~":

Part of this text volition be ~~deleted~~.

becomes

Office of this text will be          deleted.

1.6 Inline Code (Monospaced Text)

Sometimes you desire to add a lawmaking snippet on the same line in your comment. You can format you Reddit comment similar that with inline lawmaking using the following symbol " ' "

We have an inline code here: 'Console.WriteLine();'

becomes

We have an inline lawmaking here:          Console.WriteLine();        

It's a piddling bit hard to see the difference here, merely it works fine on Reddit.

1.half-dozen Block Code (Monospaced Text)

If you want to add a monospaced block of code, commencement the line with 4 spaces (illustrated with ░) like this:

          ░░░░Console.WriteLine(); ░░░░░░░░foreach (string line in lines) ░░░░░░░░░░░░Panel.WriteLine(line);        

1.7 Escaping Special Characters

All correct, but what happens if we actually want to print "*some important discussion*" in our comment ? Here's where escaping comes into place:

We have an important \*keyword\* here.

which volition ignore the special characters and get out only the asterix:

We have an important *keyword* here.

2. How to mail service a link on Reddit

2.one Simple Links

If you wonder how to post links in comments in reddit, it is washed with the following syntax:

[Link To Reddit](https://reddit.com)

which becomes

Link To Reddit

2.2 Link Hover Text

If you want to add an HTML title tag to your link, i.e. displaying text on hover, do it similar this:

[Hover Me](https://reddit.com "This link points to Reddit")

becomes

Hover Me

two.3 Linking to a Sub-Reddit

If yous want to link to a sub-reddit, instead of adding the whole URL you tin can just use:

/r/pics

which will render

/r/pics

Reddit will automatically find the sub-reddit and add the link for you.

2.iv Escaping Brackets in URLs

If your URL contains brackets, you lot'll have to escape them:

[Reddit](http://en.wikipedia.org/wiki/Reddit_(site))

this volition return

Reddit)

Notice the extra character at the finish ? So to gear up it, escape information technology:

[Reddit](https://en.wikipedia.org/wiki/Reddit_(site\))

results in the correct course

Reddit

two.v Links can't begin with World wide web

An important note is that your link should accept the URI scheme included. For example, this volition not work:

[Reddit](world wide web.reddit.com)

but this will

[Reddit](https://world wide web.reddit.com)

Supported schemes are:

  • http://
  • https://
  • ftp://
  • mailto:
  • steam://
  • irc://
  • news://
  • mumble://
  • ssh://

2.5 Using Spoiler Tags

And finally, at that place is a relatively new feature that allows you to add spoiler text to your comments and posts. Here's how information technology works

[Spoiler](/s "write spoiler-text inside quotes")

This spoiler formatting is similar to a link, but when y'all hover on "Spoiler" the actual text next to it will be revealed. For a demonstration, check Reddit'southward Spoiler Tag declaration.

3. Adding Lists

three.1 Unordered Lists

In order to create an unordered list, you tin utilise either "*", "+" or "-"

* Particular 1 + Detail 2 - Detail 3

becomes

  • Item 1
  • Detail ii
  • Item 3

3.ii Ordered Lists

For ordered lists, simply use a number with a period at the terminate.

2. Item 1 1. Item 2 3. Item three

becomes

  1. Particular ii
  2. Item 1
  3. Detail 3

4.Paragraphs and Line Breaks

4.1 New Lines

In order to  format a line break on Reddit, you can't simply striking enter. For example, this volition not work

Start Line↵ 2nd Line

Y'all need to add 4 spaces:

First Line░░░░↵ 2nd Line

which will actually render a new line.

4.2 Paragraphs

Creating a paragraph is actually simplier. Just hit enter twice:

Offset Line↵ ↵ Second Line

5. Creating Tables

Now, if you are a web developer you will probably vomit after reading this, just here's how you format tables with Reddit:

Cavalcade one | Column 2 | Column three :--|:--:|--: row 1| row 1 | row 1 row 2 | row 2 | row two row three | row 3| row 3 row iv| row 4| row four row five| row five| row 5 row six| row 6| row 6

Two important things here:

  1. The showtime row is the columns row and is e'er bolded
  2. The second row is with the strange :–|:–:|–: symbols represents the text alignment for the column higher up

So

  • :–: is eye-aligned
  • :– is left-aligned
  • –: is right-aligned
Column 1 Column two Column 3
row 1 row 1 row ane
row two row 2 row two
row 3 row 3 row 3
row 4 row 4 row four
row 5 row 5 row 5
row vi row 6 row 6

vi. Headlines & Horizontal Lines

6.one Headlines

As yous can see Reddit's Formatting syntax can actually exist quite powerful. You can likewise add headlines inside your comments by simply adding hash tags before your text. For case

# Heading one ## Heading 2 ### Heading three

6.two Horizontal Lines

To format a horizontal line, simply put 3 asterix symbols next to each other like this

***

which will create a horizontal line


7. Reddit Formatting Help Tool

At the terminate of this guide, I think at that place'southward a tool that deserves a mention and that's the ReddiFormat Chrom extension past Chris Goulding. So experience costless to give it a shot and share your impressions !

reddi format img 1 300x188 - Reddit Formatting Help – Beginner's Guide to Formatting

lawsonbruse1971.blogspot.com

Source: https://www.redditsecrets.com/reddit-formatting-help/

0 Response to "Reddit First in Line Again Circuit City"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel