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

Allow to print "HTML" to the console #192

Open
tobiasgrosser opened this issue May 29, 2016 · 0 comments
Open

Allow to print "HTML" to the console #192

tobiasgrosser opened this issue May 29, 2016 · 0 comments

Comments

@tobiasgrosser
Copy link
Contributor

It would be nice if pypyjs would provide an API function for printing HTML formatted content to the console. This would allow python programs to output HTML without the need to understand / inspect the surrounding DOM.

Something like
pypyjsconsole.print("Hallo")

Implementation-wise this would just be a call to jqconsole.Write() with escape=false.

This functionality would further simplify #191

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

1 participant