GithubHelp home page GithubHelp logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
When you say add link can you clarify what you mean in markup? There are about 5
different ways.. 

here's one example:

----------------------------------------------------
Here's a [link to JQuery docs][1].

[1]: http://docs.jquery.com/Tutorials:Introducing_$(document).ready()
----------------------------------------------------

resulting markup seems OK to me--

http://is.gd/6uc9G

Original comment by [email protected] on 18 Jan 2010 at 3:37

from markdownsharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Here's the original markdown I was using stackoverflow.com:
<pre>

    $(function(){

    }); 



is [jQuery][1] (a Javascript library) shorthand for:

    $(document).ready(function(){

    });


It is what you use to do with `<body onload="xxx">` but more sophisticated. You 
can 
get a fuller explanation [here][2].


  [1]: http://www.jquery.com
  [2]: http://docs.jquery.com/Tutorials:Introducing_$(document).ready()

</pre>

Original comment by [email protected] on 18 Jan 2010 at 10:17

from markdownsharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
(Not including the pre tags)

Original comment by [email protected] on 18 Jan 2010 at 10:18

from markdownsharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Sorry - I should've tested this with the solution not just on 
stackoverflow.com. It 
links correctly with the latest release so it's an SO related issue. Another 
one to 
close

Original comment by [email protected] on 18 Jan 2010 at 10:38

from markdownsharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
I don't think the URL sanitizer allows $ in the URLs, and will strip them out.

But yes it would be helpful if you TESTED the bug reports before making them.

Original comment by [email protected] on 18 Jan 2010 at 3:45

  • Changed state: Invalid

from markdownsharp.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 17, 2024
Note that I did modify the list of encoded characters if 
EncodeProblemUrlCharacters
(optional) is set -- I added $ and "

This is set on SO..

Original comment by [email protected] on 19 Jan 2010 at 2:24

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.