Markdown Cheat Sheet

Headlines
# Headline 1
## Headline 2
### Headline 3

Styling
*italic*
**bold**
~~strike through~~

Links
http://url.com
[link text](http://www.url.com)

Quotes
> Quote text
***Johnny Author***

Images
![image alt text](image url)
***Image caption, description***

Horizontal rule
---

Inline Code
`var name = "John Doe";`

Code block with syntax highlighting
``` codelanguage
function foo() {
  return bar;
}
```

Bulleted list
- item 1
- item 2
- item 3

Numbered list
1. item 1
2. item 2
3. item 3

rails 7 javascript- and css- files part 1

loose webpacker and node-modules directory

by rolf

versioning applications

easy and concise versioning by the app_verion gem

by rolf
 

Kaminari ordered scope

Kaminari pagination not (always) showing

by rolf

coffeescript and webpacker

enable the use of coffeescript files in a rails 6 application

by rolf
 

disable deprecation warnings

in ruby or rails

by rolf

foundation, yarn, webpack and turbolinks

start your rails application when using foundation, yarn, webpack and turbolinks

by rolf
 

add jquery to the dom in rails 6

webpack, yarn and rails

by rolf