shardnit
shardnit
The inliner library replaces ` ` is replaced with a space character. In my opinion, inliner should leave ` ` as it is. Here is a short test. ``` go html :=...
Is there any easy way to parse nested custom tags? For example, a custom `snippet` tag could have more nested `snippet` tags. ## Want to back this issue? **[Post a...
Hi, Given a struct `Test`, that has marshal and unmarshal interfaces generated, is it possible to unmarshal data to `[]Test`? I have tried various alternatives like: ``` go var ArrTestType...
I am using "install-0.9.1" branch and I tried to install Java 7 on EC2 instances by upgrading the java-crate to 0.7 (since I couldnt find any source for version 0.5)....