You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've a problem.
All the *.md files that contain a [ or ] character are ignored by the gwtc command.
Every page in my github-wiki starts with a prefix, contained between two square brackets, that identifies the category of the page. For example:
[Guide] How to bla bla
When I execute the command gwtc -v ./repository.wiki I obtain the following messages:
PS D:\Repositories> gwtc -v .\repository.wiki\
debug: gwc launched with options format=html, output=./, filename=documentation, title=Documentation , logoImage=null, footer=null, pdfPageCount=null, tocFile=repository.wiki\_Sidebar.md, tocLevel=3, highlightTheme=github, userCssFile=null, verbose=true, disableInlineAssets=false
debug: Found 42 markdown files and 42 links pointing to them in TOC
debug: Generating html: 0 pages to generate
info: html file written: documentation.html
documentation.html
It seems that the TOC file (in this case the _Sidebar.md) is correctly parsed and the pages are detected, but the corresponding HTML is not generated inside the documentation.html file.
Can you fix this issue?
Thank you
The text was updated successfully, but these errors were encountered:
A similar issue occurs with parentheses in the filename. In this case it generates the html files but, the links to them are incorrect. For example, a page with the following source link:
Note, two problems resulted. First the URL is truncated at (before) the closing parenthesis. Second, the part of the page name after the closing parenthesis is repeated after the HTML Anchor is closed.
Hi,
I've a problem.
All the
*.md
files that contain a [ or ] character are ignored by thegwtc
command.Every page in my github-wiki starts with a prefix, contained between two square brackets, that identifies the category of the page. For example:
When I execute the command
gwtc -v ./repository.wiki
I obtain the following messages:It seems that the TOC file (in this case the
_Sidebar.md
) is correctly parsed and the pages are detected, but the corresponding HTML is not generated inside thedocumentation.html
file.Can you fix this issue?
Thank you
The text was updated successfully, but these errors were encountered: