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.
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.
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.
anchorplugin and save as a new plugin calledbracketedSpansthis can cover also converting links. When placing thebracketedSpansbefore theanchorplugin, it will basically convert your links with additional optional bracketedSpans.anchorplugin still works and leaves thebracketedSpansalone if that plugin is not importedbracketedSpansplugin 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.