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
The inline code regex itself could also simply have \s* prepended
and appended to outside the main capture. However, this results
in less accurate behavior.
The inline tags
should render as
and not include the spaces required to separate ``` from ````. (Just compare with this rendering).
This can be achieved by adding
trim()
in https://github.com/chjj/marked/blob/master/lib/marked.js#L459.The text was updated successfully, but these errors were encountered: