提交 6685cbeb 编写于 作者: D Douwe Maan

Document tag option and clarify spec

上级 68903277
......@@ -5,10 +5,9 @@ module Rouge
# Creates a new <tt>Rouge::Formatter::HTMLGitlab</tt> instance.
#
# [+linenostart+] The line number for the first line (default: 1).
def initialize(linenostart: 1, tag: nil)
@linenostart = linenostart
@line_number = linenostart
# [+tag+] The tag (language) of the lexer used to generate the formatted tokens
def initialize(tag: nil)
@line_number = 1
@tag = tag
end
......
......@@ -543,7 +543,7 @@ describe 'Copy as GFM', feature: true, js: true do
end
context 'selecting multiple lines of text' do
it 'copies as a code block' do
it 'copies as a code block with the correct language' do
verify(
'.line[id="LC27"], .line[id="LC28"]',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册