How to use the getOption function from showdown
Find comprehensive JavaScript showdown.getOption code examples handpicked from public code repositorys.
156 157 158 159 160 161 162 163 164 165
#### getOption() ```js // Global var myOption = showdown.getOption('optionKey'); //Local var myOption = converter.getOption('optionKey'); ```
9
22
3
showdown.Converter is the most popular function in showdown (687 examples)