Roger Sheen
Roger Sheen
👍 for the idea of adding support for something like `~/.dita-ot.properties` that can be used to override DITA-OT default settings without modifying anything in the installation directory. It would be...
@jelovirt Yes, exactly. Portions of the file are pulled in to 2 different topics via `coderef`: - In [html-customization-header.dita](https://github.com/dita-ot/docs/blob/develop/topics/html-customization-header.dita#L63-L65) ```xml ``` - In [html-customization-navigation.dita](https://github.com/dita-ot/docs/blob/develop/topics/html-customization-navigation.dita#L55-L57) ```xml ``` Both references work fine...
**Note:** The offending characters are not part of the referenced line ranges, but their presence in the file seems to trigger a parsing error on Windows.
In the docs repo, everything’s UTF-8, but we can test whether explicitly setting a charset on these coderefs prevents the errors.
Explicitly setting the character set on the `` element solves the problem, but as @raducoravu suggested, for the 4.0 release, we might want to consider defaulting to UTF-8 encoding to...
@raducoravu See https://github.com/dita-ot/dita-ot/issues/2065 for related discussion.
See https://github.com/mrcrmn/docc/pull/14#issuecomment-613428337 & #15: > This typo was fixed in [25ed42e](https://github.com/mrcrmn/docc/commit/25ed42ef0cdc88f095dfa014eea4badfc6326115#diff-667f220b490d21fe206c00cf830a8e4cL42), and should be resolved once the `develop` branch is merged to `master`. @mrcrmn This is the third PR submitted...
@Hamdy Place the images in the `static/` folder and reference them like this:  See https://github.com/mrcrmn/docc/tree/master/static
The original [GitGutter](https://github.com/jisaacks/GitGutter) doesn't have this problem, and includes this config option: ``` // Add a special marker on untracked files "show_markers_on_untracked_file": false, ``` Would be nice to see this...
@jdkato The complexity of DITA processing is certainly an obstacle to performance parity with simpler markup variants that Vale can parse directly without first converting to an intermediate format such...