Skip to content

Commit 0876bb8

Browse files
committed
Allow MD054 url-inline
`autolink` does not work in MDX files
1 parent 28a73d8 commit 0876bb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/general/install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ docker compose up -d
113113
```
114114

115115
Once the containers are running, you can access the CodeZero Dashboard via your browser (typically
116-
at <http://localhost/>).
116+
at [http://localhost/](http://localhost/)).
117117

118118
</Step>
119119
<Step>

rumdl.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ inline = true
5959
full = false
6060
collapsed = false
6161
shortcut = false
62-
url-inline = false # prefer autolink
62+
url-inline = true
6363

6464
[MD055] # table-pipe-style
6565
style = "leading-and-trailing"

0 commit comments

Comments
 (0)