• Resolved scottgeek

    (@scottgeek)


    In C#, we use vars of type T. This is expressed as something like:

    var x<t>;
    var x<string>;

    The code block plugin appends closing html tags for such. So the code block shows:

    </t>;</string>;

    Seems like a problem… those closing tags should not be in the code block.
    This is a most excellent plugin. If there is a work around or a fix for this, that would be great.

    Thanks
    ScottGeek

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author David Artiss

    (@dartiss)

    Hi Scott,

    Thanks for reporting this but I’m struggling to understand the issue. On the page you point to, you show the code with extra code in but you’re not actually embedding it with the plugin. Are you saying when that code is added to the page with my plugin that it adds that? Do you have an example of a page where you’ve tried this?

    Thread Starter scottgeek

    (@scottgeek)

    Thanks David for replying….

    Sorry for the confusion… My problem is not with your plug-in. Turns out it is a different one (Andi Dittrich’s enlighter).

    Thanks Again,
    Scott

    Plugin Author David Artiss

    (@dartiss)

    Ah, okay, that explains things :wipes-sweat-from-brow:

    Thanks for letting me know!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘C# Block problem with var x;’ is closed to new replies.