Module that provides formatter to convert result of
search
into
Markdown.
(require("markdown"))(data, settings)
Parameters:
Name |
Type |
Description |
data |
Object
|
Result of search. |
settings |
Object
|
Format settings. See format for details. |
- See:
-
Returns:
Markdown text representing result of search.
-
Type
-
String