diff options
| author | Dan Allen <dallen@redhat.com> | 2013-05-30 04:41:32 -0600 |
|---|---|---|
| committer | Dan Allen <dallen@redhat.com> | 2013-05-30 16:59:28 -0600 |
| commit | 8be942ab7f63bb624807f129f21af206b1190c4c (patch) | |
| tree | 78d920494c8b3eeffffa10e3a0b6eb941e71c2a5 /compat | |
| parent | fbfee23fc5c7ec2ca3ea0f07a9fe1970d848783c (diff) | |
cleanups and minor bug fixes
- fix failure to set text_only mode correctly when processing list
- add test for text_only mode failure
- document supports for pass style on open blocks and paragraphs
- remove unused regex keys
- don't output colgroup on horizontal dlist if widths not set
- remove old splain methods (we'll reintroduce cleaner debugging)
- change use-link-attrs to linkattrs
- cleanup check for header row in table processing
- add role directly to quoted text element, if applicable
- add AsciiDoc compatibility config for role on quoted text element
- cut out some whitespace from templates, organize erb
Diffstat (limited to 'compat')
| -rw-r--r-- | compat/asciidoc.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compat/asciidoc.conf b/compat/asciidoc.conf index c5ac01fb..ba4d4859 100644 --- a/compat/asciidoc.conf +++ b/compat/asciidoc.conf @@ -102,7 +102,11 @@ ifdef::basebackend-html[] <code>{passtext}</code> [tags] +emphasis=<em{1? class="{1}"}>|</em> +strong=<strong{1? class="{1}"}>|</strong> monospaced=<code{1? class="{1}"}>|</code> +superscript=<sup{1? class="{1}"}>|</sup> +subscript=<sub{1? class="{1}"}>|</sub> [monospacedwords] <code>{words}</code> |
