Current section

Files

Jump to
mdex examples heex.html
Raw

examples/heex.html

<h1>Phoenix HEEx Example</h1>
<h2>Examples</h2>
<p><code>@path = https://elixir-lang.org</code></p>
<ul>
<li><code>.link</code> with <code>:href</code> expression - <a href="https://elixir-lang.org">link to elixir-lang.org</a></li>
<li><code>.link</code> with an @assign - <a href="https://elixir-lang.org">link to @path</a></li>
</ul>
<pre class="autumn-hl" style="background-color: #282C34; color: #ABB2BF;"><code class="language-php" translate="no"><span class="ahl-tag" style="color: #E06C75;">&lt;?php</span> <span class="ahl-keyword" style="color: #E06C75;">echo</span> <span class="ahl-string" style="color: #98C379;">&#x27;Hello, World!&#x27;</span><span class="ahl-punctuation ahl-delimiter" style="color: #ABB2BF;">;</span> <span class="ahl-tag" style="color: #E06C75;">?&gt;</span>
</code></pre>
<pre class="autumn-hl" style="background-color: #282C34; color: #ABB2BF;"><code class="language-heex" translate="no"><span class="ahl-keyword" style="color: #E06C75;">&lt;%=</span> <span class="ahl-variable ahl-other ahl-member" style="color: #E06C75;">@</span><span class="ahl-variable ahl-other ahl-member" style="color: #E06C75;">hello</span><span class="ahl-keyword" style="color: #E06C75;"> %&gt;</span>
</code></pre>
<p>Elixir was created by José Valim.</p>