Code Monkey home page Code Monkey logo

Comments (4)

hamaluik avatar hamaluik commented on May 29, 2024 1

Escaping the backticks isn't what I want though; I want to surround the θ with <code> tags using Markdown (instead of relying on inserting html <code> tags.

And again, just leaving the θ in the source file translates it into an HTML entity, which I don't want to do—I want to leave it untouched, since we live in a Unicode world nowadays.

from statik.

tombreit avatar tombreit commented on May 29, 2024

Escaping the backticks should be enough:

# data/Model/myfile.md
Some text with a \`θ\` in it

Should render as:

Some text with a `θ` in it

or, if you do not need those backticks in your rendered output at all, omit them:

# data/Model/myfile.md
Some text with a θ in it

should render as:

Some text with a θ in it

from statik.

thanethomson avatar thanethomson commented on May 29, 2024

I've attempted to replicate your use case in the unit testing as best I can in Statik v0.21.2 - try it out and let me know if it works for you?

from statik.

hamaluik avatar hamaluik commented on May 29, 2024

Definitely fixed my issue, thanks! Though now I'm getting something different:

Template error: isoformat() argument 1 must be char, not unicode (in file "./templates/feed-atom.xml.jinja2").

I'm looking into this though and will make a new issue if I can't get around it.

from statik.

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.