Skip to content

WIP: Support for html-in-python#2

Open
mjal wants to merge 11 commits intoyourlabs:masterfrom
mjal:feat/html-in-python
Open

WIP: Support for html-in-python#2
mjal wants to merge 11 commits intoyourlabs:masterfrom
mjal:feat/html-in-python

Conversation

@mjal
Copy link
Copy Markdown

@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