Melandel
Melandel
I would definitely enjoy a markdown viewer. Example on firefox: [markdown-viewer-webext](https://addons.mozilla.org/fr/firefox/addon/markdown-viewer-webext/)
I'd like to second this. I tried with the demo text for my part.
:( Still don't have styles. Maybe I'm doing things wrong? Here's what I did: * cd svgbob_git_root * rm -r target * git checkout master * git pull * cargo...
I tried the input above and got this in firefox on Windows 10:  svg output ```svg line, path, circle,rect,polygon { stroke: black; stroke-width: 2; stroke-opacity: 1; fill-opacity: 1; stroke-linecap:...
I tried a `cargo update` on the three folders (`svgbob`, `svgbob/svgbob` and `svgbob/svgbob_cli`) on a fresh clone of the repo. The issue persists :(
My knowledge of Rust is absolutely inexistant, but I managed to find out that the css parsing fails on my machine maybe because windows newline characters cause some trouble. Substituting...
I can confirm it's an issue linked to the end-of-line characters. I got the colors (I got the colors !! 😹) when I switch the fileformat from `dos` to `unix`....
Hi, I cannot confirm the fix works. As stated [above](https://github.com/ivanceras/svgbob/issues/51#issuecomment-620091582), the outcome of [this](https://github.com/ivanceras/svgbob/commit/2a8994a509867eba6e4ec9de4e4f205ac21e97aa) code change seems to be an empty `css_styles` array. Visual confirmation: 
Bump!
Hello, * Sometimes the toc is too massive so having a way to collapse/expand it is useful. It can be at the start of the document, but I think it'd...