77 < title > Womangling</ title >
88 </ head >
99 < body >
10- < main class =" main " >
10+ < main >
1111 < div class ="content " id ="content-area ">
1212 < h1 >
1313 < a class ="root-link " href =". "> Learn C++ Itanium Symbol Mangling</ a >
@@ -85,7 +85,7 @@ <h2>Lesson 2: Arguments</h2>
8585 < code > int*</ code > (< code > Pi</ code > ), and a
8686 < code > double&</ code > (< code > Rd</ code > ).
8787 </ p >
88- < div class =" quiz-section " >
88+ < quiz-section >
8989 < p > What is the mangled symbol of the following function?</ p >
9090 < pre class ="code ">
9191void hello(int **programmer, long day, float &r) {}
@@ -102,7 +102,7 @@ <h2>Lesson 2: Arguments</h2>
102102 </ button >
103103 < div class ="error "> </ div >
104104 </ form >
105- </ div >
105+ </ quiz-section >
106106 </ section >
107107 < section data-step ="1 " class ="step ">
108108 < p >
@@ -115,7 +115,7 @@ <h2>Lesson 2: Arguments</h2>
115115}
116116 </ pre >
117117 < p > This will be mangled as < code > _ZN5outer5inner3yesEiiRl</ code > </ p >
118- < div class =" quiz-section " >
118+ < quiz-section >
119119 < p > What is the mangled symbol of the following function?</ p >
120120 < pre class ="code ">
121121namespace very::much::nested {
@@ -137,7 +137,7 @@ <h2>Lesson 2: Arguments</h2>
137137 </ button >
138138 < div class ="error "> </ div >
139139 </ form >
140- </ div >
140+ </ quiz-section >
141141 </ section >
142142 < section data-step ="2 " class ="step ">
143143 < p > Let's look at a few more common types.</ p >
@@ -155,7 +155,7 @@ <h2>Lesson 2: Arguments</h2>
155155 In the future there might be a part of the website where you can
156156 memorize these encodings more easily.
157157 </ p >
158- < div class =" quiz-section " >
158+ < quiz-section >
159159 < p > What is the mangled symbol of the following function?</ p >
160160 < pre class ="code ">
161161void name(unsigned long long a, unsigned short b, char c, int d) {}
@@ -175,7 +175,7 @@ <h2>Lesson 2: Arguments</h2>
175175 </ button >
176176 < div class ="error "> </ div >
177177 </ form >
178- </ div >
178+ </ quiz-section >
179179 </ section >
180180
181181 < section data-step ="3 " class ="step ">
0 commit comments