Ludger A. Rinsche

Results 6 issues of Ludger A. Rinsche

On pages with little content, the footer ist not a real footer, just an element in the middle of the screen with `margin-top: 10rem`. This codepen offers a solution to...

In order to check weither or not https://github.com/dolanmiu/docx/discussions/1541 is possible, I build the following test: ``` import * as fs from "fs"; import { Bookmark, Document, Packer, Paragraph, SimpleField, TextRun...

A demo page would be nice. And/or maybe a list of examples, provided by users of dropplets. I really like the simplicity.

Currently the system is VERY restricted about which classnames are allowed. This will allow a lot of characters and allows to have the classname in quotes: ![image](https://user-images.githubusercontent.com/861649/95899601-19d8f500-0d91-11eb-9010-df7fb5aa3af4.png) ``` class someclass...

Hi, one way to create a class seems to be ``` class classname ... end class ``` But as far as I know, that's not valid PlantUML? Am i missing...

This does two things: 1. add "color" to classes and 2. allow mixed colors, as plantuml does: ![image](https://user-images.githubusercontent.com/861649/95896243-3f173480-0d8c-11eb-85f4-0ca179de5c21.png) ``` class singlecolor #FFAA00 {} class multicolor1 #FFAA00-0000FF {} class multicolor2 #FFAA00|0000FF...