Require gitlab/markdown in ReferenceExtractor
This commit is contained in:
parent
2930041886
commit
f43e48a1ce
|
|
@ -1,3 +1,5 @@
|
||||||
|
require 'gitlab/markdown'
|
||||||
|
|
||||||
module Gitlab
|
module Gitlab
|
||||||
# Extract possible GFM references from an arbitrary String for further processing.
|
# Extract possible GFM references from an arbitrary String for further processing.
|
||||||
class ReferenceExtractor
|
class ReferenceExtractor
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue