Giter Site home page Giter Site logo

Comments (11)

thelastnode avatar thelastnode commented on July 2, 2024

Because GitHub parses issues as Markdown, I can't understand this issue, reopen with fixed description

from attendance.

theJenix avatar theJenix commented on July 2, 2024

Hey, I fixed the description, but I do not have permissions to reopen. Do you want to reopen #107 or do you want me to create a new issue?

Jesse Rosalia
GIT MAD, President
Undergraduate Computer Science
Georgia Institute of Technology
[email protected]

On Jan 18, 2012, at 11:01 PM, Ankit Shankar wrote:

Because GitHub parses issues as Markdown, I can't understand this issue, reopen with fixed description


Reply to this email directly or view it on GitHub:
https://github.com/cc-wit/attendance/issues/107#issuecomment-3557666

from attendance.

thelastnode avatar thelastnode commented on July 2, 2024

How will this obfuscate the emails?

from attendance.

theJenix avatar theJenix commented on July 2, 2024

I tried to copy and paste the text from daringfireball.net and it was a markdown mess. Check out http://daringfireball.net/projects/markdown/syntax#autolink

from attendance.

thelastnode avatar thelastnode commented on July 2, 2024

If this doesn't work out of the box, I think this is more work than it's worth for now. Maybe after we fix/implement all the other things :)

from attendance.

theJenix avatar theJenix commented on July 2, 2024

What's bizarre is the discount markdown reference says it should…which probably means you're right...there's a bug in some code we just don't want to be touching right now, haha.

On Jan 18, 2012, at 11:38 PM, Ankit Shankar wrote:

If this doesn't work out of the box, I think this is more work than it's worth for now. Maybe after we fix/implement all the other things :)


Reply to this email directly or view it on GitHub:
https://github.com/cc-wit/attendance/issues/107#issuecomment-3557866

from attendance.

theJenix avatar theJenix commented on July 2, 2024

A bit more information on this: It looks like the reason that this doesn't work is because we escape the HTML in the markdown before passing it off to discount. This is also the reason HTML tags (formatting, layout, iframes) show up in the rendered markdown as plain text (instead of actually affecting the layout of the markdown). I think escaping the HTML is a good idea from safety, but these other features would be really nice...could we achieve the same security result by removing the call to escape, and then passing the rendered HTML thru whitelist sanitizer to remove malicious links?

from attendance.

thelastnode avatar thelastnode commented on July 2, 2024

We may want to look at this

from attendance.

theJenix avatar theJenix commented on July 2, 2024

Yea that looks pretty sweet...on first glance, exactly what I want for this and a couple other issues.

from attendance.

theJenix avatar theJenix commented on July 2, 2024

Reopened to examine pagedown (http://code.google.com/p/pagedown/)

from attendance.

thedekel avatar thedekel commented on July 2, 2024

While I was upgrading modules for the move to Express 3.0, I replaced discount with marked which seems to support automatic linking for anything that's a valid link that looks like http://*.*.*. I think this would be sufficient.

from attendance.

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.