Fixes #97 - Internal Links and TOC updates#98
Merged
MaxMelcher merged 7 commits intoMaxMelcher:mainfrom Feb 24, 2022
Merged
Conversation
added 2 commits
February 22, 2022 11:42
* Add a new class which resolves directory facts about the export * Added changes to support ':' chars in titles * TOC container class added to allow styling
Diom
commented
Feb 22, 2022
AzureDevOps.WikiPDFExport.Test/Tests/Code/Admin-Layout-and-Customization.md
Outdated
Show resolved
Hide resolved
Diom
commented
Feb 22, 2022
Diom
commented
Feb 22, 2022
| Log($"Reading .order file in directory {exportBase}"); | ||
| var orderFiles = directory.GetFiles(".order", SearchOption.TopDirectoryOnly); | ||
| return Path.GetFullPath("ds"); | ||
| } |
Contributor
Author
|
@MaxMelcher Hey Max, wasn't sure about modifying the "code" example. Let me know if you have any concerns. I can add it a new wiki folder instead if you would prefer. |
MaxMelcher
reviewed
Feb 24, 2022
| // Add URL replacements here | ||
| var replacements = new Dictionary<string, string>(){ | ||
| {":", "%3A"}, | ||
| {"#", "-"} |
Owner
There was a problem hiding this comment.
%20 was missing - that happens if you have a space in your filename/picture.
Owner
no worries. Adding stuff here increases the test coverage :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TOC:
Internal Links: