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
due to different size of devices, can't just give a fixed size to image in markdown, is there a way to custom text font and image size after it been converted to NSAttributedString, or is there a markdown standard to make this happens?
markdown sample
this is a sample text and image
![](https://s3.atom2ueki.com/images/app_s_3.jpg)
These questions are specific to styling NSAttributedString so you'd have better luck asking someplace like StackOverflow since Down is only responsible for conversion.
Once it's in one of the many output formats Down supports, they can all be styled differently.
due to different size of devices, can't just give a fixed size to image in markdown, is there a way to custom text font and image size after it been converted to
NSAttributedString
, or is there a markdown standard to make this happens?thanks!
The text was updated successfully, but these errors were encountered: