# README file workshop ## Writing style You can use Markdown (.md) to write stylish README file which is easy readable by human and machine.You can write: Normal text, _Italic text_, and **Bold text** also you can use bullet points: - Type some Markdown on the left - See HTML in the right - Magic You can use +, -, * to make a list: * first item * second item * etc. and numbering list: 1. 1st item 2. second item 3. ... You can write text as a quote: > The overriding design goal for Markdown's > formatting syntax is to make it as readable > as possible. The idea is that a > Markdown-formatted document should be > publishable as-is, as plain text, without > looking like it's been marked up with tags > or formatting instructions. You can provide a link in your md file like this [Utrecht University Website](https://UU.nl). The code blocks can be shown in different style using Tab or more than 3 spaces: cd dillinger npm i node app ## Writing formula Use $$ to write mathematical formulas like: Euler's formula is remarkable: $$e^{i\pi} + 1 = 0$$. ## Making table You can easily make table in .md file | Plugin | README | | ------ | ------ | | Dropbox | [plugins/dropbox/README.md][PlDb] | | GitHub | [plugins/github/README.md][PlGh] | | Google Drive | [plugins/googledrive/README.md][PlGd] | | OneDrive | [plugins/onedrive/README.md][PlOd] | | Medium | [plugins/medium/README.md][PlMe] | | Google Analytics | [plugins/googleanalytics/README.md][PlGa] | ## Adding image You can add image using following sintax: ![Utrecht University logo](https://www.uu.nl/sites/default/files/styles/image_1600xn/public/cm_hs_new_logo_2021.png?mt=1627028615&itok=0e4AIjFy) ## Using refrences You can make a list of your references or links and refer to them in the text. For example: In the [Utrecht University][UUwebsite] you know more about the Utrecht University. In the [Geo data support website][GEoDataSite] you can find more information about data related topics. [//]: # (These are reference links used in the body of this note and get stripped out when the markdown processor does its job. There is no need to format nicely because it shouldn't be seen.) [UUwebsite]: [GeoDataSite]: