Giter Site home page Giter Site logo

Enclose sections about mmark HOT 2 OPEN

flupe avatar flupe commented on June 16, 2024
Enclose sections

from mmark.

Comments (2)

flupe avatar flupe commented on June 16, 2024

I have implemented the behaviour described above on my fork. It's not particularly pretty but does the job.
Essentially, we fold over top-level blocks to find the document structure:

  • If it's a heading, we check if it closes or opens new sections and render it manually1.
  • If it's something else, we render it using the already existing rendering functions, thus accounting for extensions.

This makes the assumption that document headings only appear at the uppermost level (in mmarkBlocks), which they should anyway.

Let me know if there's any interest in this thing.

Footnotes

  1. We could also render headings with the existing rendering function, but currently this function automatically adds an id to every heading, which we obviously want to avoid. We could turn auto-ids into an extension, too.

from mmark.

mrkkrp avatar mrkkrp commented on June 16, 2024

I think the best thing we can do here is to expose more internals of MMark, e.g. in Text.MMark.Internal to facilitate custom logic like this. I'm open to a PR that does that.

from mmark.

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.