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

Compound rules support #140

Open
raphschwander opened this issue Mar 3, 2023 · 1 comment
Open

Compound rules support #140

raphschwander opened this issue Mar 3, 2023 · 1 comment

Comments

@raphschwander
Copy link

raphschwander commented Mar 3, 2023

In the documentation, it is stated that compound rules also work

It recognises **[Bold Links](http://voyagetravelapps.com/)**
Or [**Bold Links**](http://voyagetravelapps.com/)

However, bold.font & bold.size are ignored in links

The issue can be reproduced in the example project.

Is this feature still supported ?

@nivbp7
Copy link

nivbp7 commented Dec 13, 2023

If the feature is still supported, could support be added for both bold and italic format of the same words?

For example:

let string = "**_multiple formatting_**"
let md = SwiftyMarkdown(string: string)

should be displayed as:
multiple formatting

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

2 participants