add doc
This commit is contained in:
parent
1e6e0a61b3
commit
aeaf447142
2 changed files with 11 additions and 0 deletions
|
|
@ -355,4 +355,11 @@ function s4() {
|
|||
.substring(1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Overrides the css of highlighted events. Make sure to use single quotes!
|
||||
* @name markcss
|
||||
* @example
|
||||
* note("c a f e")
|
||||
* .markcss('text-decoration:underline')
|
||||
*/
|
||||
export const markcss = registerControl('markcss');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue