We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Circular Reference
Encountering this compile error. Still looking for any workarounds.
enum InlineNode: Hashable { case text(String) case softBreak case lineBreak case code(String) case html(String) case emphasis(children: [InlineNode]) case strong(children: [InlineNode]) case strikethrough(children: [InlineNode]) case link(destination: String, children: [InlineNode]) case image(source: String, children: [InlineNode]) }
The text was updated successfully, but these errors were encountered:
hi, did you find a solution ?
Sorry, something went wrong.
What branch are you trying to build? The current main and release/6.0 branches of Swift-Markdown don't contain this enum definition.
main
release/6.0
Thanks...I was on an outdated piece of code. I fixed my issue. Thanks
No branches or pull requests
Encountering this compile error.
Still looking for any workarounds.
The text was updated successfully, but these errors were encountered: