ignore abbrev dups

master
muflax 2012-07-04 14:58:15 +02:00
parent b085c9be56
commit e44bc37f15
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ module Nanoc::CLI::Commands
Dir["content/references/*.mkd"].each do |ref|
File.open(ref).each_line do |l|
if m = l.match(/^ \*? \[ (?<link>.+?) \] : /x)
if m = l.match(/^ \[ (?<link>.+?) \] : /x)
references << {
link: m[:link],
full_link: l.strip,