-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pull request does a couple of things: - Implement a render function for each subset of Table - Expand the `tableRenderer` struct to hold state - initialize a separate Renderer for the table renderer, since the logic for cell rendering calls back into the outer renderer and trying to use the same renderer lost track of content. - add tests to reflect a table in the middle of a document to ensure text after the table continues to get rendered - ad an overall doc test that contains a table. PR using this change: pulumi/pulumi-sdwan#114 Fixes #2466
- Loading branch information
Showing
9 changed files
with
512 additions
and
75 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.