Coder Social home page Coder Social logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
I don't feel that making every operation an overridable transform is really 
necessary. You Aren't Gonna Need It. (YAGNI).

Even in the case of nofollow, the logic required has nothing to do with 
markdown and logically belongs outside this class. See my response to that for 
more detail.

Original comment by [email protected] on 12 Nov 2010 at 8:54

from markdownsharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024

Original comment by [email protected] on 12 Nov 2010 at 9:03

  • Added labels: Priority-Low
  • Removed labels: Priority-Medium

from markdownsharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024

Original comment by [email protected] on 12 Nov 2010 at 9:03

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from markdownsharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 17, 2024
Respectfully, this is an open source project for everyone and anyone, so while 
WAGNI, I might need it and so may others.

Of course the project owners aren't obligated to implement any of this, but 
it's the kind of thing that increases the chance of a project being forked, or 
numerous people duplicating the effort of integrating this kind of thing.

Processing the generated HTML to include this kind of thing afterwards doesn't 
feel right to me.  I want to use a library like this to completely avoid having 
to deal with HTML.  Furthermore it just involves loads more string operations 
on the server which results in unnecessary GC pressure.  A library like this 
should be able to operate on a stream directly to reduce the working set of the 
function.  Providing callbacks as discussed here would allow for that in a 
simple way.  I like the idea.

Original comment by drewnoakes on 18 Nov 2010 at 3:23

from markdownsharp.

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.