Use Alt + F3 to change the variable name it is faster than changing it manually.
Tags:
Use Alt + F3 to change the variable name it is faster than changing it manually.
Tags:
Some of the basic syntax:
# Heading 1
## Heading 2
### Heading 3
`code`
**Bold**
_italic_
Points:
- Hello
- This
_ Is
- How
- You use
Number List:
1. Markdown
2. is
3. cool
```ruby
puts "Hello"
```
```sql
SELECT * from table_name;
```
which will be rendered as:
code
Bold
italic
Points:
Number List:
puts "Hello"
SELECT * from table_name;
Tags: intro