Skip to content

Commit

Permalink
Merge pull request #40 from pennae/markdownpp
Browse files Browse the repository at this point in the history
complete the markdown transition
  • Loading branch information
asymmetric authored Jul 1, 2023
2 parents 661d025 + 53d7396 commit 61f63fa
Show file tree
Hide file tree
Showing 12 changed files with 1,015 additions and 207 deletions.
221 changes: 205 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ structopt = "0.2"
failure = "0.1"
rnix = "0.11"
rowan = "0.15.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
textwrap = "0.16"

[dev-dependencies]
insta = "1.29.0"
Loading

0 comments on commit 61f63fa

Please sign in to comment.