Coder Social home page Coder Social logo

Comments (3)

lillian27 avatar lillian27 commented on May 18, 2024

After using this more it looks like print is formatting the string as if it were python code. Quoted strings turn green, obvious numerics are purple. Keywords aren't affected. Also, all content inside of brackets is being eaten regardless of if it is a valid bbcode tag or not.

print("Is anything [in here] afterwards?")
Is anything  afterwards?

Bracketed non-tag content should just get passed through.

from rich.

willmcgugan avatar willmcgugan commented on May 18, 2024

Rich will highlight repr strings by default. I can probably harden the regex to avoid that issue, but in the meantime you can disable highlighting by passing highlight=False to Console.print or to the Console constructor.

Unknown tags are left in because the styles depend on the theme. You wouldn't want the text left in just because a theme was missing a style. You can disable the markup in the same way as highlighting with markup=False.

from rich.

willmcgugan avatar willmcgugan commented on May 18, 2024

In 0.8.11 you can escape quotes by doubling them up.

print("Is anything [[in here]] afterwards?")

from rich.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.