mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-09 05:49:12 +00:00
What is the best way is to determine, if the syntax that I would like to add is not conflicting with any other existing extension. #449
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @olenitsj on GitHub (Apr 1, 2021).
I am working on an extension and I would like to know if my syntax won't be conflicting with any other extension.
What is the best way to achieve that?
@xoofx commented on GitHub (Apr 3, 2021):
There is no easy way outside of the project itself as you figured out in #538.
We would have to ship the tests as a separate NuGet package in order to support that scenario.
@MihaZupan commented on GitHub (Apr 3, 2021):
If you have concrete examples of syntax in mind, you could ask for feedback on the https://talk.commonmark.org/ forum
@olenitsj commented on GitHub (Apr 4, 2021):
Thank you for your responses I will look into the proposed solution.
Would the following spec configuration in SpectFileGen result in enabling ALL extensions?
new Spec("Forms", "FormsSpecs.md", "advanced+pipetables+gfm-pipetables+footnotes+attributes+emphasisextras+hardlinebreak+gridtables+customcontainers+definitionlists+emojis+abbreviations+listextras+mathematics+bootstrap+figures+medialinks+smartypants+autoidentifiers+tasklists+diagrams+nohtml+yaml+autolinks+jiralinks+globalization+forms"),