Templates / Legal Brief

Legal Brief PDF template — render it from Markdown

Legal documents earn credibility through restraint. This template is all-serif on US Legal paper with a deep oxblood accent used sparingly — traditional heading hierarchy, disciplined margins, and numbered structure that holds up when a reader needs to cite paragraph four of section two.

Legal Brief
Section heading
Rendered with Inkrun
Before & after

Plain Markdown in. A legal brief worth sending out.

Draft in Markdown with ordinary headings and numbered lists; the template imposes the formality — consistent heading treatment, stable margins, page numbers on every page. Because rendering is deterministic, the version you file matches the version you reviewed, byte for byte, every time.

legal-brief.mdMD
# Memorandum of Support

**Re:** Motion for Summary Judgment · **Matter No.** 2026-CV-0412

## I. Preliminary statement

Defendant's opposition rests on a single disputed email whose
authenticity its own custodian could not confirm. No genuine
issue of material fact remains for trial.

## II. Statement of facts

1. The parties executed the Services Agreement on March 3, 2024.
2. Section 7.2 requires written notice of termination within
   thirty (30) days.
3. No such notice appears in either party's records.

## III. Argument

### A. The contract terms are unambiguous

Where contract language is clear, it is enforced as written.
The notice provision admits one reading, and the record shows
compliance by Plaintiff alone.

### B. The disputed email cannot create a fact issue

An unauthenticated document is not competent evidence on
summary judgment.

## IV. Conclusion

For the foregoing reasons, the motion should be **granted**.
legal-brief.pdfPDF
Legal Brief
Section heading
Rendered with Inkrun
Render it your way

Three ways to render the legal brief.

Dashboard

Paste your Markdown in the editor, pick Legal Brief, and download the PDF — no code involved.

REST API
curl https://inkrun.dev/api/v1/render \
  -H "Authorization: Bearer sk_..." \
  -H "Accept: application/pdf" \
  -d '{"template": "legal-brief", "markdown": "# ..."}' \
  --output legal-brief.pdf
MCP · your agent

Add the Inkrun MCP connector once, then ask your agent:

Format this draft memorandum and render it with the legal-brief template.
FAQ

Legal Brief template — common questions.

Why US Legal paper, and can I use Letter or A4?

Legal-size is the default for filings that expect it; duplicate the template and switch the format setting for Letter or A4 jurisdictions.

Are renders reproducible enough for filed documents?

Yes — fonts are embedded and nothing is fetched at render time, so the same Markdown produces an identical PDF today and next year.

Does numbered-heading structure survive rendering?

Yes — nested headings and ordered lists keep their hierarchy, so section and paragraph references stay stable across versions.

Related templates

If you render legal briefs, you probably ship these too.

Annual Letter
A
Annual Letter

US Letter shareholder letter with a considered forest green.

LetterPlayfair Display headMerriweather body
Explore this template
Whitepaper
A
Whitepaper

Long-form research with a Playfair display serif and sepia ink.

A4Playfair Display headMerriweather body
Explore this template
Executive Summary
Key results
Executive Summary

US Letter summary with a bold rose accent band and heavy Poppins.

LetterPoppins headInter body
Explore this template
Inkrun © 2026