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
Please help prevent duplicate issues before submitting a new one:
I've searched other open/closed issues for duplicates before opening up this new issue.
Report
What did you do?
I have used your iOS example code to build a custom style but unfortunately the link color is not changing.
I replaced the content of renderDownInWebView with this
let downView = DownTextView(frame: view.bounds)
let down = Down(markdownString: readMeContents)
let styler = DownStyler(configuration: .testConfiguration)
downView.attributedText = try! down.toAttributedString(styler: styler)
and I am using the DownStylerConfiguration testConfiguration from your test suite.
What did you expect to happen?
In the configuration link color is set as
colors.link = .red
so it should show red links
What happened instead?
it does not show as red but as default blue
Thanks
The text was updated successfully, but these errors were encountered:
Please help prevent duplicate issues before submitting a new one:
Report
What did you do?
I have used your iOS example code to build a custom style but unfortunately the link color is not changing.
I replaced the content of renderDownInWebView with this
and I am using the DownStylerConfiguration testConfiguration from your test suite.
What did you expect to happen?
In the configuration link color is set as
so it should show red links
What happened instead?
it does not show as red but as default blue
Thanks
The text was updated successfully, but these errors were encountered: