Skip to content

Instantly share code, notes, and snippets.

View carlosevia's full-sized avatar

Carlos Evia Puerto carlosevia

View GitHub Profile
HTML5 Table Model
Element types and attributes
<table> + @border, @sortable
<thead>
<tbody>
<tfoot>

Declaring a conref

[id:power-off](Make sure that power to the fixture where you are installing the light bulb is turned OFF.)

Declaring a conref would require giving the topic a fixed id in order to have a path for referencing in DITA-compatible syntax.

Inserting a phrase with @props

Keybase proof

I hereby claim:

  • I am carlosevia on github.
  • I am carlosevia (https://keybase.io/carlosevia) on keybase.
  • I have a public key whose fingerprint is 9BD6 72B2 49EA DD61 A1B5 381A 1794 501D 0835 20BF

To claim this, I am signing this object:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<p>Here is a footnote reference,<a href="#fn1" class="footnoteRef" id="fnref1"><sup>1</sup></a> and another.<a href="#fn2" class="footnoteRef" id="fnref2"><sup>2</sup></a></p>
<p>This paragraph won't be part of the note, because it isn't indented.</p>
<p>Here is a footnote reference <a href="#fn1" class="footnoteRef" id="fnref1"><sup>1</sup></a> and another.<a href="#fn2" class="footnoteRef" id="fnref2"><sup>2</sup></a></p>
## Steps
1. Pre-heat oven to 350 degrees
2. Prepare cake sponge
1. Combine sugar and butter
2. Beat in 3 eggs
3. Add vanilla
<h2>Steps</h2>
<ol>
<li>Pre-heat oven to 350 degrees</li>
<li>Prepare cake sponge
<ol>
<li>Combine sugar and butter</li>
<li>Beat in 3 eggs</li>
<li>Add vanilla</li>
</ol>
</li>