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

WIP: Support for html-in-python #2

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

mjal
Copy link

@mjal mjal commented Oct 11, 2022

Using code from pyxl4, we can now use html in python (still a work in progress)

Exemple

# coding: ryzom
el = (<div>
  <span>Click </span>
    <a class="link" href="/next">here</a>
  <span> to continue</span>
</div>)

Installation:
sudo python -m ryzom_codec.install

@mjal mjal force-pushed the feat/html-in-python branch 3 times, most recently from 80472ac to 996f7df Compare November 7, 2022 23:25
@mjal mjal force-pushed the feat/html-in-python branch from 996f7df to e913bd7 Compare November 7, 2022 23:28
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

Successfully merging this pull request may close these issues.

1 participant