Skip to content

Commit 5984f7f

Browse files
committed
Update de faltas de ortografia
1 parent f212b57 commit 5984f7f

5 files changed

Lines changed: 9746 additions & 394 deletions

File tree

teoria/Tema11.html

Lines changed: 3188 additions & 100 deletions
Large diffs are not rendered by default.

teoria/Tema2.html

Lines changed: 3300 additions & 145 deletions
Large diffs are not rendered by default.

teoria/Tema3.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@
4141
};
4242
</script>
4343

44+
<script>// Pandoc 2.9 adds attributes on both header and div. We remove the former (to
45+
// be compatible with the behavior of Pandoc < 2.8).
46+
document.addEventListener('DOMContentLoaded', function(e) {
47+
var hs = document.querySelectorAll("div.section[class*='level'] > :first-child");
48+
var i, h, a;
49+
for (i = 0; i < hs.length; i++) {
50+
h = hs[i];
51+
if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6
52+
a = h.attributes;
53+
while (a.length > 0) h.removeAttribute(a[0].name);
54+
}
55+
});
56+
</script>
4457
<style type="text/css">@font-face {
4558
font-family: 'Open Sans';
4659
font-style: normal;

teoria/Tema7.html

Lines changed: 3169 additions & 85 deletions
Large diffs are not rendered by default.

teoria/Tema9.html

Lines changed: 76 additions & 64 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)