You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Details
Request: #241
Rather than surrounding footnotes in parenthesis by default the prefix
and suffix are now configurable properties. The default behavior has
changed in that nothing is added by default. To get the previous behavior
users can set the following:
```lua
require('render-markdown').setup({
link = {
footnote = { prefix = '(', suffix = ')' },
},
})
```
0 commit comments