First post and hello
By Kristian Ras /./
Here is an article! This article shows markdown formatting on this blog is correct. 🚀
defmodule Kr.Newsletter.Signup do
use Ecto.Schema
import Ecto.Changeset
embedded_schema do
field(:first_name, :string)
field(:email, :string)
end
end
A level 2 header
This is the post. Are you enjoying it? I just love bold text.
"Hello"
|> IO.puts
defmodule testme do
def this_is_a_method(fish) do
IO.puts(fish)
end
end
An image
With great powers comes great responsibility
Table
Month | Savings |
---|---|
January | $250 |
February | $80 |
March | $420 |
Task list
- This is a tasklist
- And this is a task
- This is a tasklist
- this is a task
Unordered list
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
Ordered list
- First item
- Second item
- Third item
- Fourth item
// This is a comment
console.log("This is js");
Hope you enjoyed this little tour. #an_image