Closed sungam3r closed 9 months ago
I've got build error For now I disable this package.
markdownsnippets works by extracting snippets from cs files and merging them into markdown files. meaning snippets are always correct, and stay in sync with the code
if u want to change the snippets in the md file. u need to change the cs files where those snippets exist
you are getting a line too long error because longer code lines do not render well with the wrapping when in browsers. especially on mobile devices u can change the max line length https://github.com/SimonCropp/MarkdownSnippets/blob/main/docs/max-width.md
Every time I build solution this package modifies README.md removing changes added in previous commits.
I have never used this package and other repos in destructurama org do not install it.
ping @SimonCropp