The first you need to install text editor (e.g., Leafpad or Gedit)
- How to install Leafpad on Lubuntu
Open terminal and then type this command:
sudo apt-get install leafpad
- How to install Gedit on Lubuntu
Open terminal and then type this command:
sudo apt-get install gedit
- From terminal
sudo leafpad [the_file_you_want_to_edit]
sudo gedit [the_file_you_want_to_edit]
- From menu panel
Accessories -> Leafpad or Gedit
When you do documentation make shore the file ends with .md format - .md file is a text file created using one of several possible dialects of the Markdown language.
You can rename file in .md by:
- click right mouse button on document file;
- select Rename... in toolbar;
- change file format to .md.
Markdown is a lightweight markup language with plain text formatting syntax.