{"route":"/en-US-v0.14.1/reference/model/strong/","title":"Strong Emphasis","description":"Documentation for the `strong` function.","part":null,"outline":[{"id":"summary","name":"Summary","children":[]},{"id":"example","name":"Example","children":[]},{"id":"syntax","name":"Syntax","children":[]},{"id":"parameters","name":"Parameters","children":[{"id":"parameters-delta","name":"delta","children":[]},{"id":"parameters-body","name":"body","children":[]}]}],"body":{"kind":"func","content":{"path":[],"name":"strong","title":"Strong Emphasis","keywords":["bold","weight"],"oneliner":"Strongly emphasizes content by increasing the font weight.","element":true,"contextual":false,"deprecationMessage":null,"deprecationUntil":null,"details":[{"kind":"html","content":"<p>Strongly emphasizes content by increasing the font weight.</p>\n<p>Increases the current font weight by a given <code>delta</code>.</p>\n<h2 id=\"example\">Example</h2>\n<div class=\"previewed-code\"><pre><code>This is <span class=\"typ-strong\">*strong.*</span> <span class=\"typ-escape\">\\</span>\nThis is <span class=\"typ-func\">#</span><span class=\"typ-func\">strong</span><span class=\"typ-punct\">[</span>too.<span class=\"typ-punct\">]</span> <span class=\"typ-escape\">\\</span>\n\n<span class=\"typ-key\">#</span><span class=\"typ-key\">show</span> <span class=\"typ-func\">strong</span><span class=\"typ-punct\">:</span> <span class=\"typ-key\">set</span> <span class=\"typ-func\">text</span><span class=\"typ-punct\">(</span>red<span class=\"typ-punct\">)</span>\nAnd this is <span class=\"typ-strong\">*evermore.*</span>\n</code></pre><div class=\"preview\"><img src=\"/en-US-v0.14.1/assets/f0f155e1250d5cd6db61ef6e1d6d484c.png\" alt=\"Preview\"></div></div>\n<h2 id=\"syntax\">Syntax</h2>\n<p>This function also has dedicated syntax: To strongly emphasize content,\nsimply enclose it in stars/asterisks (<code>*</code>). Note that this only works at\nword boundaries. To strongly emphasize part of a word, you have to use the\nfunction.</p>"}],"self":false,"params":[{"name":"delta","details":[{"kind":"html","content":"<p>The delta to apply on the font weight.</p>"},{"kind":"example","content":{"body":"<div class=\"previewed-code\"><pre><code><span class=\"typ-key\">#</span><span class=\"typ-key\">set</span> <span class=\"typ-func\">strong</span><span class=\"typ-punct\">(</span>delta<span class=\"typ-punct\">:</span> <span class=\"typ-num\">0</span><span class=\"typ-punct\">)</span>\nNo <span class=\"typ-strong\">*effect!*</span>\n</code></pre><div class=\"preview\"><img src=\"/en-US-v0.14.1/assets/482ecb9a7454c6daefc502f7df57e97c.png\" alt=\"Preview\"></div></div>","title":null}}],"types":["int"],"strings":[],"default":"<code><span class=\"typ-num\">300</span></code>","positional":false,"named":true,"required":false,"variadic":false,"settable":true},{"name":"body","details":[{"kind":"html","content":"<p>The content to strongly emphasize.</p>"}],"types":["content"],"strings":[],"default":null,"positional":true,"named":false,"required":true,"variadic":false,"settable":false}],"returns":["content"],"scope":[]}}}