Sha256: bc5787cd47b25a24701c1558d1acbf37cd40b37be9c0f3bd9acfd3a9104f3ffa
Contents?: true
Size: 484 Bytes
Versions: 5
Compression:
Stored size: 484 Bytes
Contents
Feature: Code blocks with line numbers in markdown @nojava Scenario: Line numbers enabled with Redcarpet Given a fixture app "test-app" And a file named "config.rb" with: """ set :markdown_engine, :redcarpet set :markdown, :fenced_code_blocks => true activate :syntax, :line_numbers => true """ Given the Server is running at "test-app" When I go to "/code_with_enabled_line_numbers.html" Then I should see '<pre class="lineno">'
Version data entries
5 entries across 5 versions & 2 rubygems