-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
enhancement 🦚New feature or requestNew feature or requesthelp wanted 🤝Extra attention is neededExtra attention is needed
Description
Is your feature request related to a particular use-case?
I keep docs in org-mode files instead of markdown.
Currently it seems the file specified in Cargo.toml is blindly parsed as a markdown file.
Describe the solution you'd like to implement/see implemented
- All org-mode files in the project should be spellchecked.
- When setting
package.readme = "some_file.org"inCargo.tomlthe file should be parsed as an org-mode file.
Describe alternatives you've considered
At least skipping .org files with a warning instead of pretending they are markdown and failing might be nicer. I'm using --skip-readme for now, but it results in a spellchecking coverage gap.
Metadata
Metadata
Assignees
Labels
enhancement 🦚New feature or requestNew feature or requesthelp wanted 🤝Extra attention is neededExtra attention is needed