Message from @Reason Vision

Discord ID: 567666424022040577


2019-04-16 11:00:40 UTC  

So no

2019-04-16 11:00:41 UTC  

<:shap:497652686603288576>

2019-04-16 11:01:04 UTC  

<:trumped:440551399772913674>

2019-04-16 11:01:16 UTC  

# stuff

2019-04-16 11:01:20 UTC  

But you can use markdown with \`\`\`md <text> \`\`\`

2019-04-16 11:01:24 UTC  

<:thronk:441701565607444482> <:thronk:441701565607444482> <:thronk:441701565607444482>

2019-04-16 11:01:35 UTC  

```md
# This is a heading.

Hi, I am text.
```

2019-04-16 11:01:44 UTC  

Why do I like that emoji more than I should

2019-04-16 11:02:01 UTC  

Does it bear resemblance with you?

2019-04-16 11:02:15 UTC  

Well, no. Not physically.

2019-04-16 11:02:27 UTC  

Maybe sometimes with my mental state.

2019-04-16 11:02:37 UTC  

Jesus it's glorious.

2019-04-16 11:02:45 UTC  

It's neat because we can code in Discord.

2019-04-16 11:02:56 UTC  

I also had a REPL bot on my discord.

2019-04-16 11:03:03 UTC  

```md testing ```

2019-04-16 11:03:06 UTC  

You can run code and it will give you back the result.

2019-04-16 11:03:13 UTC  

<:think_hang:378717098903470080>

2019-04-16 11:03:19 UTC  

Wait I forgot...

2019-04-16 11:03:32 UTC  

```Did I remember?```

2019-04-16 11:03:42 UTC  

```Yes\`

2019-04-16 11:03:55 UTC  

`Ok`

2019-04-16 11:04:07 UTC  

``Ok more``

2019-04-16 11:04:14 UTC  

```fix
#-------------------------------------> DISCORD TEXT FORMATTING <-------------------------------------#
```
__***outside a code block:***__

```
italics = *italics*
bold = **bold**
bold italics = ***bold italics***
strikeout = ~~strikeout~~
underline = __underline__
underline italics = __*underline italics*__
underline bold = __**underline bold**__
underline bold italics = __***underline bold italics***__
code block = ``text here`` (3 backticks --> alt + 7 for me)
```

___***code block formating:***___

```md

(3 backticks)markdown
or just:
(3 backticks)md

#lines starting with # are blue(?),
[murky blue][red?] --------------------> anywhere in the code block
[murky blue](red?) --------------------> anywhere in the code block
<first_word_blue and the rest orange> -> anywhere in the code block
(3 backticks)
```

```diff
(3 backticks)diff uses the first character on a line for color:

+ for green,
- for red,
--- for grey
! for green(? should be orange)
(3 backticks)
```

```css

(3 backticks)css makes almost everything green,
numbers are white (0123456789),
has some weird cases around some specific characters like colons and quotes
(3 backticks)
```

```fix

(3 backticks)fix makes pretty much everything orange
(3 backticks)
```

```xl

(3 backticks)xl is weird and has some random shit i didnt figure out yet:
numbers 012345678910 and "quotes" are blue
the words and,color are always red
the word is is always green
// = grey line
(3 backticks)
```

2019-04-16 11:04:16 UTC  

```Ok even more```

2019-04-16 11:04:26 UTC  

````Ok I'm ready````

2019-04-16 11:04:30 UTC  

Lol

2019-04-16 11:05:25 UTC  

```js
var dick = 0; ```

2019-04-16 11:05:44 UTC  

```**STOP IT**```

2019-04-16 11:05:48 UTC  

hm

2019-04-16 11:05:49 UTC  

```int main () {

while (1)
don't_doxx();

return 0;

}```

2019-04-16 11:05:50 UTC  

It needs to follow the backticks

2019-04-16 11:05:57 UTC  

you need to specify the language

2019-04-16 11:06:07 UTC  

Shit, what? Lol.

2019-04-16 11:06:11 UTC  

```js
var okIgetItNow = 0;
```

2019-04-16 11:06:14 UTC  

YES

2019-04-16 11:06:19 UTC  

since when is this a coding server

2019-04-16 11:06:22 UTC  

fags

2019-04-16 11:06:27 UTC  

```c
int main () {

while (1)
don't_doxx();

return 0;

}```

2019-04-16 11:06:46 UTC  

I don't think you can use a single quote in a function name like that, though.

2019-04-16 11:06:46 UTC  

Perfect.