mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
fix(fmt/markdown): fix emoji width calculation in tables (#16870)
https://github.com/dprint/dprint-plugin-markdown/pull/67
This commit is contained in:
parent
e2655c992e
commit
73f8c820f3
2 changed files with 4 additions and 3 deletions
|
@ -62,7 +62,7 @@ clap_complete_fig = "=3.1.5"
|
|||
data-url.workspace = true
|
||||
dissimilar = "=1.0.4"
|
||||
dprint-plugin-json = "=0.16.0"
|
||||
dprint-plugin-markdown = "=0.14.2"
|
||||
dprint-plugin-markdown = "=0.14.3"
|
||||
dprint-plugin-typescript = "=0.78.0"
|
||||
encoding_rs.workspace = true
|
||||
env_logger = "=0.9.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue