summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2019-03-02resolves #3110 disable table stripes by default; add support for hover value ↵Dan Allen
(PR #3120)
2019-03-01resolves #3111 drop verse table cell style (treat as normal table cell) (PR ↵Dan Allen
#3112)
2019-02-23edit the AsciiDoc syntax help topicDan Allen
2019-02-23resolves #1573 add syntax help to CLIGuillaume Grossetie
2019-02-03make sure code directly inside pre is styled as a block element [skip ci]Dan Allen
2019-02-03remove style override for source block inside sidebar [skip ci]Dan Allen
2019-02-03slightly darken sidebar background and border [skip ci]Dan Allen
2019-02-03resolves #1040 add syntax highlighter adapter for Rouge (PR #3033)Dan Allen
- add SyntaxHighlighter adapter implementation for Rouge - support CGI options attached to language (e.g., "console?prompt=$ ") - change CSS class of line numbering table for Pygments and Rouge to linenotable - reuse styles from default stylesheet to layout the line number column - remove nested pre wrapper in Pygments output when line numbering is enabled and linenums mode is inline - ensure syntax highlighter library is loaded when looking up base style - add the rouge gem as a development dependency
2019-01-27use https URL in default stylesheet [skip ci]Dan Allen
2019-01-26ensure linenos class is always added to linenos column when source ↵Dan Allen
highlighter is pygments
2019-01-26resolves #2106 make syntax highlighter pluggable (PR #3016)Dan Allen
- define the Asciidoctor::SyntaxHighlighter module to handle all aspects of syntax highlighting - define built-in SyntaxHighlighter adapters for coderay, pygments, highlight.js, html-pipeline, and prettify - move all embedded syntax highlighting logic into SyntaxHighlighter adapters - allow SyntaxHighlighter adapter class to self register with a source highlighter name using register_for - load SyntaxHighlighter adapters lazily (except for highlight.js and html-pipeline) - add :syntax_highlighters and :syntax_highlighter_factory options to API to allow syntax highlighter resolution to be customized - instantiate SyntaxHighlighter adapter once header is finalized if source-highlighter attribute is set on document and basebackend is html - provide SyntaxHighlighter factory modules for registering syntax highlighter adapters (default, custom, and default proxy) - allow SyntaxHighlighter adapters to contribute docinfo at :head and :footer slots in HTML output document - move retrieval and writing of stylesheets for syntax highlighters to SyntaxHighlighter adapters - wire methods in Stylesheets class that pertain to syntax highlighting to SyntaxHighlighter adapters - remove hard-coded styles in Pygments output - update default stylesheets to support Pygments styles and drop CSS workarounds - don't fail if value of pygments-style attribute is not recognized; instead fallback to default style - don't remove nested pre tags in HTML produced by Pygments when linenums are enabled - update default stylesheet to avoid styling nested pre tags - rename pygments table class to pygments-table - change pygments base CSS selector from .listingblock .pygments to pre.pygments - allow color for generic text, line numbers, and line number border to inherit from Pygments style - align stylesheet for default CodeRay style with other syntax highlighters - set default background color for prettify using a selector with the lowest precedence - update and add tests - add tests for the Pygments integration - add pygments.rb dependency and enable Pygments integration tests if the environment variable PYGMENTS=true is set - move syntax highlighter tests to dedicated test file
2019-01-26use border:0 instead of border:none in default stylesheet [skip ci]Dan Allen
2019-01-23shorten background-color to background in default stylesheet [skip ci]Dan Allen
2019-01-20resolves #3020 don't hard-code shaded color in source block (PR #3025)Dan Allen
- don't hard-code shaded color in source block so it works with different themes/styles - don't hard-code background color on pre.prettify to allow themes to be used - use prettify-theme attribute value as is if it starts with http:// or https:// - load run_prettify instead of calling prettyPrint() - configure code and pre nested inside pre to inherit styles
2019-01-14resolves #640 fix styling of prettify linenums (PR #3018)Dan Allen
2018-10-27resolves #1706 configure nested pre in pre.wrap to inherit [skip ci]Dan Allen
2018-10-24use manname-title translation if attribute is set; capitalize values instead ↵Dan Allen
of all caps
2018-10-22add Swedish translation of built-in attributesJonas Bjork
2018-10-02resolves #2092 add styles for excerpt role on quote block (PR #2894)Dan Allen
2018-10-02change tint on border in default stylesheet [skip ci]Dan Allen
2018-10-02remove unnecessary selectors and selector specificity in stylesheet [skip ci]Dan Allen
2018-08-12Update sr and sr_Latn locale attributes (PR #2838)Bojan Stipic
2018-05-10follow-up to #2624; don't add lead style to first paragraph inside table if ↵Dan Allen
role is specified
2018-05-05resolves #2753 use CSS class for float instead of inline style (PR #2754)Dan Allen
2018-05-02consolidate print and amzn-kf8 styles in default stylesheet [skip ci]Dan Allen
2018-05-02use 3 value shorthand in default stylesheet, where possible [skip ci]Dan Allen
2018-05-01fix invalid CSS property in default stylesheetDan Allen
- color property was written as font-color in lead paragraph styles
2018-05-01recognize ends as an alias to topbot for configuring table frame (PR #2742)Dan Allen
2018-05-01rename stripe attribute on table to stripes; update CSS classes to match (PR ↵Dan Allen
#2741)
2018-04-30resolves #2392 only set nowrap style on table caption of auto-width table ↵Dan Allen
(PR #2725) - add fit-content CSS class to autowidth table - only set white-space: nowrap on table caption if table has automatic width
2018-04-30add entry to CHANGELOG for PR #2475 (Kindle styles)Dan Allen
2018-04-30merge PR #2475Dan Allen
Add styles to default stylesheet for display on Kindle (kf8) devices
2018-04-29fix the styling of the abstract (PR #2732)Dan Allen
- remove negative margin from title - center title - reduce line height - indent block by 1em - simplify selectors
2018-04-28remove document padding and condense margins on Kindle devicesDan Allen
2018-04-27Added CSS rules to make default output's margins & line-height Kindle-friendlyDorai Sitaram
2018-04-22resolves #2298 add numbering for partsDan Allen
- number parts using roman numerals if the partnums attribute is set - move method to convert integer to roman to Helpers module - assign the value "Part" to the part-refsig attribute by default - define the part-label attribute in the attributes-en.adoc data file - add support for partnums and sectnums=all to create_section helper in extensions - add partnums and sectnums=all scenarios to test for create_section helper
2018-04-09remove prefix only from screen media queries in default stylesheetDan Allen
2018-03-27Translate 'section-refsig' for German language (PR #2633)Alexander Schwartz
2018-03-26resolves #2624 don't apply lead style to first paragraph if role is ↵Dan Allen
specified (PR #2625)
2018-03-05resolves #2568 collapse bottom margin of last block in AsciiDoc table cell ↵Dan Allen
(PR #2593) - add content class to div surrounding AsciiDoc cell content - collapse bottom margin of last block in AsciiDoc table cell - simplify margin collapsing on last paragraph in normal cell - remove unused styles - update tests
2018-03-04resolves #2589 rename spread role to stretch (PR #2591)Dan Allen
2018-03-04resolves #1365 allow table stripes to be configured using stripe option on ↵Dan Allen
table (PR #2588) - valid values are even, odd, all, and none - not set by default; implies stripes on even rows - requires support from stylesheet
2018-02-24resolves #1484 scale to 80% for print (PR #2576)Dan Allen
2018-02-21trim unused selectors from default stylesheetDan Allen
2018-02-21Use double colon form of before and after pseudo-elements in default ↵Andrey Shirshov
stylesheet (PR #2573) Pseudo-elements `::before` and `::after` require two dots before them.
2018-02-19remove useless font-style property from thead and tfoot in default stylesheetDan Allen
2018-01-09resolves #2531 move @page outside of @media print in default stylesheet (PR ↵Dan Allen
#2532) - solves validation error without affecting behavior
2017-12-22fix French translation of Appendix (PR #2517)Lionel Orry
Appendix must translate to Annexe, not Appendice. Appendice exists but has other meanings.
2017-11-21resolves #2474 fix CSS for highlighted source block inside colist (PR #2490)Dan Allen
- don't let colist styles override styles for source highlighter
2017-11-09adding czech translation for attributes (PR #2473)Marek Novotný