diff --git a/markdown/cheatsheet.md b/markdown/cheatsheet.md new file mode 100644 index 0000000..5d45664 --- /dev/null +++ b/markdown/cheatsheet.md @@ -0,0 +1,17 @@ +# Markdown cheatsheet +## Headings + +` +# h1 +## h2 +### h3 +#### h4 +##### h5 +###### h6 +` +# h1 +## h2 +### h3 +#### h4 +##### h5 +###### h6 diff --git a/symfony/create_new_project.md b/symfony/create_new_project.md new file mode 100644 index 0000000..21e1a7d --- /dev/null +++ b/symfony/create_new_project.md @@ -0,0 +1,2 @@ +# Steps to create a new Symfony project +