Alexis

Results 14 issues of Alexis

[Chromium Bug](https://bugs.chromium.org/p/chromium/issues/detail?id=776581) • [Test Case](https://jsfiddle.net/gru2wwta/) Chrome does not seem to recalculate the auto margin on child elements of an element with `display: grid` when the overflow changes from `hidden` to...

CSS, JS, and LESS files don't resolve naming conflicts. We manage injection into the page, so it should have no problem resolving the issue.

bug

If none of the files have any header, it won't render at all. We should have a fallback in this case to render based on page filenames or something.

bug

Need a test engine to be able to run tests. Unfortunately the actual result will be a difficult thing to test initially, but once I get themes going, I should...

enhancement

The themes and templates architecture needs to be reworked and exposed. This will allow others to create new or custom themes and use them in markdown page generation. Themes should...

enhancement

There needs to be an easy way to link to a specific section. Linking to other page or inline content might look like this: ``` ## Header Level 2 [Link...

enhancement

The code is turning into a bit of a mess, with adding everything as needed. There should be a centralized structure for asking for and receiving information between components. Easiest...

enhancement

The core document item needs better option management. Theoretically, it should just get passed in an options object and use those settings to render instead of all of this parameter...

enhancement

Import supports when a module is exported with the Node `module.exports` syntax but not the `export default` ES6 syntax. Sequelize supports both methods under the hood by checking for the...

bug
feature: Core

Right now we pass in an empty object for transaction, but this is obviously less than ideal. We should have a mock transaction object that mocks that API so it...

feature: Transactions