-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feel free to create tickets in this repository to experiment with the Action #7
Comments
So - one use case is for mobile devices. When viewing the github issue on mobile, you will have to scroll the code blocks, which is not a good user experience. Instead, if you replace the code blocks with an image of the code, it becomes easier to read it - you can easily zoom in and out and move the image around to read it instead of scrolling... This action won't check if you have really entered code in your code blocks... 😉 |
Where was this posted btw? Just want to know why the sudden traffic 😄 |
Have a guess ? https://twitter.com/github/status/1489284307986305033 😆 |
Oh neat! |
On LinkedIn too! :D I'm inserting a code block too, cuz why not?! View raw code
|
@yakhyo the code runs through prettier - which added the semicolon. |
View raw code
|
So non javascript, like php or python - you would need to add plugins to prettier to format the code properly... Perhaps I should support defining your own plugins for prettier to use - that way I don't have to capture them all and yet owners can use the action for their specific language 🤔 |
That would be a pretty neat feature! |
This repository also uses the action so you can get a taste of how it works to help with your decision on installing the Action or not.
Feel free to create random tickets. If anything needs my attention, please @ tag me and I will take a look else I shall ignore your experiments : )
Test sample code:
View raw code
The text was updated successfully, but these errors were encountered: