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
Struct ToMarkdownStringOption is now non-exhaustive. To create ToMarkdownStringOption, use ToMarkdownStringOption::new function instead of ToMarkdownStringOption { ... } syntax.
New features
Added options to omit inline code & code blocks on generate.
See the documentation of ToMarkdownStringOption for details.