We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The types for the following customization options are incorrect:
markdown-open-command
(choice string (const nil))
nil
markdown-uri-types
markdown-hr-strings
(repeat string)
The text was updated successfully, but these errors were encountered:
Fix customization types
6b34f4e
Fixes jrblevin#254
e391581
Fixes #254
Update CHANGES.md
6a0b7b2
Add CHANGES.md entries for the following recent issues and pull requests: - GH-227 - GH-238 - GH-246 - GH-254 - GH-257 - GH-258 - GH-259 - GH-260 - GH-261
No branches or pull requests
The types for the following customization options are incorrect:
markdown-open-command
: should be(choice string (const nil))
to allownil
markdown-uri-types
andmarkdown-hr-strings
: should be(repeat string)
The text was updated successfully, but these errors were encountered: