Christophe Dervieux
Christophe Dervieux
Thanks for the branch - I tested it but there is still an issue. In fact, the issue is from the beginning with `anytime::anytime` and not with `anytime::anydate`. At run...
1 is indeed the simplest and what I would have expected probably when I asked on Pandoc-discuss. I should have maybe open an issue here as I discovered when it...
FWIW this also happens when a custom Table style is defined: Compact style for text inside tables will overwrite the text formatting set by the Table style (e.g the text...
Then I understand this is a limitation: It won't be possible to change Table style using a reference doc as long as we need to impose this Compact style in...
Unfortunately CDATA is not working. I don't think this has effect anymore for browser parsing the HTML , and especially it does not prevent the end tag `` to be...
@jooyoungseo pinging you here for your expertise as I remember you worked on that for shiny if I am right. Is defaulting to empty string (i.e `lang=""`) something ok and...
Thanks ! Regarding your suggestion, our example templates are written in English, so I would think they need to set `lang: en`, wouldn't they ? The user would then have...
Thanks @r-leyshon ! Great package ! We really want to improve this in default format. Please do submit PR for some changes you found are needed. I'll use your work...
> the approach I've taken with accessrmd is to raise an error if valid lang attribute is not set when you create the doc That is why I was thinking...
The HTML code generated is this one: ```html Estimate Std. Error t value \(P(T > \|t\|)\) \(\beta_0\) -17.579095 6.7584402 -2.601058 0.0123188 \(\beta_1\) 3.932409 0.4155128 9.463990 0.0000000 ```` So there is...