Feature Description
Currently, you have to either create the state in compose, or use a stateFlow. This prevents me from choosing when I want the markdown content to be decoded.
Would be very useful to have an explicit decode operation that returns an already-parsed state, so that I can pre-parse markdown content before the app is even shown and have it be given to consumers immutably.
Checklist
Feature Description
Currently, you have to either create the state in compose, or use a stateFlow. This prevents me from choosing when I want the markdown content to be decoded.
Would be very useful to have an explicit decode operation that returns an already-parsed state, so that I can pre-parse markdown content before the app is even shown and have it be given to consumers immutably.
Checklist