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

When there are certain characters after "/ \", they should not be combined #368

Closed
ghost opened this issue Nov 18, 2020 · 1 comment
Closed
Labels
duplicate This issue or pull request already exists

Comments

@ghost
Copy link

ghost commented Nov 18, 2020

2020-11-18_14-38-32

        let reg = /\[(b|url|quote)\].*?\[\/\1\]/gs;
     //   \/
     //   /\
     //   /\/
     //   \/\
     //   \/<
        let str = `
[b]hello![/b]
[quote]
    [url]http://google.com[/url]
[/quote]
`;
        console.log( str.match(reg) ); 
@philippnurullin philippnurullin added the duplicate This issue or pull request already exists label Nov 18, 2020
@philippnurullin
Copy link
Member

Hi this ligature was removed #78 (comment)
Please update to the latest version of JetBrains Mono.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant