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
bracketedSpans is sort of a new plugin I want to add (see #10 )
but most of the requested features are already available via links with atributes
common markdown should however not include bracketedSpans (nor links with attributes) but should include just converting links.
cut out the logic of the attributes of the anchor plugin and save as a new plugin called bracketedSpans this can cover also converting links. When placing the bracketedSpansbefore the anchor plugin, it will basically convert your links with additional optional bracketedSpans.
make sure the anchor plugin still works and leaves the bracketedSpans alone if that plugin is not imported
please note: before working on this issue, there are some unrelated tests failing on production branch. It's best to first fix all failing tests on production, then pull production into branch of #10 again, then start working on these remaining issues.
The text was updated successfully, but these errors were encountered:
bracketedSpans is sort of a new plugin I want to add (see #10 )
but most of the requested features are already available via links with atributes
common markdown should however not include bracketedSpans (nor links with attributes) but should include just converting links.
anchor
plugin and save as a new plugin calledbracketedSpans
this can cover also converting links. When placing thebracketedSpans
before theanchor
plugin, it will basically convert your links with additional optional bracketedSpans.anchor
plugin still works and leaves thebracketedSpans
alone if that plugin is not importedbracketedSpans
plugin covers all tests added in feat/bracketed spans #10please note: before working on this issue, there are some unrelated tests failing on production branch. It's best to first fix all failing tests on production, then pull production into branch of #10 again, then start working on these remaining issues.
The text was updated successfully, but these errors were encountered: