-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Default README format to Markdown in "new"? #280
Comments
**NEW** * A new parameter called `--readme` for `poetry new` is introduced, which used for defining the README format. This can be set either to `md` or `rst` * The readme is included in the `pyproject.toml` **CHANGE** * The default README format is now `.md` **FIX** * Test for `poetry new` is added
Relates-to: python-poetry#280 Co-authored-by: Arun Babu Neelicattu <[email protected]>
This change makes readme formant configurable, defaulting to markdown when using the new command. Resolves: python-poetry#280 Closes: python-poetry#1515 Co-authored-by: Arun Babu Neelicattu <[email protected]>
Relates-to: python-poetry#280 Co-authored-by: Arun Babu Neelicattu <[email protected]>
This change makes readme formant configurable, defaulting to markdown when using the new command. Resolves: python-poetry#280 Closes: python-poetry#1515 Co-authored-by: Arun Babu Neelicattu <[email protected]>
Relates-to: python-poetry#280 Co-authored-by: Arun Babu Neelicattu <[email protected]>
This change makes readme formant configurable, defaulting to markdown when using the new command. Resolves: python-poetry#280 Closes: python-poetry#1515 Co-authored-by: Arun Babu Neelicattu <[email protected]>
Relates-to: python-poetry#280 Co-authored-by: Arun Babu Neelicattu <[email protected]>
This change makes readme formant configurable, defaulting to markdown when using the new command. Resolves: python-poetry#280 Closes: python-poetry#1515 Co-authored-by: Arun Babu Neelicattu <[email protected]>
This is a small issue I understand but has there been any resolution or progress on this? I would be open to contributing if needed. |
any progress on this? seems like most use md due to github so may not know rst much, would make sense to change to md as default |
Looks like there are a few open PRs that seem to work |
Relates-to: python-poetry#280 Co-authored-by: Arun Babu Neelicattu <[email protected]>
This change makes readme formant configurable, defaulting to markdown when using the new command. Resolves: python-poetry#280 Closes: python-poetry#1515 Co-authored-by: Arun Babu Neelicattu <[email protected]>
Relates-to: python-poetry#280 Co-authored-by: Arun Babu Neelicattu <[email protected]>
This change makes readme formant configurable, defaulting to markdown when using the new command. Resolves: python-poetry#280 Closes: python-poetry#1515 Co-authored-by: Arun Babu Neelicattu <[email protected]>
Relates-to: #280 Co-authored-by: Arun Babu Neelicattu <[email protected]>
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Issue
When Markdown support was initially added in #15, Warehouse had somewhat questionable Markdown rendering. At this point, however, it appears that those issues have been resolved, and things like syntax highlighting now work.
As such, given the relative popularity of Markdown even for Python projects, it might make more sense for
new
to default to creating aREADME.md
rather than aREADME.rst
.The text was updated successfully, but these errors were encountered: