Skip to content
New issue

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

Generated pdf has wrong backtick #10

Open
wmealing opened this issue Sep 17, 2023 · 1 comment
Open

Generated pdf has wrong backtick #10

wmealing opened this issue Sep 17, 2023 · 1 comment

Comments

@wmealing
Copy link

wmealing commented Sep 17, 2023

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.

@mmontone
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants