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
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
Note
A simple note callout
Summary
A simple summary/abstract/tldr callout
Info
A simple info/todo callout
Tip
A simple tip/hint/important callout
Success
A simple success/check/done callout
Question
A simple question/help/faq callout
Warning
A simple warning/caution/attention callout
Failure
A simple failure/fail/missing callout
Danger
A simple danger/error callout
Bug
A simple bug callout
Example
A simple example callout
Quote
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
};