File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ const md = './docs-src/md';
1616const options = { } ;
1717
1818readdirSync ( src ) . forEach ( file => {
19- if ( file !== 'test.html' ) {
20- return ;
21- }
22-
2319 const html = readFileSync ( path . resolve ( `${ src } ${ file } ` ) , 'utf-8' ) ;
2420
2521 posthtml ( [
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ <h1 class="display-1 fw-bold mb-4">Demo</h1>
6868 </ div >
6969 </ div >
7070 </ footer >
71- < div class ="modal fade " id ="modalWithComponents " data-bs-backdrop ="true " data-bs-keyboard ="true " aria-labelledby ="modalWithComponents " tabindex ="-1 " aria-hidden ="true " aria-modal ="true " role ="dialog " dialogclass ="modal-dialog-custom " contentclass ="modal-content-custom ">
71+ < div class ="modal fade " id ="modalWithComponents " data-bs-backdrop ="true " data-bs-keyboard ="true " aria-labelledby ="modalWithComponents " tabindex ="-1 " aria-hidden ="true " aria-modal ="true " role ="dialog " dialogclass ="modal-dialog-custom " contentclass ="modal-content-custom " close =" true " >
7272 < div class ="modal-dialog modal-lg modal-fullscreen-lg-down modal-dialog-centered ">
7373 < div class ="modal-content ">
7474 < div class ="modal-header ">
Original file line number Diff line number Diff line change @@ -1479,7 +1479,7 @@ <h2 id="migration" tabindex="-1">
14791479 </ div >
14801480 </ div >
14811481 </ footer >
1482- < div class ="modal fade " id ="modalWithComponents " data-bs-backdrop ="true " data-bs-keyboard ="true " aria-labelledby ="modalWithComponents " tabindex ="-1 " aria-hidden ="true " aria-modal ="true " role ="dialog " dialogclass ="modal-dialog-custom " contentclass ="modal-content-custom ">
1482+ < div class ="modal fade " id ="modalWithComponents " data-bs-backdrop ="true " data-bs-keyboard ="true " aria-labelledby ="modalWithComponents " tabindex ="-1 " aria-hidden ="true " aria-modal ="true " role ="dialog " dialogclass ="modal-dialog-custom " contentclass ="modal-content-custom " close =" true " >
14831483 < div class ="modal-dialog modal-lg modal-fullscreen-lg-down modal-dialog-centered ">
14841484 < div class ="modal-content ">
14851485 < div class ="modal-header ">
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ <h1 class="display-1 fw-bold mb-4">Build the web with PostHTML</h1>
8484 </ div >
8585 </ div >
8686 </ footer >
87- < div class ="modal fade " id ="modalWithComponents " data-bs-backdrop ="true " data-bs-keyboard ="true " aria-labelledby ="modalWithComponents " tabindex ="-1 " aria-hidden ="true " aria-modal ="true " role ="dialog " dialogclass ="modal-dialog-custom " contentclass ="modal-content-custom ">
87+ < div class ="modal fade " id ="modalWithComponents " data-bs-backdrop ="true " data-bs-keyboard ="true " aria-labelledby ="modalWithComponents " tabindex ="-1 " aria-hidden ="true " aria-modal ="true " role ="dialog " dialogclass ="modal-dialog-custom " contentclass ="modal-content-custom " close =" true " >
8888 < div class ="modal-dialog modal-lg modal-fullscreen-lg-down modal-dialog-centered ">
8989 < div class ="modal-content ">
9090 < div class ="modal-header ">
You can’t perform that action at this time.
0 commit comments