Zemian Deng
Zemian Deng
Hi, Tried the following on asciidoclive.com and I don't see the title been displayed properly? ``` .Optional Title Usual paragraph. ```
Hi, I love the GitBlit pages feature. It currently only supports Markdown syntax though. It would be nice to have asciidoc syntax to render as well.
It looks like currently you must place one single prest.toml in directory where you run prest. Would be nice to have an option to take any /path/to/prest.toml. This would also...
Hi, The first example for :doodle didn't work for me https://css-doodle.com/#selector-:doodle https://codepen.io/zemian/pen/wvdjrMM ``` :doodle { --s: 0 } :doodle(:hover) { --s: 1 } transition: .5s cubic-bezier(.175, .885, .32, 1.275); transition-delay:...
Hi, Would it be useful to add a configurable flag that can expose list of tables and fields available (eg: like a /schema endpoint)? I understand this would be a...
Hi, Sorry if I am repeating this request. (I tried searching and can't find it). The documented way to make configuration is to modify at the end of the single...
When we want a fixed header, we usually expect the content goes right under, but with Cirrus, we have to manually pad the top content to offset the header height....
In https://cirrus-ui.netlify.app/layout/header#dropdown doc, a `dropdown-menu` will get displayed/popup when the class `dropdown-shown` is added to it. This is not documented, other than used in a JQuery example, which is good,...
Hi Stanley, I know I have opened many issues recently in trying out your CSS library. I just want to say that I found Cirrus CSS very useful and well...