Fix image links and sizes (#32223)
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
title: Source Code Editors
|
||||
---
|
||||
|
||||
##Source Code Editors
|
||||
## Source Code Editors
|
||||
|
||||
Source code editors are the programs that allow for code creation and
|
||||
editing. Any text editor can be used to write code. But dedicated code
|
||||
@ -17,9 +17,9 @@ each have their own subtleties. Further research may help find the one that's
|
||||
right for you. The following editors are all cross-platform and
|
||||
free to use or evaluate.
|
||||
|
||||
## <a href='https://www.sublimetext.com/' target='_blank' rel='nofollow'>Sublime Text</a> 
|
||||
## <a href='https://www.sublimetext.com/' target='_blank' rel='nofollow'>Sublime Text</a><img src="https://i.imgur.com/3ALtws1.png" width="50px">
|
||||
|
||||

|
||||

|
||||
|
||||
Sublime Text is a very popular editor that has been around <a href='https://www.sublimetext.com/blog/articles/one-point-oh' target='_blank' rel='nofollow'>since 2008</a>. There
|
||||
are many options and <a href='https://packagecontrol.io/' target='_blank' rel='nofollow'>extensions</a> available,
|
||||
@ -29,18 +29,18 @@ online to help
|
||||
(The license for continued use costs $70\. However, Sublime Text is free to
|
||||
download and evaluate, with a nag-screen pop-up.)
|
||||
|
||||
## <a href='http://brackets.io/' target='_blank' rel='nofollow'>Brackets</a> 
|
||||
## <a href='http://brackets.io/' target='_blank' rel='nofollow'>Brackets</a><img src="https://i.imgur.com/fassWYs.png" width="50px">
|
||||
|
||||

|
||||

|
||||
|
||||
Brackets is a relatively new open-source editor by Adobe. It is very user
|
||||
friendly, especially for people who aren't used to command-line interfaces
|
||||
or JSON-style settings/prefereces. Extensions and themes are quick and easy
|
||||
to find and install through the Extension Manager.
|
||||
|
||||
## <a href='https://atom.io/' target='_blank' rel='nofollow'>Atom</a> 
|
||||
## <a href='https://atom.io/' target='_blank' rel='nofollow'>Atom</a><img src="https://i.imgur.com/woj5vPm.png" width="50px">
|
||||
|
||||

|
||||

|
||||
|
||||
Atom is an <a href='https://github.com/atom/atom' target='_blank' rel='nofollow'>open source</a> editor, developed
|
||||
by <a href='https://github.com/' target='_blank' rel='nofollow'>GitHub</a>. Like Sublime Text, Atom is quite popular.
|
||||
@ -50,7 +50,7 @@ be overwhelming to new users. There is also plenty of <a href='http://readwrite.
|
||||
<a href='http://stackoverflow.com/search?q=atom' target='_blank' rel='nofollow'>availble</a> online.
|
||||
|
||||
|
||||
## <a href='https://code.visualstudio.com/' target='_blank' rel='nofollow'>Visual Studio Code</a> 
|
||||
## <a href='https://code.visualstudio.com/' target='_blank' rel='nofollow'>Visual Studio Code</a><img src="https://i.imgur.com/b4vFsKa.png" width="50px">
|
||||
|
||||

|
||||
|
||||
|
Reference in New Issue
Block a user