-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #219 from jelovirt/feature/refactor-html-xslt
Remove commented support for data-hd-class
- Loading branch information
Showing
4 changed files
with
17 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<article data-hd-class="task"> | ||
<article> | ||
<h1 id="how-to-do-something">How to do something</h1> | ||
<p>Introduction to this specific task</p> | ||
<section data-hd-class="task/context"> | ||
<section> | ||
<p>Use only when ready</p> | ||
</section> | ||
<section data-hd-class="task/steps-informal"> | ||
<section> | ||
<ol> | ||
<li><p>Plan something</p></li> | ||
<li><p>Do something</p></li> | ||
<li><p>Evaluate something</p></li> | ||
</ol> | ||
</section> | ||
<section data-hd-class="topic/example"> | ||
<section> | ||
<p>Like this</p> | ||
</section> | ||
</article> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<!DOCTYPE html> | ||
<meta charset="utf-8"> | ||
<article data-hd-class="task"> | ||
<article> | ||
<h1 id="how-to-do-something">How to do something</h1> | ||
<p>Introduction to this specific task</p> | ||
<section data-hd-class="task/context"> | ||
<section> | ||
<p>Use only when ready</p> | ||
</section> | ||
<section data-hd-class="task/steps-informal"> | ||
<section> | ||
<ol> | ||
<li><p>Plan something</p></li> | ||
<li><p>Do something</p></li> | ||
<li><p>Evaluate something</p></li> | ||
</ol> | ||
</section> | ||
<section data-hd-class="topic/example"> | ||
<section> | ||
<p>Like this</p> | ||
</section> | ||
</article> |