Giter VIP home page Giter VIP logo

Comments (5)

mojavelinux avatar mojavelinux commented on June 3, 2024

I think this has to do with a model change in Asciidoctor core. I think it now needs to be manually inserted based on attribute values.

See manname and manpurpose attributes.

from asciidoctor-backends.

DavidGamba avatar DavidGamba commented on June 3, 2024

I started migrating this backend into asciidoctor core. I will update asciidoctor/asciidoctor#651 with a PR soon. Initially I am not going fancy, just enough to render the asciidoctor man page. I will probably leave tables and code blocks for a later iteration. I am just hoping this can make it into asciidoctorj eventually.

from asciidoctor-backends.

mojavelinux avatar mojavelinux commented on June 3, 2024

Indeed. That is definitely the plan.

Btw, I had started working on this with a custom Ruby-based converter, which I just forgot to post. Perhaps you'll find it helpful in getting the converter class together.

https://gist.github.com/mojavelinux/a086e542a145a7709b98

That's actually what I use to convert the Asciidoctor manpage, I think (actually, I kind of forget...that really needs to be automated too).

from asciidoctor-backends.

mojavelinux avatar mojavelinux commented on June 3, 2024

The issue to bring it into core is here:

asciidoctor/asciidoctor#651

One of the reasons I've hesitated so far is that I want to try to avoid having to undo the substitutions (aka the manify method) by having an option to skip them globally in the first place. However, there's no reason we can't move forward now and just update the converter later.

from asciidoctor-backends.

DavidGamba avatar DavidGamba commented on June 3, 2024

I posted what I did in asciidoctor/asciidoctor#651. Let me know what you think of it. I didn't clean up the things that I haven't updated but I am wondering if I should or not (just in case someone wants to use some of that, they can easily see where they need to change stuff).

from asciidoctor-backends.

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.