-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Remove extra external link in markdown editor #86933
Remove extra external link in markdown editor #86933
Conversation
Good catch @sulemanof 🙂 |
const props = ({ | ||
stateParams: { | ||
fontSize: 12, | ||
markdown: 'hello from 2020 🥳', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😂
|
||
it('should update markdown on change', () => { | ||
const comp = shallow(<MarkdownOptions {...props} />); | ||
const value = 'see you in 2021 😎'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy holidays 🥳
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not owned by the kibana app team but I tested it and works fine so I approve it 🥳
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thanks for this!
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Distributable file count
Page load bundle
History
To update your PR or re-run it, just comment with: |
* Remove extra external icon * Add unit tests Co-authored-by: Kibana Machine <[email protected]>
* Remove extra external icon * Add unit tests Co-authored-by: Kibana Machine <[email protected]>
* Remove extra external icon * Add unit tests Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Daniil <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
* Remove extra external icon * Add unit tests Co-authored-by: Kibana Machine <[email protected]> Co-authored-by: Daniil <[email protected]> Co-authored-by: Kibana Machine <[email protected]>
Summary
Here is the issue in the markdown editor with an extra external icon rendered next to
Help
text ->The reason of the regression is an addition in eui - it adds the icon for external links by default now elastic/eui#4172
Fix:
Checklist
Delete any items that are not applicable to this PR.
For maintainers