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

Tag Interpolation #18

Open
mattymaloney opened this issue Feb 2, 2016 · 3 comments
Open

Tag Interpolation #18

mattymaloney opened this issue Feb 2, 2016 · 3 comments

Comments

@mattymaloney
Copy link

Can we use "tag interpolation"?

e.g. span.t1 click #[a(href="go/here") this] link should produce <span class="t1">click <a href="go/here">this</a> link</span>.

Maybe I'm just not finding this in the readme? I haven't searched in code yet.

@mattymaloney
Copy link
Author

I couldn't find this sort of interpolation in the code, but I'm not exactly sure where to look or what to look for.

If I want to add this functionality, where would you suggest it belongs?

@yury
Copy link
Contributor

yury commented Feb 4, 2016

inline slm is not supported. only inline html tags

span.t1 click <a href="go/here">this</a> link

@mattymaloney
Copy link
Author

OK. Thanks for the confirmation. Any insight into where in code such a modification belongs?

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