question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove the default class .linkified

See original GitHub issue

Thanks for the great package!

It would be great to have option to remove the default class .linkified.

Right now neither of these two works.

linkifyHtml(html, {
  className: ''
});
linkifyHtml(html, {
  className: null
});

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

1reaction
nfrassercommented, Mar 3, 2018

This will be fixed in Linkify 3.0

0reactions
nfrassercommented, Sep 16, 2021

Fixed in v3 (took longer than I thought!)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Remove default classes · Issue #1386 · heartcombo/simple_form
I want to remove the default classes generated by simple_form. my problem is that I can't remove the default classes without removing ......
Read more >
how to remove default class attribute of tags in form? - Drupal
Hi guys~ I used form api to make a form element and add '#attributes' => array('class'=>'classname') in the codes. But the final value...
Read more >
Remove default classification from SAP documents (CL24N ...
Hi gurus, I've this scenario I need to solve. Via Customizing, I've linked a class document with a Class. (Transaction DC10). After that,...
Read more >
linkify-element | Yarn - Package Manager
The default .linkified class is deprecated and will be fully removed in a future release. ... v2.0.4. Optimize class code to reduce file...
Read more >
Django: CharField remove default ------— choice
I have found this which may be the solution for you, too. Try: from django.forms import ModelForm from django import forms as forms...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found