Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: sagemathinc/cocalc-example-files
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~~: strike

  • Headers: # Main, ## Subheader, ### Subsub header, ...

Explore more by selecting words and clicking on the formatting buttons of this editor.

Structure

Lists:

* item1 * item2

Enumeration:

1. item1 1. item2

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 x2x^2 formula.

E=mc2\begin{equation} E = mc^2 \end{equation}

References