Merge branch 'org-mode-file-links' of https://github.com/hugoduncan/gollum into hugoduncan-org-mode-file-links

This commit is contained in:
rick
2011-01-17 10:12:50 -08:00
2 changed files with 18 additions and 1 deletions
+6
View File
@@ -440,6 +440,12 @@ context "Markup" do
compare(content, output, 'org')
end
test "org mode style double file links" do
content = "a [[file:f.org][Google]] b"
output = "<p class=\"title\">a <a class=\"internal absent\" href=\"/f\">Google</a> b</p>"
compare(content, output, 'org')
end
#########################################################################
#
# TeX