Paul Bentley
Paul Bentley
# Prerequisites Please answer the following questions for yourself before submitting an issue. - [ x] I am running the latest version - [x ] I checked the documentation and...
Fixes issue #43
Given the following HTML table: ``` Header 1 Header 2 Header 3 Sub-header 2.1 Sub-header 2.2 Data 1.1 Data 1.2 Data 2.1 Data 2.2 Data 3.1.1 Data 3.1.2 Data 3.2.1...
This exception is raised when processing a table with a class of a known style. The exception is raised in TableStyleCollection.css inside ApplyTags with the call to properties.AddChild(tag.CloneNode(true)); This was...
Commit 3d8dbfbd304510d1a704172dbc95b72a386de61a seems to change how the styles are loaded. Previously we would get for example: "GridTable5Dark-Accent5" "Grid Table 5 Dark Accent 5" But after this commit we only get:...
The version of the extension is 1.14.11, but the Nuget version is 1.14.10 - so we end up with 2 folders `%localappdata%\temp\WebCompiler1.xx` Could you publish an update to Nuget for...
HI, just wondering if this project was still being maintained? I have a few new features/bugs I'd like to fix?
Hi @ardalis I know there has been some discussion here #293 about getting all the enum values. What is your current approach to displaying enum values in a specific order?...