DEV Community

Discussion on: 4 ways to create modern GUI in python in the easiest way possible

Collapse
 
michaelcurrin profile image
Michael Currin • Edited

Can I suggest fixes?

GitHub links

Turn this code block

<https://github.com/ChrisKnott/Eel>
Enter fullscreen mode Exit fullscreen mode

Into just a link with no code block and no angle brackets

https://github.com/ChrisKnott/Eel
Enter fullscreen mode Exit fullscreen mode

github.com/ChrisKnott/Eel

Similarly, this will become clickable if you take it out a code block

https://github.com/ParthJadhav/Tkinter-Designer
Enter fullscreen mode Exit fullscreen mode

Or

[github.com/ParthJadhav/Tkinter-Designer](https://github.com/ParthJadhav/Tkinter-Designer)
Enter fullscreen mode Exit fullscreen mode

YouTube

And also this bit you have should not be in a code block

For complete procedure do watch [this](https://www.youtube.com/watch?v=mFjE2-rbpm8&t=66s&ab_channel=Parthjadhav) video on youtube from Parth Jadhav
Enter fullscreen mode Exit fullscreen mode

It is not rendered as HTML

Can I suggest italics?

Code:

_For complete procedure do watch [this](https://www.youtube.com/watch?v=mFjE2-rbpm8&t=66s&ab_channel=Parthjadhav) video on youtube from Parth Jadhav_
Enter fullscreen mode Exit fullscreen mode

Result:

For complete procedure do watch this video on youtube from Parth Jadhav

Or a quote block?

Code:

> For complete procedure do watch [this](https://www.youtube.com/watch?v=mFjE2-rbpm8&t=66s&ab_channel=Parthjadhav) video on youtube from Parth Jadhav.
Enter fullscreen mode Exit fullscreen mode

Result:

For complete procedure do watch this video on youtube from Parth Jadhav.