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
I have a markdown and latex togther, how I can render them together?
"Find the value of $k$, if $x + 6$ is a factor of $- k + x^{3} + 16 x^{2} + 76 x$ <br/> [GitHub Link](https://github.com/iwasrobbed/Down)"
let downView = try DownView(frame: view.bounds, markdownString: readMeContents, didLoadSuccessfully: {
print("Markdown was rendered.")
})
The text was updated successfully, but these errors were encountered:
Please ask these sorts of questions on StackOverflow.com first and at the very least detail out what you've tried and what hasn't worked instead of deferring all of the work onto us.
I have a markdown and latex togther, how I can render them together?
The text was updated successfully, but these errors were encountered: