Skip to content
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

make code command line copy-able #909

Merged
merged 1 commit into from
Mar 18, 2024
Merged

make code command line copy-able #909

merged 1 commit into from
Mar 18, 2024

Conversation

Fxplorer
Copy link
Contributor

Update README.md
the command dotnet fsi build.fsx -- --help was indented 4 spaces to make it code block, but on github it apparently needs a blank line above it to box it out and make it have the "clipboard copy" button appear. The rendered page shows "Run dotnet fsi build.fsx -- --help" instead of a code block. Just added the additional blank line.

Before you go

Hi there! Thank you for your contribution to our project. To help maintain the quality of our codebase, our Continuous Integration (CI) system will automatically run several checks on your submission. To streamline the process, we kindly ask you to perform these checks locally before pushing your changes:

To execute all build scripts, please run:

dotnet fsi build.fsx

If you encounter any formatting issues, you can auto-correct them by running:

dotnet fantomas build.fsx src tests docs

Should any tests fail, please review and adjust your changes accordingly.

We appreciate your efforts to contribute and look forward to reviewing your pull request!

Update README.md
the command `dotnet fsi build.fsx -- --help` was indented 4 spaces to make it code block, but on github it apparently needs a blank line above it to box it out and make it have the "clipboard copy" button appear. 
The rendared page shows "Run dotnet fsi build.fsx -- --help" instead of a code block. 
Just added the additional blank line.
Copy link
Collaborator

@nojaf nojaf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@nojaf nojaf merged commit adef74c into fsprojects:main Mar 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants