You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happens that I finally managed to correct this bug in crosstable using a very different approach.
This will now work (in the dev version)): body_add_fpar(crosstable:::parse_md(fpar_obj)).
Hi John,
It seems that you and I have the same problem in parsing markdown into officer.
For instance, the following example, with intricated tokens, will give an unexpected, truncated result:
It happens that I finally managed to correct this bug in
crosstable
using a very different approach.This will now work (in the dev version)):
body_add_fpar(crosstable:::parse_md(fpar_obj))
.Since I'm going to inspire a lot from
onbrand
(subscript and superscript are quite nice to have), I thought that might help you a bit, so feel free to adapt the following code to your needs.https://github.com/DanChaltiel/crosstable/blob/main/R/officer.R#L884
The text was updated successfully, but these errors were encountered: