A Quick Guide to Repl.it Talk Markdown
Guys! In this quick tutorial, I'll be showing you how to make your posts pretty using Markdown styling!
Headers
First we'll learn about headers. A header starts with a hash symbol #
followed by a space:
# A header
Output:
A header
Headers can be a variety of sizes. A smaller header starts with more hash symbols. The number of hash symbols can be 1 to 6:
#### A header with 4 hash symbols
Output:
A header with 4 hash symbols
Alternatively, you can also "underline" a text with =
or -
to produce headers
First header (Same as # First header) -------------- Second header (Same as ## Second header) ===========
Text Styles
You can make italic, bold or strikethrough text.
Put the text between a pair of *
or _
to make it italic.
*italic text* _also italic_
Output:
italic text
also italic
Put two *
or _
on both sides of text to make it bold.
**bold text** __also bold__
Output:
bold text
also bold
You can also do a strikethrough by putting two tildes (~
) on each side:
~~strikethrough~~
Output:
strikethrough
It's ok to mix up those stylings:
**_~~bold, italic and strikethrough~~_**
Output:
bold, italic and strikethrough
Lists
There's two kind of lists in Markdown: unordered (bulleted) and ordered (numbered). Since repl.it talk Markdown doesn't support ordered lists (sadly), we'll only deal with unordered lists.
An unordered list item starts with either a *
, +
or -
followed by a space:
* this + that - and stuff
Output:
- this
- that
- and stuff
Use indentations of 2 spaces to make sublists
* list item * sublist item * yet another sublist item
Output:
- list item
- sublist item
- yet another sublist item
Links
Just paste the URL and it'll work:
https://repl.it
Output:
https://repl.it
If you want custom link text, try this: [link text](URL)
:
[Repl.it](https://repl.it)
Output:
Repl.it
Images
The Markdown syntax for images is pretty simple: 
:

Output:
Wait... what if my image is stored in my computer? It doesn't have a URL!
Well, repl.it provided an easy way to upload images. All you need is to click the select files button below to upload it. After that, you'll see the Markdown code for your image in the text box.
Code
And finally, code!! Inline code and code blocks are widely used in repl.it talk since repl.it talk is a platform for coders to share.
Wrap a pair of backticks (`
) around text to make a span of code (inline code):
`$ node index.js`
Output:
$ node index.js
To indicate a block of code, put three backticks (```
) at both the start and end of your code:
``` This is a code block. Everything here is monospaced. ```
Output:
This is a code block. Everything here is monospaced.
Additionally, repl.it supports code block syntax highlighting, which is pretty useful for emphasizing readability.
Just put the language name (or its short form) after the three backticks:
```js while (true) console.log("MARKDOWN IS AWESOME!!!"); ```
Output:
while (true) console.log("MARKDOWN IS AWESOME!!!");
Blockquotes
To do blockquotes put a >
before each line of the block:
> Timchen is the greatest and > we should praise him
Output:
Timchen is the greatest and
we should praise him
Don't forgot to leave a blank line after each blockquote!
Horzontal rules
A horzontal rule (a line that separates content) can be made of either three asterisks (*
) or underscores (_
):
There's a horizontal rule below *** There's a horizontal rule above
Output:
There's a horizontal rule below
There's a horizontal rule above
That's all what I can teach in this very tutorial. Start using Markdown to style your posts, and find more about it!
Orginally posted (then deleted) by JSer. I revived because we link to it in the app
lol @ThisUserTaken
something=True while something: print("Yes it is!")
@ThisUserTaken ```js
function checkifworks(){
if (themagicisworking){
itworks()
}
}
function itworks(){
// wait did i really check?
// oh well i need to do it again.
checkifworks()
}
@Ponali 3 backticks and Start on a new line, please.
#As you can see, Markdown can be a little confusing.
md_syntax_correct = False if md_syntax_correct: print("Yay you used markdown!") else: print("Remember to add a space after the `#`!")
THISUSERTAKEN : just developed the fastest way to crash replit
PERSONAOS AFTER 2 SECONDS :
i = 3 while i > 0: print(i^i^i^i^i^i^i^i)
You can use the ***markdown*** in _code_!
NOICE
lol i pressed da link @elburg
#ooh does this work print("hi") hi = input("I'm trying this") print("python is nice")
@SilvermoonCat ```
er
how do you do numbered lists?
@elburg That makes complete sense!
- ofc
- markdown
- is
- meant
- to
- be
- simple
so useful. thank you very much for posting this
@KrazyOrange if you use windows 10, just push Win + .
EDIT: macOS X & 11 users use command + control + space
Thanks! I thought that there was some special kinda code/symbol to type in. xP
@elburg
@elburg What about chromebooks?
@elburg Thanks!
@LifiedaDoggo no problem
@KrazyOrange If everything else doesn't work, search google and then you can copy & paste.
@Krazy0range 😐😊😅😄😂😁🤣😭😜😋😜😛😐😋🤩🙂😐😌😇
wow i finally know how to write like that
but i will go and do some programing stuff
Thank you...how does one add LaTex or math equations..I tried MathJax syntax or another but it does not create equations...
@VictorVillavice This isn't code lol, its just markdown. (also, I know you can use HTML with github md, but idk about here)
@VictorVillavice LaTeX isn't supported, try exporting it to an image.
How do I underline in repl.it
?
@YashasShah
I think it's __text__
which makes text
EDIT: nvm
@jeanenchanted its
´´´
text
´´´
which make
text
wtf
@AndrewMarkarian that's a horizontal rule, not an underline.
At least I can do it.
Cool
~~~
@Leroy01010 I think i broke it
mega oof @ivanchang309
@Leroy01010 --extreme ooooof--
@ivanchang309 er... wot? (idk what that is srry)
thanks!
🆒
@ChaosEmerald prodigy? bruh i remember doing that in 5th grade lol
@ChaosEmerald also why did you ping me bruh
@zhaq6129 forgot oooooooooof
@LoganKwan This file cannot be displayed: https://replit.com(https://repl.it/public/images/icon-square.png)(https://replit.com)
replit
hmmmmmm @elburg
cool also helpful cuz i need to do minor edits to do a few things in wiki @elburg
Well, this bug report is no more...
thanks for the the rickroll
{ .btn} is for styling with css but it is not on replit
This file cannot be displayed:
you: drinks it
your belly: ahhhh
eyes: see night
there is more about the markdown
Markdown
IS
very
super
REaLLY
extremely
goodtruly
GREAT
It
is!
@Bookie0
lol @JBYT27
lol @Bookie0
@Bookie0 lol
@Bookie0 no rollricks permitted here
Wow. This is a lot of MD. @Bookie0 @JBYT27 @firefish
@anonymous360c
don't click the rickrollWell, well this is a lot of MD. @Bookie0 @JBYT27
@firefish You mean rickricks or rollrolls?
@elburg eggrolls
@Bookie0 stickrolls
@elburg Rollick the Rickroll
@firefish Rickoll the Rollick the Rickroll
@elburg Give Rick Astley a Rollicking
@firefish the rickroll rickrolled the rickroll
***@elburg LOL ***
@Bookie0
WOW@catherine679767 lol
@Bookie0 im not clicking that link
@JULIODIAZ1 *asks innocently Why not? :)
@Bookie0 you click the link you get rickrolled
@Ponali no xD
@Ponali it's the FAKE Rickroll...
@ryanjbwang ok
@Bookie0
Boi
rickROLLED!
@Bookie0 your joke rolled right past me
@Bookie0
We're no strangers to love
######You know the rules and so do I
######A full commitment's what I'm thinking of
######You wouldn't get this from any other guy
######I just wanna tell you how I'm feeling
######Gotta make you understand
######Never gonna give you up
######Never gonna let you down
######Never gonna run around and desert you
######Never gonna make you cry
######Never gonna say goodbye
######Never gonna tell a lie and hurt you
We've known each other for so long
Your heart's been aching but you're too shy to say it
Inside we both know what's been going on
We know the game and we're gonna play it
And if you ask me how I'm feeling
Don't tell me you're too blind to see
######Never gonna give you up
######Never gonna let you down
######Never gonna run around and desert you
######Never gonna make you cry
######Never gonna say goodbye
######Never gonna tell a lie and hurt you
######Never gonna give you up
######Never gonna let you down
######Never gonna run around and desert you
######Never gonna make you cry
######Never gonna say goodbye
######Never gonna tell a lie and hurt you
######Never gonna give, never gonna give
(Give you up)
We've known each other for so long
Your heart's been aching but you're too shy to say it
Inside we both know what's been going on
We know the game and we're gonna play it
I just wanna tell you how I'm feeling
Gotta make you understand
Never gonna give you up
Never gonna let you down
Never gonna run around and desert you
Never gonna make you cry
Never gonna say goodbye
Never gonna tell a lie and hurt you
Never gonna give you up
Never gonna let you down
Never gonna run around and desert you
Never gonna make you cry
Never gonna say goodbye
Never gonna tell a lie and hurt you
Never gonna give you up
Never gonna let you down
Never gonna run around and desert you
Never gonna make you cry
Never gonna say goodbye
Woaw
Noice@Bookie0 # lickroll ickroll
@ShyamBabu1 nah I like python
@PikachuB2005 ok XD
=P
@firefish lol
@B1gB0i no no no you have a spray paint can profile picture too oh dear god
@firefish waht
@B1gB0i you have amasad's profile picture... the spraypaint cans are spreading
@firefish ik but i like it too!
@Bookie0 !(get rickrolled) [https://www.youtube.com/watch?v=oHg5SJYRHA0]
@B1gB0i you may, but you mustn't let the spraypaint cans spread
@firefish oh ok but i changed it
@firefish @B1gB0i alright that's enough with the pings pls :)
@Bookie0 ooo
@B1gB0i ik you like it.... actually, keep it...
@Bookie0 g
@firefish fine
@B1gB0i don't copy pfps lmao
@firefish enough with pings now I think :)
@firefish yup dont do it jk im gonna change it rn https://www.bing.com/th?u=https%3a%2f%2ftse2.mm.bing.net%2fth%3fid%3dOIP.9EFQE4140VmNp9zu7JLIyQAAAA&ehk=svCky8W51iHeFuJQVZbpbiYDjh2QMgQy0g4ReNYxqT0%3d&w=193&h=160&c=2&rs=1&pid=AppEx
@Bookie0 g
@ShyamBabu1 I prefer arrow funcs
@PikachuB2005 python good
@jeanenchanted yee
@firefish a lot of md
@jeanenchanted ok its better
This file cannot be displayed: Why rickroll?
W H E E Z E@Bookie0
@Bookie0
that one guy who rickrolled youtube:
I am 4 parallel universes ahead of you
@ShyamBabu1 Try this code, this is a video you might VERY like:
let html {
}
let css {
}
let javascript {
}
@SnackyPlusPlus LOL noob its obv rickroll do u think im gonna fall for this?
nah I like c#
@Bookie0 "This video has been removed for violating YouTube's Terms of Service."
That link isn't a rickrooll, it is removed from YouTube by the Google Team ( I guess ) and Rick Astley ( LOL )
Nah, I prefer HTML, CSS, and, JS!
HTML: {
}
CSS: {
}
JavaScrypt: {
}
@Bookie0 it is no longer rick roll:
@PikachuB2005 should be like
@jeanenchanted
I can has PYTHON.PY-burger?
@PersonaOS No because that's not like the one I replied to.
@PikachuB2005 why do i keep finding you everywhere
@Classfied3D hehehe
@Bookie0 # Didn't #### you
learn
everything
atticking
from yt
of all
MARKDOWN!?!?!?!?!?
i think thats java
@TinyMooshmallow

@JBloves27
@P0GCHAMPB0i get rickrolled ugh what is with everyone
@JBloves27
It besides relies on the point, comparably as the watchwords you'd like the article to rank for. If all else fails, things, for example, thing depictions are usually somewhat short, while completely blog entries or guides run longer.
By: https://articleoftheweek.com/