Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom rule does not work #210

Open
sovetski opened this issue Feb 24, 2024 · 0 comments
Open

Custom rule does not work #210

sovetski opened this issue Feb 24, 2024 · 0 comments

Comments

@sovetski
Copy link

Hi,

This custom role does not work:

const rules = {
    u: (node, children, parent, styles) => (
        <Text key={node.key} style={[styles.text, { textDecorationLine: "underline" }]}>
            {children}
        </Text>
    ),
};

I guess because it is HTML, but markdown does not support underlined text, so I tried to add my own but does not works, is it possible to support HTML too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant