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

Nameless links are rendered differently than Mediawiki does #104

Open
pbb72 opened this issue Sep 1, 2020 · 0 comments
Open

Nameless links are rendered differently than Mediawiki does #104

pbb72 opened this issue Sep 1, 2020 · 0 comments

Comments

@pbb72
Copy link

pbb72 commented Sep 1, 2020

Wiki code:

Nameless link: [https://example.com/]

Mediawiki output:
Nameless link: [1]

<p>Nameless link: <a rel="nofollow" class="external autonumber" href="https://example.com/">[1]</a></p>

Wikicloth output:
Nameless link: https://example.com/

<p>Nameless link: <a href="https://example.com/" rel="nofollow">https://example.com/</a></p>

Of course it can be discussed which one is better, but there is a clear difference.

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

2 participants