Skip to content
View anteatersa's full-sized avatar

Block or report anteatersa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Wagtail-Image-Folders Wagtail-Image-Folders Public

    Add folder support to Wagtail images

    Python 12 1

  2. Wagtail-Document-Folders Wagtail-Document-Folders Public

    Python 7 2

  3. gatsby-django-portfolio gatsby-django-portfolio Public

    A beautiful and flexible portfolio for displaying your work. Powered by Gatsby and Django.

    JavaScript 1

  4. Convert HTML to Shopify metafield ri... Convert HTML to Shopify metafield rich text object JSON using Python and BeautifulSoup
    1
    from bs4 import BeautifulSoup
    2
    import json
    3
    html = """<p>This is a paragraph with a <a href="https://www.github.com">link</a></p><ul><li>one</li><li>two</li><li>three</li></ul>"""
    4
    
                  
    5
    def serialize_to_rich_text(soup = False, html = False, root = False, level = 0):