-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Markdown Github style alerts #28
Comments
I always loved those from confluence era. I do accept pull requests. I've stopped working on this project for a while now. The pester engine needs first to be updated by #26 to make sure that the ci pipeline also work. Also, please be advised that everything is unit tested, maybe to a fault, and they actually take more effort than the function itself. While answering the following occured to me:
Thoughts? If you would extend the current module, then what are your thoughts on the cmdlet name?
|
It's relatively new even on GitHub, but given some time, it will gain traction and become widely adopted (I truly hope so). Markdown doesn't have any official standards of its own, but GitHub Flavored Markdown is quite popular. MarkdownPS is used for creating documentation and help files, with a significant portion of this content ending up on GitHub. Additionally, many static site generators now support Markdown admonition and GitHub alert styles. My use case involves utilizing these "alert" syntaxes while creating README files or Markdown files displayed in GitHub repositories. Introducing an extension for such a simple feature would add unnecessary complexity. It makes more sense to integrate this feature into I prefer extending the current module instead of creating an extension. How to proceed:
I am eager to address issue #26. No amount of testing is too much testing, and I'm pleased to see this repository's commitment to thorough testing. Testing is often not given the importance it deserves in many PowerShell projects, at least compared to other languages. |
Used for the same reasons so makes sense. Didn't know the static generators supported it.
For now I agreed Let me check again on the naming conventions and the "idea/spirit" behind them and I'll come back to you. The repositories were meant to be easy extensible with multiple modules. |
While looking around, I found this link for the GFM specification. My goal was understand what other functions are there available . Some issues and remarks
Have you found more about the spec? |
|
So, pester is updated and ci pipeline seems to work. Let me know what you decide. |
I have started working on |
I have pushed the changes |
Add markdown syntax to add github alerts like this
Note
Useful information that users should know, even when skimming content.
Github docs link
I can work on this and do pull request if you are still accepting pull requests.
The text was updated successfully, but these errors were encountered: