dockeywords

.dockeywords keywords:{Iterable<Dynamic>? = null} -> Any

If keywords is specified, sets the document keywords to those values. In HTML, keywords are exported to SEO-friendly meta tags.

.dockeywords
- quarkdown
- markdown
- documentation

If it's unset, the current keywords of the document are returned as a list.

.foreach {.dockeywords}
keyword:
.keyword

Return

the current document keywords if keywords is unset, nothing otherwise

Parameters

keywords

optional collection of keywords to assign to the document

Wiki page

Document metadata