From 9535260e7b9f1483fbbfcf0abf4c171311fd92b7 Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Tue, 16 Dec 2014 21:41:19 +0300 Subject: Update library to support dot-names for sections --- .idea/libraries/markdown.xml | 9 +++++++++ lib/idea-markdown.jar | Bin 200046 -> 0 bytes lib/markdown.jar | Bin 0 -> 387393 bytes 3 files changed, 9 insertions(+) create mode 100644 .idea/libraries/markdown.xml delete mode 100644 lib/idea-markdown.jar create mode 100644 lib/markdown.jar diff --git a/.idea/libraries/markdown.xml b/.idea/libraries/markdown.xml new file mode 100644 index 00000000..822b5e65 --- /dev/null +++ b/.idea/libraries/markdown.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/lib/idea-markdown.jar b/lib/idea-markdown.jar deleted file mode 100644 index ba830192..00000000 Binary files a/lib/idea-markdown.jar and /dev/null differ diff --git a/lib/markdown.jar b/lib/markdown.jar new file mode 100644 index 00000000..03449ef7 Binary files /dev/null and b/lib/markdown.jar differ -- cgit