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

document inline variable usage on reference page #87

Closed
dillongreen opened this issue Jul 10, 2012 · 2 comments
Closed

document inline variable usage on reference page #87

dillongreen opened this issue Jul 10, 2012 · 2 comments

Comments

@dillongreen
Copy link

https://github.com/jessemiller/HamlPy/blob/master/reference.md should show an example for inline variable usage as otherwise folks would need to literally write

Hello
= user.name
,how are you today?

instead of just Hello #{user.name}, how are you today?

Inline variables were added about two years ago with #17

@jessemiller
Copy link
Owner

Fixed. You are welcome to do a pull request next time :)

@dillongreen
Copy link
Author

Cheers, will do ;)

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