Giter VIP home page Giter VIP logo

Comments (1)

pbodnar avatar pbodnar commented on June 25, 2024

Hi @koreyou, thanks for the report. Luckily, this seems to be already fixed in the master (and a new mistletoe version will be hopefully released soon).

Details: The full error stack trace:

Traceback (most recent call last):
  ...
  File "d:\projects\my-forks\mistletoe\mistletoe\span_token.py", line 97, in find
    return core_tokens.find_core_tokens(string, _root_node)
  File "d:\projects\my-forks\mistletoe\mistletoe\core_tokens.py", line 67, in find_core_tokens
    process_emphasis(string, None, delimiters, matches)
  File "d:\projects\my-forks\mistletoe\mistletoe\core_tokens.py", line 106, in process_emphasis
    bottom = star_bottom if closer.type[0] == '*' else underscore_bottom
IndexError: string index out of range

So it was rather a problem in parsing emphasis - when closer.type (property of Delimiter class instance) was an empty string for some strange reason. This sample also used to fail: ___|______|_, but e.g. ___b______c_ passes. Anyway, this was hopefully fixed, even if seemingly "by accident", by 8c90f9d, within #108.

So I'm closing this as "resolved", as I can't see under which circumstances closer.type could (have) become empty. Yes, we could add a test on emptiness, yet this would be just a workaround of the problem, as avoiding the empty string creation would be the real fix.

from mistletoe.

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.