File tree Expand file tree Collapse file tree 5 files changed +123
-300
lines changed
Expand file tree Collapse file tree 5 files changed +123
-300
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const Cookie: FC = () => {
1717 return (
1818 < >
1919 < button
20- className = "w-fit self-center md:absolute bg-white p-2 rounded-2xl md:bottom-1 md:left-1"
20+ className = "w-fit self-center md:fixed bg-white p-2 rounded-2xl md:bottom-1 md:left-1"
2121 type = "button"
2222 onClick = { CookieConsent . showPreferences }
2323 >
Original file line number Diff line number Diff line change 7474 "subtitle" : " Azure Security Engineer" ,
7575 "url" : " https://raw.githubusercontent.com/Ditectrev/Microsoft-Azure-AZ-500-Azure-Security-Engineer-Practice-Tests-Exams-Questions-Answers/main/README.md"
7676 },
77+ {
78+ "name" : " Microsoft Azure AZ-204" ,
79+ "subtitle" : " Developing Solutions for Azure" ,
80+ "url" : " https://raw.githubusercontent.com/Ditectrev/Microsoft-Azure-AZ-204-Developing-Solutions-for-Microsoft-Azure-Practice-Tests-Exams-Question-Answer/main/README.md"
81+ },
7782 {
7883 "name" : " Microsoft Azure AZ-800" ,
7984 "subtitle" : " Windows Server Hybrid Administrator" ,
Original file line number Diff line number Diff line change 1- //const url = "https://raw.githubusercontent.com/Ditectrev/Microsoft-Azure-AZ-900-Microsoft-Azure-Fundamentals-Exam-Questions-Answers/main/README.md";
2-
31const scrapeQuestions = ( markdownText : string ) => {
42 const regex =
5- / # # # ( .* ?) \s * \n \n ( (?: \! \[ .* ?\] \( .* ?\) \s * \n \n ) * ?) ( (?: - \[ (?: x | ) \] .* ?\n ) + ) / gs;
6- const optionsRegex = / - \[ ( x | ) \] ( .* ?) (? = \n - \[ | $ ) / g;
3+ / # # # ( .* ?) \s * \r ? \n \r ? \n ( (?: \! \[ .* ?\] \( .* ?\) \s * \r ? \n \r ? \n ) * ?) ( (?: - \[ (?: x | ) \] .* ?\r ? \n ) + ) / gs;
4+
5+ const optionsRegex = / - \[ ( x | ) \] ( .* ?) (? = \r ? \n - \[ | $ ) / g;
76 const imageRegex = / \! \[ ( .* ?) \] \( ( .* ?) \) / g;
87 const questions = [ ] ;
98 let match ;
You can’t perform that action at this time.
0 commit comments