├── .DS_Store ├── .github ├── CODE_OF_CONDUCT.md ├── dependabot.yaml └── workflows │ └── render-webpage.yaml ├── .gitignore ├── .quarto ├── _freeze │ └── index │ │ ├── execute-results │ │ └── html.json │ │ └── libs │ │ ├── bootstrap │ │ ├── bootstrap-icons.css │ │ ├── bootstrap-icons.woff │ │ ├── bootstrap.min.css │ │ └── bootstrap.min.js │ │ ├── clipboard │ │ └── clipboard.min.js │ │ └── quarto-html │ │ ├── anchor.min.js │ │ ├── popper.min.js │ │ ├── quarto-syntax-highlighting.css │ │ ├── quarto.js │ │ ├── tippy.css │ │ └── tippy.umd.min.js └── xref │ ├── INDEX │ └── e9072d7c ├── DESCRIPTION ├── Images ├── files.jpeg ├── rmarkdown.png └── rmd_books.jpeg ├── LICENSE ├── LICENSE.md ├── README.Rmd ├── README.md ├── _extensions └── quarto-ext │ └── fontawesome │ ├── _extension.yml │ ├── assets │ ├── LICENSE.txt │ ├── css │ │ ├── all.css │ │ ├── all.min.css │ │ └── latex-fontsize.css │ └── webfonts │ │ ├── fa-brands-400.ttf │ │ ├── fa-brands-400.woff2 │ │ ├── fa-regular-400.ttf │ │ ├── fa-regular-400.woff2 │ │ ├── fa-solid-900.ttf │ │ ├── fa-solid-900.woff2 │ │ ├── fa-v4compatibility.ttf │ │ └── fa-v4compatibility.woff2 │ └── fontawesome.lua ├── index.html ├── index.qmd ├── index_files └── libs │ ├── bootstrap │ ├── bootstrap-1bdd87b44675d2f9f7239a6d66ec4ecf.min.css │ ├── bootstrap-2544db18e6d5ed79c075d059052b30c2.min.css │ ├── bootstrap-288a10ad95d602d9aefa1252ae829885.min.css │ ├── bootstrap-385ad6dc2725019e331eb993363b3e50.min.css │ ├── bootstrap-441f0b94701cc8d2ecae495273ec126b.min.css │ ├── bootstrap-451e149ce070b5585fc50efbbce871bd.min.css │ ├── bootstrap-4bea36d5491a3d94ca4daab7f16851ee.min.css │ ├── bootstrap-55aa396ea3e988129bcec43acf404917.min.css │ ├── bootstrap-58e244112fbe3aad12ca41264b33ff39.min.css │ ├── bootstrap-6635001bef3873650e3275c659f8ca27.min.css │ ├── bootstrap-70c9f62d165d4ed4e8de5e3139cf9ef1.min.css │ ├── bootstrap-7d2eaf6630f1d3382dccde7de850ea06.min.css │ ├── bootstrap-87f4cb0416ae7d2cb84ca784f9b94e9b.min.css │ ├── bootstrap-91e7439932420fce2b1302aab9466e5a.min.css │ ├── bootstrap-92af968ddd1c5983d7ae114c4c687953.min.css │ ├── bootstrap-a4abfeb2331403b006ce25314f352e92.min.css │ ├── bootstrap-a50d7b35222f112ddd723cecf3a2611f.min.css │ ├── bootstrap-a6652a9434677752796b0fc8723f0c95.min.css │ ├── bootstrap-a943fd88264382075bece5689f2f9969.min.css │ ├── bootstrap-b2764c3be108046f48bfaabb1ce3af2a.min.css │ ├── bootstrap-ca4ae32739019157b0ba2a1a1048a20a.min.css │ ├── bootstrap-d7999bae9e307941a3269261aa8b6eb5.min.css │ ├── bootstrap-dd3956385ee907e48a7f9381ebb636bf.min.css │ ├── bootstrap-e95f3965b6522840735f7efe02092b57.min.css │ ├── bootstrap-eb41e7a3837dbf2cd4b68646c5c0b800.min.css │ ├── bootstrap-ede9ce9d38db70362ec54695be6fe47b.min.css │ ├── bootstrap-f1898fc4f4994fcf7d4a71b120ff1c95.min.css │ ├── bootstrap-fde21167b4fcf25904ffbfbc004f719d.min.css │ ├── bootstrap-feb7be27843f6a580260d43995a4e15a.min.css │ ├── bootstrap-ff5874f0ee5b2b634b08bf81dec34f6b.min.css │ ├── bootstrap-icons.css │ ├── bootstrap-icons.woff │ ├── bootstrap.min.css │ └── bootstrap.min.js │ ├── clipboard │ └── clipboard.min.js │ └── quarto-html │ ├── anchor.min.js │ ├── axe │ └── axe-check.js │ ├── popper.min.js │ ├── quarto-syntax-highlighting-018089954d508eae8a473f0b7f0491f0.css │ ├── quarto-syntax-highlighting-01c78b5cd655e4cd89133cf59d535862.css │ ├── quarto-syntax-highlighting-07ba0ad10f5680c660e360ac31d2f3b6.css │ ├── quarto-syntax-highlighting-07c16812f08c4a1591d6ec4fc46327fa.css │ ├── quarto-syntax-highlighting-0815c480559380816a4d1ea211a47e91.css │ ├── quarto-syntax-highlighting-095e6f6405c331e3b33229e03003579f.css │ ├── quarto-syntax-highlighting-09b140d2d032adf2aedb8b099be3ee13.css │ ├── quarto-syntax-highlighting-0ed29b1f0e6f007c337b74d6a5232f88.css │ ├── quarto-syntax-highlighting-19cd9126a9a9c64aacb03dc90954a64a.css │ ├── quarto-syntax-highlighting-1fbc47131a039e0df962caa6cecbb2e1.css │ ├── quarto-syntax-highlighting-226bd0f977fa82dfae4534cac220d79a.css │ ├── quarto-syntax-highlighting-2486e1f0a3ee9ee1fc393803a1361cdb.css │ ├── quarto-syntax-highlighting-29e2c20b02301cfff04dc8050bf30c7e.css │ ├── quarto-syntax-highlighting-2bb0ec5e928ee8c40b12725cb7836c35.css │ ├── quarto-syntax-highlighting-3a01e2046221230fdceeea94b1ec5d67.css │ ├── quarto-syntax-highlighting-443ac161e34e8c1eedb78f958e3d9213.css │ ├── quarto-syntax-highlighting-46eeb4c476de49ef7df495821a6125d9.css │ ├── quarto-syntax-highlighting-485605091aded536db53fb751867c3cd.css │ ├── quarto-syntax-highlighting-66ab7fd5e73b7f0a764e0d49b3e29ab1.css │ ├── quarto-syntax-highlighting-6bb072e51ab976e338d8fd19b221fbe5.css │ ├── quarto-syntax-highlighting-75d73ece3e5fc6e04b504c8afc5573bd.css │ ├── quarto-syntax-highlighting-79bb3942e891885f9f7af119cd221462.css │ ├── quarto-syntax-highlighting-81b5c3e63835cfde897ecd3d35a35a41.css │ ├── quarto-syntax-highlighting-8c4c3d43a67d5579f14f1e6229e0c929.css │ ├── quarto-syntax-highlighting-8f1af79587c2686b78fe4e1fbadd71ab.css │ ├── quarto-syntax-highlighting-985aa47af68dae11cd4d235c71fb941e.css │ ├── quarto-syntax-highlighting-a126389619fad6dbfb296a5315d49fef.css │ ├── quarto-syntax-highlighting-b2bd955b7378b94aa8c2ba4fafa553c9.css │ ├── quarto-syntax-highlighting-bd0f20613ab34a035844aaae9062fb4e.css │ ├── quarto-syntax-highlighting-c2d8198b7f72dec16de60f0cb3fab69f.css │ ├── quarto-syntax-highlighting-c6982bbdd90c704a9b15aa23d87ad911.css │ ├── quarto-syntax-highlighting-cdaacfc258cb6f151192107f105ac881.css │ ├── quarto-syntax-highlighting-da03d714c310c60cec1d83284c92da2c.css │ ├── quarto-syntax-highlighting-dc55a5b9e770e841cd82e46aadbfb9b0.css │ ├── quarto-syntax-highlighting-dd755132419e67449ef99e0994c660a4.css │ ├── quarto-syntax-highlighting-e2dbac4cb4103ab08bd69bea3cb63eec.css │ ├── quarto-syntax-highlighting-ea1d7ac60288e0f1efdbc993fd8432ae.css │ ├── quarto-syntax-highlighting-f98ea211b99fe8356d6469e598480a52.css │ ├── quarto-syntax-highlighting-ff4371ef257df69894857e99c6ad0d06.css │ ├── quarto-syntax-highlighting.css │ ├── quarto.js │ ├── tabsets │ └── tabsets.js │ ├── tippy.css │ └── tippy.umd.min.js ├── renderer.R └── rmd-fragment.Rmd /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.DS_Store -------------------------------------------------------------------------------- /.github/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.github/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /.github/dependabot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.github/dependabot.yaml -------------------------------------------------------------------------------- /.github/workflows/render-webpage.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.github/workflows/render-webpage.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.gitignore -------------------------------------------------------------------------------- /.quarto/_freeze/index/execute-results/html.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.quarto/_freeze/index/execute-results/html.json -------------------------------------------------------------------------------- /.quarto/_freeze/index/libs/bootstrap/bootstrap-icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.quarto/_freeze/index/libs/bootstrap/bootstrap-icons.css -------------------------------------------------------------------------------- /.quarto/_freeze/index/libs/bootstrap/bootstrap-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.quarto/_freeze/index/libs/bootstrap/bootstrap-icons.woff -------------------------------------------------------------------------------- /.quarto/_freeze/index/libs/bootstrap/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.quarto/_freeze/index/libs/bootstrap/bootstrap.min.css -------------------------------------------------------------------------------- /.quarto/_freeze/index/libs/bootstrap/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.quarto/_freeze/index/libs/bootstrap/bootstrap.min.js -------------------------------------------------------------------------------- /.quarto/_freeze/index/libs/clipboard/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.quarto/_freeze/index/libs/clipboard/clipboard.min.js -------------------------------------------------------------------------------- /.quarto/_freeze/index/libs/quarto-html/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.quarto/_freeze/index/libs/quarto-html/anchor.min.js -------------------------------------------------------------------------------- /.quarto/_freeze/index/libs/quarto-html/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.quarto/_freeze/index/libs/quarto-html/popper.min.js -------------------------------------------------------------------------------- /.quarto/_freeze/index/libs/quarto-html/quarto-syntax-highlighting.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.quarto/_freeze/index/libs/quarto-html/quarto-syntax-highlighting.css -------------------------------------------------------------------------------- /.quarto/_freeze/index/libs/quarto-html/quarto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.quarto/_freeze/index/libs/quarto-html/quarto.js -------------------------------------------------------------------------------- /.quarto/_freeze/index/libs/quarto-html/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.quarto/_freeze/index/libs/quarto-html/tippy.css -------------------------------------------------------------------------------- /.quarto/_freeze/index/libs/quarto-html/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.quarto/_freeze/index/libs/quarto-html/tippy.umd.min.js -------------------------------------------------------------------------------- /.quarto/xref/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.quarto/xref/INDEX -------------------------------------------------------------------------------- /.quarto/xref/e9072d7c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/.quarto/xref/e9072d7c -------------------------------------------------------------------------------- /DESCRIPTION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/DESCRIPTION -------------------------------------------------------------------------------- /Images/files.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/Images/files.jpeg -------------------------------------------------------------------------------- /Images/rmarkdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/Images/rmarkdown.png -------------------------------------------------------------------------------- /Images/rmd_books.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/Images/rmd_books.jpeg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | YEAR: 2022 2 | COPYRIGHT HOLDER: RmarkdownTips authors 3 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/README.Rmd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/README.md -------------------------------------------------------------------------------- /_extensions/quarto-ext/fontawesome/_extension.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/_extensions/quarto-ext/fontawesome/_extension.yml -------------------------------------------------------------------------------- /_extensions/quarto-ext/fontawesome/assets/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/_extensions/quarto-ext/fontawesome/assets/LICENSE.txt -------------------------------------------------------------------------------- /_extensions/quarto-ext/fontawesome/assets/css/all.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/_extensions/quarto-ext/fontawesome/assets/css/all.css -------------------------------------------------------------------------------- /_extensions/quarto-ext/fontawesome/assets/css/all.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/_extensions/quarto-ext/fontawesome/assets/css/all.min.css -------------------------------------------------------------------------------- /_extensions/quarto-ext/fontawesome/assets/css/latex-fontsize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/_extensions/quarto-ext/fontawesome/assets/css/latex-fontsize.css -------------------------------------------------------------------------------- /_extensions/quarto-ext/fontawesome/assets/webfonts/fa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/_extensions/quarto-ext/fontawesome/assets/webfonts/fa-brands-400.ttf -------------------------------------------------------------------------------- /_extensions/quarto-ext/fontawesome/assets/webfonts/fa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/_extensions/quarto-ext/fontawesome/assets/webfonts/fa-brands-400.woff2 -------------------------------------------------------------------------------- /_extensions/quarto-ext/fontawesome/assets/webfonts/fa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/_extensions/quarto-ext/fontawesome/assets/webfonts/fa-regular-400.ttf -------------------------------------------------------------------------------- /_extensions/quarto-ext/fontawesome/assets/webfonts/fa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/_extensions/quarto-ext/fontawesome/assets/webfonts/fa-regular-400.woff2 -------------------------------------------------------------------------------- /_extensions/quarto-ext/fontawesome/assets/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/_extensions/quarto-ext/fontawesome/assets/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /_extensions/quarto-ext/fontawesome/assets/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/_extensions/quarto-ext/fontawesome/assets/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /_extensions/quarto-ext/fontawesome/assets/webfonts/fa-v4compatibility.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/_extensions/quarto-ext/fontawesome/assets/webfonts/fa-v4compatibility.ttf -------------------------------------------------------------------------------- /_extensions/quarto-ext/fontawesome/assets/webfonts/fa-v4compatibility.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/_extensions/quarto-ext/fontawesome/assets/webfonts/fa-v4compatibility.woff2 -------------------------------------------------------------------------------- /_extensions/quarto-ext/fontawesome/fontawesome.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/_extensions/quarto-ext/fontawesome/fontawesome.lua -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index.html -------------------------------------------------------------------------------- /index.qmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index.qmd -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-1bdd87b44675d2f9f7239a6d66ec4ecf.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-1bdd87b44675d2f9f7239a6d66ec4ecf.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-2544db18e6d5ed79c075d059052b30c2.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-2544db18e6d5ed79c075d059052b30c2.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-288a10ad95d602d9aefa1252ae829885.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-288a10ad95d602d9aefa1252ae829885.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-385ad6dc2725019e331eb993363b3e50.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-385ad6dc2725019e331eb993363b3e50.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-441f0b94701cc8d2ecae495273ec126b.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-441f0b94701cc8d2ecae495273ec126b.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-451e149ce070b5585fc50efbbce871bd.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-451e149ce070b5585fc50efbbce871bd.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-4bea36d5491a3d94ca4daab7f16851ee.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-4bea36d5491a3d94ca4daab7f16851ee.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-55aa396ea3e988129bcec43acf404917.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-55aa396ea3e988129bcec43acf404917.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-58e244112fbe3aad12ca41264b33ff39.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-58e244112fbe3aad12ca41264b33ff39.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-6635001bef3873650e3275c659f8ca27.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-6635001bef3873650e3275c659f8ca27.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-70c9f62d165d4ed4e8de5e3139cf9ef1.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-70c9f62d165d4ed4e8de5e3139cf9ef1.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-7d2eaf6630f1d3382dccde7de850ea06.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-7d2eaf6630f1d3382dccde7de850ea06.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-87f4cb0416ae7d2cb84ca784f9b94e9b.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-87f4cb0416ae7d2cb84ca784f9b94e9b.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-91e7439932420fce2b1302aab9466e5a.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-91e7439932420fce2b1302aab9466e5a.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-92af968ddd1c5983d7ae114c4c687953.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-92af968ddd1c5983d7ae114c4c687953.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-a4abfeb2331403b006ce25314f352e92.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-a4abfeb2331403b006ce25314f352e92.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-a50d7b35222f112ddd723cecf3a2611f.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-a50d7b35222f112ddd723cecf3a2611f.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-a6652a9434677752796b0fc8723f0c95.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-a6652a9434677752796b0fc8723f0c95.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-a943fd88264382075bece5689f2f9969.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-a943fd88264382075bece5689f2f9969.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-b2764c3be108046f48bfaabb1ce3af2a.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-b2764c3be108046f48bfaabb1ce3af2a.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-ca4ae32739019157b0ba2a1a1048a20a.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-ca4ae32739019157b0ba2a1a1048a20a.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-d7999bae9e307941a3269261aa8b6eb5.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-d7999bae9e307941a3269261aa8b6eb5.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-dd3956385ee907e48a7f9381ebb636bf.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-dd3956385ee907e48a7f9381ebb636bf.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-e95f3965b6522840735f7efe02092b57.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-e95f3965b6522840735f7efe02092b57.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-eb41e7a3837dbf2cd4b68646c5c0b800.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-eb41e7a3837dbf2cd4b68646c5c0b800.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-ede9ce9d38db70362ec54695be6fe47b.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-ede9ce9d38db70362ec54695be6fe47b.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-f1898fc4f4994fcf7d4a71b120ff1c95.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-f1898fc4f4994fcf7d4a71b120ff1c95.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-fde21167b4fcf25904ffbfbc004f719d.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-fde21167b4fcf25904ffbfbc004f719d.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-feb7be27843f6a580260d43995a4e15a.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-feb7be27843f6a580260d43995a4e15a.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-ff5874f0ee5b2b634b08bf81dec34f6b.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-ff5874f0ee5b2b634b08bf81dec34f6b.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-icons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-icons.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap-icons.woff -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap.min.css -------------------------------------------------------------------------------- /index_files/libs/bootstrap/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/bootstrap/bootstrap.min.js -------------------------------------------------------------------------------- /index_files/libs/clipboard/clipboard.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/clipboard/clipboard.min.js -------------------------------------------------------------------------------- /index_files/libs/quarto-html/anchor.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/anchor.min.js -------------------------------------------------------------------------------- /index_files/libs/quarto-html/axe/axe-check.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/axe/axe-check.js -------------------------------------------------------------------------------- /index_files/libs/quarto-html/popper.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/popper.min.js -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-018089954d508eae8a473f0b7f0491f0.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-018089954d508eae8a473f0b7f0491f0.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-01c78b5cd655e4cd89133cf59d535862.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-01c78b5cd655e4cd89133cf59d535862.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-07ba0ad10f5680c660e360ac31d2f3b6.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-07ba0ad10f5680c660e360ac31d2f3b6.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-07c16812f08c4a1591d6ec4fc46327fa.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-07c16812f08c4a1591d6ec4fc46327fa.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-0815c480559380816a4d1ea211a47e91.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-0815c480559380816a4d1ea211a47e91.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-095e6f6405c331e3b33229e03003579f.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-095e6f6405c331e3b33229e03003579f.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-09b140d2d032adf2aedb8b099be3ee13.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-09b140d2d032adf2aedb8b099be3ee13.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-0ed29b1f0e6f007c337b74d6a5232f88.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-0ed29b1f0e6f007c337b74d6a5232f88.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-19cd9126a9a9c64aacb03dc90954a64a.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-19cd9126a9a9c64aacb03dc90954a64a.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-1fbc47131a039e0df962caa6cecbb2e1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-1fbc47131a039e0df962caa6cecbb2e1.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-226bd0f977fa82dfae4534cac220d79a.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-226bd0f977fa82dfae4534cac220d79a.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-2486e1f0a3ee9ee1fc393803a1361cdb.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-2486e1f0a3ee9ee1fc393803a1361cdb.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-29e2c20b02301cfff04dc8050bf30c7e.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-29e2c20b02301cfff04dc8050bf30c7e.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-2bb0ec5e928ee8c40b12725cb7836c35.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-2bb0ec5e928ee8c40b12725cb7836c35.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-3a01e2046221230fdceeea94b1ec5d67.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-3a01e2046221230fdceeea94b1ec5d67.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-443ac161e34e8c1eedb78f958e3d9213.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-443ac161e34e8c1eedb78f958e3d9213.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-46eeb4c476de49ef7df495821a6125d9.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-46eeb4c476de49ef7df495821a6125d9.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-485605091aded536db53fb751867c3cd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-485605091aded536db53fb751867c3cd.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-66ab7fd5e73b7f0a764e0d49b3e29ab1.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-66ab7fd5e73b7f0a764e0d49b3e29ab1.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-6bb072e51ab976e338d8fd19b221fbe5.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-6bb072e51ab976e338d8fd19b221fbe5.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-75d73ece3e5fc6e04b504c8afc5573bd.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-75d73ece3e5fc6e04b504c8afc5573bd.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-79bb3942e891885f9f7af119cd221462.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-79bb3942e891885f9f7af119cd221462.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-81b5c3e63835cfde897ecd3d35a35a41.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-81b5c3e63835cfde897ecd3d35a35a41.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-8c4c3d43a67d5579f14f1e6229e0c929.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-8c4c3d43a67d5579f14f1e6229e0c929.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-8f1af79587c2686b78fe4e1fbadd71ab.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-8f1af79587c2686b78fe4e1fbadd71ab.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-985aa47af68dae11cd4d235c71fb941e.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-985aa47af68dae11cd4d235c71fb941e.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-a126389619fad6dbfb296a5315d49fef.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-a126389619fad6dbfb296a5315d49fef.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-b2bd955b7378b94aa8c2ba4fafa553c9.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-b2bd955b7378b94aa8c2ba4fafa553c9.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-bd0f20613ab34a035844aaae9062fb4e.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-bd0f20613ab34a035844aaae9062fb4e.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-c2d8198b7f72dec16de60f0cb3fab69f.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-c2d8198b7f72dec16de60f0cb3fab69f.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-c6982bbdd90c704a9b15aa23d87ad911.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-c6982bbdd90c704a9b15aa23d87ad911.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-cdaacfc258cb6f151192107f105ac881.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-cdaacfc258cb6f151192107f105ac881.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-da03d714c310c60cec1d83284c92da2c.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-da03d714c310c60cec1d83284c92da2c.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-dc55a5b9e770e841cd82e46aadbfb9b0.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-dc55a5b9e770e841cd82e46aadbfb9b0.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-dd755132419e67449ef99e0994c660a4.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-dd755132419e67449ef99e0994c660a4.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-e2dbac4cb4103ab08bd69bea3cb63eec.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-e2dbac4cb4103ab08bd69bea3cb63eec.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-ea1d7ac60288e0f1efdbc993fd8432ae.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-ea1d7ac60288e0f1efdbc993fd8432ae.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-f98ea211b99fe8356d6469e598480a52.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-f98ea211b99fe8356d6469e598480a52.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting-ff4371ef257df69894857e99c6ad0d06.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting-ff4371ef257df69894857e99c6ad0d06.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto-syntax-highlighting.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto-syntax-highlighting.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/quarto.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/quarto.js -------------------------------------------------------------------------------- /index_files/libs/quarto-html/tabsets/tabsets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/tabsets/tabsets.js -------------------------------------------------------------------------------- /index_files/libs/quarto-html/tippy.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/tippy.css -------------------------------------------------------------------------------- /index_files/libs/quarto-html/tippy.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/index_files/libs/quarto-html/tippy.umd.min.js -------------------------------------------------------------------------------- /renderer.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/renderer.R -------------------------------------------------------------------------------- /rmd-fragment.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/IndrajeetPatil/RmarkdownTips/HEAD/rmd-fragment.Rmd --------------------------------------------------------------------------------