GithubHelp home page GithubHelp logo

Comments (6)

zachleat avatar zachleat commented on May 26, 2024 1

Starting with now-available v3.2.1 of this plugin, you can use diff- on the prefix of your language and Eleventy will use the official Prism.js diff-highlight plugin. Look to https://www.11ty.dev/docs/plugins/syntaxhighlight/ soon for the official docs on this.

from eleventy-plugin-syntaxhighlight.

peterjcaulfield avatar peterjcaulfield commented on May 26, 2024

See #46

from eleventy-plugin-syntaxhighlight.

RReverser avatar RReverser commented on May 26, 2024

@peterjcaulfield Right, I'm aware of that manual syntax, but that's different, and very hard to maintain for complex diffs. Whereas real diff syntax support can be applied to unifieddiffs copied from Git.

from eleventy-plugin-syntaxhighlight.

peterjcaulfield avatar peterjcaulfield commented on May 26, 2024

Yep gotcha. It seems like there are issues with a number of Prism plugins when used in a Node env.

from eleventy-plugin-syntaxhighlight.

RReverser avatar RReverser commented on May 26, 2024

Amazing, thanks!

from eleventy-plugin-syntaxhighlight.

davidpmccormick avatar davidpmccormick commented on May 26, 2024

With the following in my .md file

```diff-js
function test(a) {
+ const b = a + 1;
const anotherThingThatIWantToBeHighlighted = 'nope';
- return b;
}
```

I end up with this (only the +/- lines have been tokenized). Should this work now and/or am I missing something?

image

edit: on further inspection, I think it looks like tokenization will work throughout the block (even for unchanged lines) as long as the first line begins with a + or a -. Is this a known limitation?

edit some more: think I'm talking nonsense – seems like the amount of indentation is important, and I hadn't indented certain lines by the right amount. Please ignore me

from eleventy-plugin-syntaxhighlight.

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.