Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
target/
jotdown
/.direnv
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Project Fork Notice

This project was forked from [jotdown](https://github.com/hellux/jotdown) and renamed to **jotup** to pursue slightly different API design goals and async support. The changelog below reflects the history from the original project.

---

## Unreleased

- Add `async` feature with async rendering support.
- **BREAKING**: Project renamed from `jotdown` to `jotup`.

## [0.9.0](https://github.com/hellux/jotdown/releases/tag/0.9.0) - 2025-10-30

### Changed
Expand Down
Loading