Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

methods in R S+ code (rsplus) result in funny HTML-related additions instead of producing a hyperlink #36

Closed
molecules opened this issue Dec 9, 2014 · 2 comments

Comments

@molecules
Copy link

Thank you so much for your work on GeSHi!

I just came across a bug. I tried this at http://qbnz.com/highlighter/demo.php, and it worked the same way it does in DokuWiki (where I originally noticed it):

In R S+ code, anything using a method results in funny text that looks like the end of a URL (which seems to be related to creating a link to the documentation):

seed <- new ()

results in

seed <- methods/html/new.html">new()

@Klap-in
Copy link

Klap-in commented Jun 24, 2015

Trying with Scilab code shows an similar issue:

for n=[1,2,5,10,20,50,100]
    plot2d([-1.5,-1/n,1/n,1.5],[0,0,1,1],2+floor(2*log(n)))
end

becomes:

scilab.org/product/dic-mat-sci/M2SCI_doc.htm">for n=[1,2,5,10,20,50,100]
    plot2d([-1.5,-1/n,1/n,1.5],[0,0,1,1],2+floor(2*log(n)))
scilab.org/product/dic-mat-sci/M2SCI_doc.htm">end

@BenBE
Copy link
Contributor

BenBE commented Oct 1, 2018

@Klap-in Please open a separate issue for Scilab so it can be tracked independently. Please also include your code snippet in that issue. TIA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants