Article Editor

Markdown to JSON Compiler

Author Information

Article Content (Markdown)

Use ## for headings, ``` for code blocks, $$ for math equations

Markdown Format Guide:

Headings:

## Introduction

Creates h2 heading with auto-generated ID

Paragraphs:

Just write text normally...

Separate with blank lines

Code Blocks:

```python
// Python (PyTorch)
import torch
```

First line with // becomes label

Math Equations:

$$
Loss Function:
\mathcal{L} = ...
$$

First line after $$ becomes label