Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/master/markdown/markdown-intro.md
Views: 938
Markdown Formatting
Formatting text with markdown is very simple. The idea is that some characters, positioned at specific locations or wrapped around words, are transformed into instructions how the output should look like. Additionally, normal HTML tags can be added, too.
On the right hand side you can see a real-time preview of the rendered document.
Quick reference
Visual look
**bold**
: bold text_italic_
: italic~~strike~~
:strikeHeaders:
# Main
,## Subheader
,### Subsub header
, ...
Explore more by selecting words and clicking on the formatting buttons of this editor.
Structure
Lists:
Enumeration:
Special elements
Links:
[name of link](http://url.it.links/to)
Formulas
It is also possible to embed formulas. They are formatted using MathJax.
Inline formula.