周报@2023-03-09 @ Tue, Mar 14, 2023 4:48 PM
周报@2023-03-09 @ Tue, Mar 14, 2023 8:13 PM
Expand 181 lines ...
182
return file.toString().trim();
183
}
184
```
185
+
186
## react-markdown links parse as href="javascript:void(0)"
187
188
> https://github.com/remarkjs/react-markdown/issues/537
189
190
`transformLinkUri` ((uri) => string, default: `./uri-transformer.js`, optional)
191
URL to use for links. The default allows only http, https, mailto, and tel, and is available at
192
ReactMarkdown.uriTransformer. Pass `false` to allow all URLs.