Markdown
PDF
, online Markdown editor and PDF converter
…
Fit
EN
Export
Editor
Preview
Settings
# Activity report Welcome to **Markdown PDF**. Write on the left, the paginated layout updates on the right, then export a clean vector PDF. ## What you can do - Pick a **font**, a **style** and your **heading colours** - Add a *header*, a *footer* and **page numbers** - Generate a **cover page** and a paginated **table of contents** - Paste an image with ⌘V, it stays in your browser - Force a page break with `\newpage` > The styles are built for print: point units, optional hyphenation, > headings that never end up stranded at the bottom of a page. ## Formatting | Element | Supported | Note | | --- | --- | --- | | Tables | Yes | Header repeated on every page | | Code | Yes | Syntax highlighting | | Quotes | Yes | Three styles to choose from | | Task lists | Yes | `- [ ]` and `- [x]` | ### A bit of code ```ts export function total(lines: Line[]): number { return lines.reduce((sum, line) => sum + line.qty * line.price, 0) } ``` ### Checklist - [x] Paste some markdown - [x] Tune the typography - [ ] Export to PDF \newpage ## Second page The `\newpage` marker (or `<!-- pagebreak -->`) forces a page break at that exact spot. 1. Ordered lists are numbered properly 2. Long notes stay readable 3. Links such as [nuxt.com](https://nuxt.com) take the accent colour
241 words
1291 characters
49 lines
Drop a .md or an image, or paste with ⌘V
Paginating…