Quarkdown | Markdown with superpowers

2 min read Original article ↗
No boilerplate

Spend your time writing

and don't worry about the rest.

.docauthor {Jennifer Chu}

.pagemargin {topright}
    .docauthor | MIT News

# X-ray flashes from a supermassive black hole

!(70%)[Black hole](img/blackhole.jpg)

.abstract
    One supermassive black hole has kept astronomers glued to their scopes
    for the last several years.
    The black hole in question is `1ES 1927+654`, which is about as
    massive as a million suns and sits in a galaxy that is 270 million
    light-years away.
    In 2018, astronomers at MIT and elsewhere observed that the black
    hole’s corona — a cloud of whirling, white-hot plasma — suddenly
    **disappeared**, before reassembling months later.
    The brief though dramatic shut-off was a first in black hole astronomy.

> This would be the closest thing we know of around any black hole.
> - Megan Masterson, a graduate student in physics at MIT

Rendered article about X-ray flashes from a supermassive black hole

Batteries included

Complete authoring experience

Write Markdown to reach flow state faster.
Use Quarkdown's extensions to achieve more.

First page of a scientific paper with title, abstract and introduction Second page of a scientific paper with formulas and a results table

Versatile

One tool to rule them all

Whether you are writing a research paper, a quick report, a company-wide wiki, class notes, or preparing interactive slides for your next talk, there's only one line you need.

Replaces

LaTeXLaTeXTypstTypst
.doctype {paged}

Paged document output showing a formatted article

For articles, books and reports.

Replaces

NotionNotionObsidianObsidian
.doctype {plain}

Plain document output showing a coffee brewing guide

For notes, knowledge bases and simple static websites.

Replaces

GitBookGitBookDocusaurusDocusaurusMkDocsMaterial for MkDocsVitePressVitePress
.doctype {docs}

Documentation website output

For wikis, technical documentation and large knowledge bases.

Replaces

BeamerLaTeXGoogle SlidesGoogle Slides
.doctype {slides}

Slide presentation output

For lectures, talks and interactive presentations.

Reactive preview

Typesetting for the impatient

With blazing fast compilation and live preview, see results instantly as you type.

Turing complete

Don't repeat yourself

Reuse your workflow thanks to powerful scripting capabilities.

.function {animal}
    name ecosystem picture:
    .row
        .clip {circle}
            .picture

        - **Name**: .name
        - **Ecosystem**: .ecosystem

.animal {Red panda} ecosystem:{Temperate forests}
    ![Red panda](img/red-panda.jpg)

.animal {Sea otter} ecosystem:{Kelp forests}
    ![Sea otter](img/sea-otter.jpg)

.animal {Clownfish} ecosystem:{Coral reefs}
    ![Clownfish](img/clownfish.jpg)

Animal cards rendered from a custom function