Don't rely on GFM to automatically render links.
This commit is contained in:
parent
57be239900
commit
0eccbc145f
10
README.md
10
README.md
|
@ -64,11 +64,11 @@ either.
|
||||||
To give an example about the issues with Nokogiri on Rubinius (or any other
|
To give an example about the issues with Nokogiri on Rubinius (or any other
|
||||||
Ruby implementation that is not MRI or JRuby), take a look at these issues:
|
Ruby implementation that is not MRI or JRuby), take a look at these issues:
|
||||||
|
|
||||||
* https://github.com/rubinius/rubinius/issues/2957
|
* <https://github.com/rubinius/rubinius/issues/2957>
|
||||||
* https://github.com/rubinius/rubinius/issues/2908
|
* <https://github.com/rubinius/rubinius/issues/2908>
|
||||||
* https://github.com/rubinius/rubinius/issues/2462
|
* <https://github.com/rubinius/rubinius/issues/2462>
|
||||||
* https://github.com/sparklemotion/nokogiri/issues/1047
|
* <https://github.com/sparklemotion/nokogiri/issues/1047>
|
||||||
* https://github.com/sparklemotion/nokogiri/issues/939
|
* <https://github.com/sparklemotion/nokogiri/issues/939>
|
||||||
|
|
||||||
Some of these have been fixed, some have not. The core problem remains:
|
Some of these have been fixed, some have not. The core problem remains:
|
||||||
Nokogiri acts in a way that there can be a large number of places where it
|
Nokogiri acts in a way that there can be a large number of places where it
|
||||||
|
|
Loading…
Reference in New Issue