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've searched other open/closed issues for duplicates before opening up this new issue.
Report
What did you do?
Tried rendering README.md (copied straight from raw)
import UIKit
import Down
class QuickViewController: UIViewController {
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
setUpDownView()
}
private func setUpDownView() {
let dv = try! DownView(frame: view.bounds, markdownString: mdString) {
print("Loaded successfully.")
}
view.addSubview(dv)
}
}
What did you expect to happen?
The DownView to render as shown in the README.md:
What happened instead?
The DownView renders, but appears zoomed, or the text is just displaying larger? It's the same with any other markdown I use. Is this expected behavior that must be overridden in the CSS, or am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Report
What did you do?
Tried rendering README.md (copied straight from raw)
What did you expect to happen?
The DownView to render as shown in the README.md:
What happened instead?
The DownView renders, but appears zoomed, or the text is just displaying larger? It's the same with any other markdown I use. Is this expected behavior that must be overridden in the CSS, or am I doing something wrong?
The text was updated successfully, but these errors were encountered: