Git Product home page Git Product logo

Comments (5)

tipiirai avatar tipiirai commented on June 24, 2024 1

Currently no, but I've encountered this need myself also. Thinking of exposing the inline markdown function for the template code. Thanks. Good call.

from nue.

Jehu avatar Jehu commented on June 24, 2024

My second approach is not working eighter:

[accordion-wrapper]
[accordion-item frage="I am a question"]
    Anwer with **Markdown** in it
[/accordion-item]

[accordion-item frage="Another question"]
    Another answer

    This time multiple lines

    ## Hello!

    Some formatting needed.
[/accordion-item]
[/accordion-wrapper]

Here the components:

<div @name="accordion-wrapper" class="accordion-wrapper" data-one-at-a-time="yes">
    <slot for="accordion-item"/>
</div>

<div @name="accordion-item" class="accordion__item">
    <h3 class="accordion__header"><button id="acc-header-1" aria-expanded="false" aria-controls="acc-panel-1" class="accordion__header" data-accordion-header=""> 
            { frage }
        </button> </h3>
    <section id="acc-panel-1" class="accordion__panel" aria-labelledby="acc-header-1" hidden=""> 
        <div>
            <div>
                { content }
            </div>
        </div>
    </section>         
</div>

Is there a chance to get this Markdown processed?
Thank you.

from nue.

tipiirai avatar tipiirai commented on June 24, 2024

Nuemark does not support closing tags (like [/accordion-item]). The inner content/YAML properties must always be nested. Those kind of structures only work with Nue JS server-side templating, not Nuemark.

However, I'm going to implement a summary/details- based widget for collapsible content sections.

from nue.

Jehu avatar Jehu commented on June 24, 2024

Hm, maybe it yould be an option to have .mdx support. Then it yould be possible to use custom elements as needed. For now this is very limiting - or i do not understand the concepts.

from nue.

tipiirai avatar tipiirai commented on June 24, 2024

I hear you! Not clear now. There's some work left to do for both Nuemark, HTML templating, and the documentation. I'll get there!

from nue.

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.