atusy
atusy
@Kyren223 Try below with the latest lspsaga ``` Lspsaga show_cursor_diagnostics ```
Yeah, such a conditional behavior requires desired tunings by users. The basic idea would be below. But, some would think they also want to jump when floating diagnostic is already...
I guess I should be on the list. Am I right? Anyway, I agree!
FYI, when you paste chunk in issue, wrap it with four-or-more backticks so that we can see the chunk options. I fixed them this time :) ````` ```` ```{r} print(1)...
No worries, the formatting is trickiest part of reproting the issue 😓 I shrinked the example while adding the intermediate markdwown (keep_md: true). So the problems seem to be... -...
I guess this is a tough topic to solve by litedown side... I would suggest two options 1. dump plots to images by yourself and include them manually - which...
Yeah, documentation is tough thing... I think Yihui is open to users' contribution. Anyway, I noticed that knitr is doing well with `plot()` in between `cat()`. Now I guess we...
@daroczig Thanks. I agree with you. I first tried make changes on layout functions. However, I realized this approach is applicable to `layout_*` functions that generates the layout functions (e.g.,...
Thanks. I will take a look at the first issue which is reproducible. The second issue sounds like the matter of your system environment. At least it worked on my...
The first issue comes from image sizes being `NA` from below. Maybe I should consider using `flextable::as_image()` which has the `guess_size` option or guess the size on **ftExtra** side. https://github.com/atusy/ftExtra/blob/ceda37eb30d025c081ace47439d30dcadeec16a7/R/as-paragraph-md.R?plain=1#L49-L50