diff --git a/live_templates/live_templates.iml b/live_templates/live_templates.iml
new file mode 100644
index 000000000..e025b203c
--- /dev/null
+++ b/live_templates/live_templates.iml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/live_templates/resources/META-INF/plugin.xml b/live_templates/resources/META-INF/plugin.xml
new file mode 100644
index 000000000..68ae2627b
--- /dev/null
+++ b/live_templates/resources/META-INF/plugin.xml
@@ -0,0 +1,35 @@
+
+ com.your.company.unique.plugin.id
+ Plugin display name here
+ 1.0
+ YourCompany
+
+
+ most HTML tags may be used
+ ]]>
+
+
+ most HTML tags may be used
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/live_templates/resources/liveTemplates/Markdown.xml b/live_templates/resources/liveTemplates/Markdown.xml
new file mode 100644
index 000000000..c7788d82b
--- /dev/null
+++ b/live_templates/resources/liveTemplates/Markdown.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/live_templates/src/MarkdownContext.java b/live_templates/src/MarkdownContext.java
new file mode 100644
index 000000000..4daf4df1a
--- /dev/null
+++ b/live_templates/src/MarkdownContext.java
@@ -0,0 +1,7 @@
+import com.intellij.codeInsight.template.TemplateContextType;
+
+/**
+ * Created by breandan on 1/11/2016.
+ */
+public class MarkdownContext extends TemplateContextType {
+}
diff --git a/live_templates/src/MarkdownTemplateProvider.java b/live_templates/src/MarkdownTemplateProvider.java
new file mode 100644
index 000000000..8926db4b1
--- /dev/null
+++ b/live_templates/src/MarkdownTemplateProvider.java
@@ -0,0 +1,7 @@
+import com.intellij.codeInsight.template.impl.DefaultLiveTemplatesProvider;
+
+/**
+ * Created by breandan on 1/11/2016.
+ */
+public class MarkdownTemplateProvider implements DefaultLiveTemplatesProvider {
+}