Skip to content

Using the tool with a local file generates nearly empty .md files #1

@drosenbauer

Description

@drosenbauer

I'm working with this codebase from my company: github.com/instrumental-id/iiq-common-public

I run the tool like so, against the locally built JAR.

❯ javadoc2md -i /home/devin/IIQCommon/build/libs/iiq-common-public-javadoc.jar -o pub.md
Using local jar: /home/devin/IIQCommon/build/libs/iiq-common-public-javadoc.jar
Converting class HTML to Markdown: 100%|...| 840/840 [00:04<00:00, 209.44file/s]
Created Markdown documentation directory: pub.md/unknown-latest
Total files converted: 840

However, the files generated, while properly named and in the original folder structure, are almost empty. They also contain unexpected characters, like Unicode spaces (0x200b) and newlines (0x0a).

The entire contents of one of the files follows. The rest are similar.

Package com.identityworksllc.iiq.common

## Class AbstractBaseUtility

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions