GithubHelp home page GithubHelp logo

Comments (6)

christophrumpel avatar christophrumpel commented on June 22, 2024 1

Thanks @allejo! Found a solution. @sebastiandedeyne showed me how @brendt managed something like that here https://github.com/brendt/stitcher.io/blob/master/src/Plugin/Markdown/HighlightCodeBlockRenderer.php 👍

from commonmark-highlighter.

allejo avatar allejo commented on June 22, 2024

Thanks for bringing this up to me, it appears to me like this is an upstream issue. I've fixed the issue over at scrivo/highlight.php#76.

After a bit more testing, I'll merge and a PR can be made against this repo for the new patch release.

from commonmark-highlighter.

christophrumpel avatar christophrumpel commented on June 22, 2024

Thanks for taking care of it :-)

A bit unrelated, but do you think it would be possible to highlight just some fragments too instead of only lines?
Maybe by defining these parts in the code example ad it gets converted to HTML instead of showing the code?

    ```php
    $isUserPending = <span class="highlight">$user->isStatus('pending')</span>;
    ```

from commonmark-highlighter.

sebastiandedeyne avatar sebastiandedeyne commented on June 22, 2024

I think that's also more up to highlight.php to support, this is just a bridge between highlight and CommonMark.

from commonmark-highlighter.

allejo avatar allejo commented on June 22, 2024

A bit unrelated, but do you think it would be possible to highlight just some fragments too instead of only lines?

Maybe by defining these parts in the code example ad it gets converted to HTML instead of showing the code?

    ```php

    $isUserPending = <span class="highlight">$user->isStatus('pending')</span>;

    ```

Unfortunately not at the highlight.php level, see the discussion here scrivo/highlight.php#62

Highlighting like this would need to happen at the markdown extension level.

from commonmark-highlighter.

christophrumpel avatar christophrumpel commented on June 22, 2024

@sebastiandedeyne so will the open PR be closed? Do I need to bring this bug to the other package?

from commonmark-highlighter.

Related Issues (6)

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.