Sample Post
Here's what a bunch of Markdown looks like on Markbase!
Highlights
You can highlight important parts of your text using two equals signs followed by text to highlight and then closed with two equals signs again.
Links
External links (to sites outside this domain) look like this Internal links (to your own Markdown files) hover and look like this. Quotes
For the first time in history, we have instantaneous access to the worldโs knowledge. There has never been a better time to learn, to contribute, and to improve ourselves. Yet, rather than feeling empowered, we are often left feeling overwhelmed by this constant influx of information.
They can be split into
Multiple lines
Too
Callouts
A simple summary/abstract/tldr callout
A simple info/todo callout
A simple tip/hint/important callout
A simple success/check/done callout
A simple question/help/faq callout
A simple warning/caution/attention callout
A simple failure/fail/missing callout
A simple danger/error callout
A simple quote/cite callout
Tables
Code
// Here's what JavaScript code looks like
const sampleElement = "secondBrain";
const sampleObject = {
fill: "this",
in: true,
the: null,
blanks: 123123
};