Beispiel #1
0
 public string GetOptionsJs()
 {
     return(string.Format(@"{{gfm: {0}, tables: {1}, breaks: {2}, sanitize: {3}, smartLists: {4}, pedantic: {5}, smartypants: {6}, highlight: {7}, renderer: renderer}}",
                          GitHubFlavor.AsJs(),
                          Tables.AsJs(),
                          Breaks.AsJs(),
                          Sanitize.AsJs(),
                          SmartLists.AsJs(),
                          Pedantic.AsJs(),
                          SmartyPants.AsJs(),
                          Highlight));
 }