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
moveBindings = {'u':(1,0,0,0), 'i':(0,1,0,0), 'o':(0,0,1,0), 'p':(0,0,0,1), 'j':(-1,0,0,0), 'k':(0,-1,0,0), 'l':(0,0,-1,0), ';':(0,0,0,-1),} speedBindings= {'q':(1.1,1.1), 'z':(.9,.9),}
some code like this, will output some err: ERROR: convertMarkdownToHtml() Error: ENOENT: no such file or directory, open '....\1,0,0,0'
looks like it take (1,0,0,0) as a file.
The text was updated successfully, but these errors were encountered:
Fix: markdown-include regular expression #178 #181
d04c9c4
Please upgrade Markdown PDF to ver1.4.3 and try.
Sorry, something went wrong.
Fix: markdown-include regular expression yzane#178 yzane#181
de90396
No branches or pull requests
some code like this, will output some err:
ERROR: convertMarkdownToHtml()
Error: ENOENT: no such file or directory, open '....\1,0,0,0'
looks like it take (1,0,0,0) as a file.
The text was updated successfully, but these errors were encountered: