Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.56 KB

File metadata and controls

47 lines (34 loc) · 1.56 KB

Introduction

Minimal styling to make typst look like the preview of github markdown12.

🎯 My purpose is not to replicate github markdown styling completely. Instead, just make me do not case too much about forming a good styling while taking notes in most cases.

preview

How to use

install just

run the following setup steps:

git clone https://github.com/icyzeroice/typst-template-minimal-styling
cd typst-template-minimal-styling
just sync

then, use the local typst package like this:

#import "@local/minimal-styling:0.1.0": template_minimal_styling
#show: template_minimal_styling

TODOs

  • text
  • headings
  • code
  • links
  • footnotes
  • table

Related works

  • coldy : more styling with code
  • octique : github handcrafted icons
  • note-me : github-style alert
  • ilm: a minimal template
  • cheq: markdown-like checkboxes
  • tablem: markdown table markup

Footnotes

Footnotes

  1. Markdown Cheatsheet · adam-p/markdown-here Wiki

  2. Basic writing and formatting syntax - GitHub Docs