Laurent Prévost
Laurent Prévost
Hi, I have some problem with the Markdown syntax and the CoffeeScript comments syntax. When I have something like that: ``` ### ## My Title ### ``` It will generate...
Hi again, Just a quick remark for improvement (in my opinion) When I write that: ``` ###! My comments or code in progress or anything else that should not appear...
HI again, Just a quick question to understand why the behavior of comments is not the same for line and block comments. If I write something like that: ``` ###...
Hi there, I think I discovered an issue. Having the following: ``` yaml #%RAML 0.8 --- title: My Sample App baseUri: http://somwhere.really.cool/{version}/ version: v1 protocols: [HTTPS] mediaType: application/json resourceTypes: -...
### Why: I spent time to figure out why I got this error: "Error: Not authorized to perform sts:AssumeRoleWithWebIdentity". I found an issue on the AWS Credentials Action repository: https://github.com/aws-actions/configure-aws-credentials/issues/511#issuecomment-1289602876....