Skip to content

Commit

Permalink
Fix #2: Preserving md references
Browse files Browse the repository at this point in the history
Switch from `pulldown_cmark` to `markdown` since the latter preserves
references.
  • Loading branch information
andrew committed Dec 19, 2022
1 parent dfd7cab commit d7068f7
Show file tree
Hide file tree
Showing 4 changed files with 251 additions and 610 deletions.
63 changes: 29 additions & 34 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ anyhow = "1.0.66"
clap = { version = "4.0.29", features = ["derive"] }
icu_segmenter = { version = "0.7.0", features = ["lstm"] }
icu_testdata = "1.0.0"
markdown = "1.0.0-alpha.5"
proc-macro2 = { version = "1.0.47", features = ["span-locations"] }
pulldown-cmark = "0.9.2"
quote = "1.0.21"
structre = "0.0.1"
syn = { version = "1.0.105", features = ["full"] }
Loading

0 comments on commit d7068f7

Please sign in to comment.