Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README does not get transliterated when specifying a submodule #761

Open
agdimech opened this issue Sep 1, 2022 · 0 comments
Open

README does not get transliterated when specifying a submodule #761

agdimech opened this issue Sep 1, 2022 · 0 comments
Labels
feature-request A feature should be added or improved.

Comments

@agdimech
Copy link
Contributor

agdimech commented Sep 1, 2022

Running the following code does not transliterate README.md:

await docs.toMarkdown({
  language: docgen.Language.fromString(language),
  submodule: 'some-submodule',
  readme: true,
});

However the following code works just fine:

await docs.toMarkdown({
  language: docgen.Language.fromString(language),
  allSubmodules: true,
  readme: true,
});
@mrgrain mrgrain added bug This issue is a bug. feature-request A feature should be added or improved. and removed bug This issue is a bug. labels Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

2 participants