Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

📚 The CoCalc Library - books, templates and other resources

Views: 96189
License: OTHER

Markdown in Sage Worksheets

# this is a normal code block, with a comment line 1+1
2
%md In order to be able to enter markdown text between calculations, start a new block of code with `%md`! Unfold the next block below this output, to see how the "Quick reference" is typeset.

In order to be able to enter markdown text between calculations, start a new block of code with %md!

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)

Formuas

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