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
Gday,
I've only begun learning this tool. I have found that the generated pdf has a problem with the example generated code.
In section 3.1. Basics
(with-output-to-string (forms.who:*html*) (let ((form (forms:find-form `fields-form))) (forms:with-form-renderer :who (forms:render-form form))))
Should be.
(with-output-to-string (forms.who:*html*) (let ((form (forms:find-form 'fields-form))) (forms:with-form-renderer :who (forms:render-form form))))
Note the change in backtick before fields-forms.
Trying these at the repl as a copy-and-paste from the pdf was what made me aware of the issue.
Thanks for your time. Please feel free to close this issue if I have made it in error.
The text was updated successfully, but these errors were encountered:
Ah. I'll revise if it is a general problem of docs generation, or just that example. I'll correct that, and thanks for reporting.
Sorry, something went wrong.
No branches or pull requests
Gday,
I've only begun learning this tool. I have found that the generated pdf has a problem with the example generated code.
In section 3.1. Basics
Should be.
Note the change in backtick before fields-forms.
Trying these at the repl as a copy-and-paste from the pdf was what made me aware of the issue.
Thanks for your time. Please feel free to close this issue if I have made it in error.
The text was updated successfully, but these errors were encountered: