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
If in your option there is no feature image, then this line
reveal-md/lib/featured-slide.js
Lines 25 to 30 in 0f1c75a
If --featured-slide 0 is set, then this function
--featured-slide 0
Lines 18 to 21 in 0f1c75a
${initialUrl}#/0
and this will return error. I try to change the condition to:
isNaN(slide) || slide === 0
and the URL is just:
${initialUrl}
which should work, but it still get error. I have no idea on how to fix this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If in your option there is no feature image, then this line
reveal-md/lib/featured-slide.js
Lines 25 to 30 in 0f1c75a
If
--featured-slide 0
is set, then this functionreveal-md/lib/featured-slide.js
Lines 18 to 21 in 0f1c75a
and this will return error. I try to change the condition to:
and the URL is just:
which should work, but it still get error. I have no idea on how to fix this.
The text was updated successfully, but these errors were encountered: