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
In two very different contexts I ran into a need for a "lightweight" rendering of just one line. I hacked this with a small wrapper that checks that I get a document with a single paragraph and if so, replace that paragraph by the list of things in it. Wouldn't it be useful to add something that makes it easier to get this functionality, or maybe I'm missing something obvious?
(The other context I had this is via the C code, but it's the same issue.)
The text was updated successfully, but these errors were encountered:
In two very different contexts I ran into a need for a "lightweight" rendering of just one line. I hacked this with a small wrapper that checks that I get a
document
with a singleparagraph
and if so, replace that paragraph by the list of things in it. Wouldn't it be useful to add something that makes it easier to get this functionality, or maybe I'm missing something obvious?(The other context I had this is via the C code, but it's the same issue.)
The text was updated successfully, but these errors were encountered: