A Vale-compatible implementation of select DITA transformation guidelines for transforming existing AsciiDoc files into a DITA-compatible format.
Add it to your .vale.ini, then run vale sync.
Packages = AsciiDocDITA
[*.md]
BasedOnStyles = Vale, AsciiDocDITA The name installs the latest release each time vale sync runs. To stay on v1.1.14, the release this page describes, give its URL instead:
Packages = https://github.com/jhradilek/asciidoctor-dita-vale/releases/download/v1.1.14/AsciiDocDITA.zip Admonition titles are not supported in DITA.
Content other than additional resources cannot follow include directives.
%s
%s
Author lines are not supported for topics.
Block titles can only be assigned to examples, figures, and tables in DITA.
Callouts are not supported in DITA.
Move all links and cross references to Additional resources.
%s
The '_mod-docs-content-type' attribute definition is missing.
Discrete headings are not supported in DITA.
The document ID assigned to the level 0 (=) heading is missing.
The document title (=) is missing.
HTML character entity references are not supported in DITA.
Equations and formulas are not implemented.
Example blocks can not be inside of other blocks in DITA.
%s
%s
%s
Hard line breaks are not supported in DITA.
The selected attribute definition is not supported in maps.
The chunk="to-content" attribute cannot be nested.
Maps only support document titles, IDs, include directives, and attribute definitions.
Use only lowercase alphanumeric characters and hyphens (a-z, 0-9, and -) in file names.
Invalid leveloffset value.
The number of include directives exceeds 200.
The toc="no" attribute is missing.
The quotes in the ID are mismatched.
Level 2, 3, 4, and 5 sections (=== and deeper) are not supported in DITA.
Page breaks are not supported in DITA.
Content other than links cannot be mapped to DITA related-links.
Assign [role="_abstract"] to a paragraph to use it as <shortdesc> in DITA.
Sidebars are not supported in DITA.
%s
Table footers are not supported in DITA.
%s
The '.Procedure' block title is missing.
Duplicate titles cannot be mapped to DITA tasks.
Examples are allowed only once in DITA tasks.
The included file may introduce content that cannot be mapped to DITA steps.
Sections (==) are not allowed in DITA tasks.
Content other than a single list cannot be mapped to DITA steps.
Unsupported titles cannot be mapped to DITA tasks.
Thematic breaks are not supported in DITA.