Skip to content

Is it possible to hide the markdown decorators but have the style remain?  #265

Description

For example,

If a user types *This is bold* and this is not - apply the bold style to "this is bold" but without the * decorators.
I know I can change the color of the decorators but that extra space where the decorator sits still remains.

<MarkdownTextInput
            flex={1}
            key={textInputKey}
            textAlignVertical="top"
            ref={ref}
            maxLength={maxLength || null}
            multiline
            defaultValue={defaultValue}
            placeholder={placeholder}
            {...extraInputProps}
            {...fullScreenInputProps}
        >
            { value?.text || value}
 </MarkdownTextInput>

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions