bytecodealliance / bytecodealliance/wit-bindgen
`markdown` creates hyperlink for parameter name if it shares name with type
Open
- Dominant language
- Rust
- Stars
- 1.5k
- Forks
- 286
- Avg merge
- 6h 32m
- Merged PRs (30d)
- 19
Description
`foo.wit`:
```
interface foo {
type foo = u64
foo: func(foo: foo) -> foo
}
world foo {
default export foo
}
```
`foo.html`:
```html
Default exported interface of foo
Types
foo: u64
Size: 8, Alignment: 8
Functions
foo
Params
Results
-
result0:foo
```
This line should not have `` for the parameter name:
```html
foo:
```
Another issue is the naming conflicts with types, functions, and worlds, they all share the same hyperlink.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.