Email or username:

Password:

Forgot your password?
Top-level
:blobcatlaptop: gravitos :blobcatcomfsip:​

@jschauma its quite simple really.

how do we treat links?

without markdown, you'd say:

Hey, look at google! (google.com)

so, with markdown, you say:

Hey, look at [google](google.com)

that's it!

1 comment
propapanda :verified:

@gravitos @jschauma

Hey look at <a href="google.com" target="_blank">google</a>!

Go Up