Giter Site home page Giter Site logo

No table support? about markdown HOT 8 CLOSED

buhtz avatar buhtz commented on May 27, 2024
No table support?

from markdown.

Comments (8)

facelessuser avatar facelessuser commented on May 27, 2024 1

You need to use the table extension: https://python-markdown.github.io/extensions/tables/#usage

from markdown.

buhtz avatar buhtz commented on May 27, 2024

Ah thanks. Why is this an extension? Technically what is it? Another module (py-file) imported? Why is it separated.

Is there an in-between format while converting? I don't need HTML but the structure.

from markdown.

facelessuser avatar facelessuser commented on May 27, 2024

Python Markdown is an old-school Markdown parser (not CommonMark) based on the original spec. Tables were not included in the original spec, probably because they are clunky, even with such an extension (that is my speculation). It was provided as an extension though. It has become pretty ubiquitous in modern Markdown implementations, but originally, it was an extension and remains so in this library.

from markdown.

buhtz avatar buhtz commented on May 27, 2024

Do you see away to get the "in-between format" of a table after parsing it? I need to separate the parsing and the conversion into HTML.

from markdown.

facelessuser avatar facelessuser commented on May 27, 2024

What "in-between format" are you talking about? What format do you think you are trying to get? I'm not sure what you are doing specifically, but I suspect it extends past the scope of what Python Markdown intends to offer.

from markdown.

buhtz avatar buhtz commented on May 27, 2024

What "in-between format" are you talking about? What format do you think you are trying to get?

For example a two-dimensional array with all cells.

Thanks in advance

from markdown.

facelessuser avatar facelessuser commented on May 27, 2024

It doesn't have that. If you want that, you'd have to fork the table extension as is and modify it to do what you want it to do. Python Markdown's goal is to convert that syntax to HTML, and that is what it does.

from markdown.

buhtz avatar buhtz commented on May 27, 2024

you'd have to fork the table extension as is and modify it to do what you want it to do.

I will consider this. Of course will all respect to your work and your license.

from markdown.

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.