How to use the getDefaultOptions function from showdown
Find comprehensive JavaScript showdown.getDefaultOptions code examples handpicked from public code repositorys.
176 177 178 179 180 181 182 183 184
### Retrieve the default options You can get showdown's default options with: ```js var defaultOptions = showdown.getDefaultOptions(); ``` ### Valid Options
9
22
3
showdown.Converter is the most popular function in showdown (687 examples)