@bwg-ui/core 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/README.md +106 -0
  2. package/dist/chunks/BwgLargeUploader-ByN1XWV4.js +809 -0
  3. package/dist/chunks/BwgLargeUploader-CU0-MVk4.cjs +1 -0
  4. package/dist/chunks/BwgSpace-CnLM4qcg.js +26 -0
  5. package/dist/chunks/BwgSpace-b0hmM1Ht.cjs +1 -0
  6. package/dist/chunks/QuickServiceToggle-CiCuWfCF.cjs +183 -0
  7. package/dist/chunks/QuickServiceToggle-y7esp1kp.js +15510 -0
  8. package/dist/chunks/ServiceCodeContext--ZnMtjzD.cjs +1 -0
  9. package/dist/chunks/ServiceCodeContext-CDZMr3Mm.js +87 -0
  10. package/dist/chunks/UtilsContext-B16Gh9LL.cjs +1 -0
  11. package/dist/chunks/UtilsContext-BbfZYiMR.js +240 -0
  12. package/dist/chunks/_commonjsHelpers-C6fGbg64.js +6 -0
  13. package/dist/chunks/_commonjsHelpers-DwGv2jUC.cjs +1 -0
  14. package/dist/chunks/codeStore-Dt6j826J.cjs +1 -0
  15. package/dist/chunks/codeStore-bxk_q1sl.js +449 -0
  16. package/dist/chunks/commonUtils-BV6WFv-z.js +628 -0
  17. package/dist/chunks/commonUtils-L9Jgc5y-.cjs +1 -0
  18. package/dist/chunks/favoriteStore-CguRSEcH.js +367 -0
  19. package/dist/chunks/favoriteStore-TgeeY32l.cjs +1 -0
  20. package/dist/chunks/jsx-runtime-CeSfJrVB.cjs +30 -0
  21. package/dist/chunks/jsx-runtime-Dpn_P65e.js +633 -0
  22. package/dist/chunks/messageUtils-9DXOwada.js +117 -0
  23. package/dist/chunks/messageUtils-RjJD_ArW.cjs +1 -0
  24. package/dist/chunks/popupStore-CVD8SPTa.cjs +1 -0
  25. package/dist/chunks/popupStore-Dp_fqtim.js +96 -0
  26. package/dist/chunks/realFormat-Cha7OTd9.cjs +1 -0
  27. package/dist/chunks/realFormat-DRGLFabQ.js +304 -0
  28. package/dist/chunks/serviceConfig-BJBsdee_.js +699 -0
  29. package/dist/chunks/serviceConfig-Cr2P4yr4.cjs +2 -0
  30. package/dist/components/common/BwgButtonGroup.d.ts +31 -0
  31. package/dist/components/common/BwgCmptArea.d.ts +16 -0
  32. package/dist/components/common/BwgConfigProvider.d.ts +10 -0
  33. package/dist/components/common/BwgDrawer.d.ts +20 -0
  34. package/dist/components/common/BwgGrid.d.ts +505 -0
  35. package/dist/components/common/BwgInfoArea.d.ts +8 -0
  36. package/dist/components/common/BwgPopup.d.ts +9 -0
  37. package/dist/components/common/BwgSpace.d.ts +11 -0
  38. package/dist/components/common/BwgTable.d.ts +13 -0
  39. package/dist/components/common/BwgTabs.d.ts +5 -0
  40. package/dist/components/common/BwgTitleBox.d.ts +29 -0
  41. package/dist/components/common/BwgView.d.ts +36 -0
  42. package/dist/components/common/ContentBox.d.ts +19 -0
  43. package/dist/components/common/ContentLayOut.d.ts +13 -0
  44. package/dist/components/common/GlobalConfigProvider.d.ts +9 -0
  45. package/dist/components/common/QuickServiceToggle.d.ts +13 -0
  46. package/dist/components/common/SearchBox.d.ts +16 -0
  47. package/dist/components/common/index.cjs +1 -0
  48. package/dist/components/common/index.d.ts +34 -0
  49. package/dist/components/common/index.js +24 -0
  50. package/dist/components/core/BwgButton.d.ts +6 -0
  51. package/dist/components/core/BwgCheck.d.ts +11 -0
  52. package/dist/components/core/BwgCheckList.d.ts +11 -0
  53. package/dist/components/core/BwgDatePicker.d.ts +10 -0
  54. package/dist/components/core/BwgForm.d.ts +6 -0
  55. package/dist/components/core/BwgFormItem.d.ts +17 -0
  56. package/dist/components/core/BwgInput.d.ts +9 -0
  57. package/dist/components/core/BwgLargeUploader.d.ts +15 -0
  58. package/dist/components/core/BwgMaskedInput.d.ts +20 -0
  59. package/dist/components/core/BwgMaskedPicker.d.ts +11 -0
  60. package/dist/components/core/BwgMultiSelect.d.ts +14 -0
  61. package/dist/components/core/BwgNumber.d.ts +13 -0
  62. package/dist/components/core/BwgRadio.d.ts +8 -0
  63. package/dist/components/core/BwgRangePicker.d.ts +12 -0
  64. package/dist/components/core/BwgSearch.d.ts +16 -0
  65. package/dist/components/core/BwgSelect.d.ts +15 -0
  66. package/dist/components/core/BwgTextArea.d.ts +8 -0
  67. package/dist/components/core/BwgUploader.d.ts +34 -0
  68. package/dist/components/core/index.cjs +1 -0
  69. package/dist/components/core/index.d.ts +36 -0
  70. package/dist/components/core/index.js +21 -0
  71. package/dist/components/guide/BwgComponentGuide.d.ts +2 -0
  72. package/dist/components/guide/BwgDeveloperGuide.d.ts +2 -0
  73. package/dist/components/guide/index.cjs +1 -0
  74. package/dist/components/guide/index.d.ts +2 -0
  75. package/dist/components/guide/index.js +7 -0
  76. package/dist/index.cjs +1 -0
  77. package/dist/index.d.ts +5 -0
  78. package/dist/index.js +291 -0
  79. package/dist/provider/contexts/CommonCodeContext.d.ts +46 -0
  80. package/dist/provider/contexts/SearchBoxContext.d.ts +15 -0
  81. package/dist/provider/contexts/ServiceCodeContext.d.ts +108 -0
  82. package/dist/provider/contexts/UtilsContext.d.ts +194 -0
  83. package/dist/provider/contexts/index.d.ts +4 -0
  84. package/dist/provider/hooks/index.d.ts +2 -0
  85. package/dist/provider/hooks/usePopup.d.ts +17 -0
  86. package/dist/provider/hooks/useViewState.d.ts +14 -0
  87. package/dist/provider/index.cjs +1 -0
  88. package/dist/provider/index.d.ts +2 -0
  89. package/dist/provider/index.js +27 -0
  90. package/dist/public/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
  91. package/dist/public/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
  92. package/dist/public/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
  93. package/dist/public/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
  94. package/dist/public/styles/assets/images/contents/icon/ico-quick-tab-move.svg +8 -0
  95. package/dist/public/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
  96. package/dist/public/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
  97. package/dist/public/test.txt +0 -0
  98. package/dist/stores/codeStore.d.ts +173 -0
  99. package/dist/stores/favoriteStore.d.ts +19 -0
  100. package/dist/stores/index.cjs +1 -0
  101. package/dist/stores/index.d.ts +14 -0
  102. package/dist/stores/index.js +20 -0
  103. package/dist/stores/menuStore.d.ts +52 -0
  104. package/dist/stores/popupStore.d.ts +72 -0
  105. package/dist/stores/userStore.d.ts +36 -0
  106. package/dist/styles/assets/fonts/Roboto/Roboto-bold.eot +2751 -0
  107. package/dist/styles/assets/fonts/Roboto/Roboto-bold.svg +626 -0
  108. package/dist/styles/assets/fonts/Roboto/Roboto-bold.ttf +2755 -0
  109. package/dist/styles/assets/fonts/Roboto/Roboto-bold.woff +2755 -0
  110. package/dist/styles/assets/fonts/Roboto/Roboto-bold.woff2 +2754 -0
  111. package/dist/styles/assets/fonts/Roboto/Roboto-medium.eot +0 -0
  112. package/dist/styles/assets/fonts/Roboto/Roboto-medium.svg +1064 -0
  113. package/dist/styles/assets/fonts/Roboto/Roboto-medium.ttf +0 -0
  114. package/dist/styles/assets/fonts/Roboto/Roboto-medium.woff +0 -0
  115. package/dist/styles/assets/fonts/Roboto/Roboto-medium.woff2 +2754 -0
  116. package/dist/styles/assets/fonts/Roboto/Roboto-regular.eot +0 -0
  117. package/dist/styles/assets/fonts/Roboto/Roboto-regular.svg +1063 -0
  118. package/dist/styles/assets/fonts/Roboto/Roboto-regular.ttf +1597 -0
  119. package/dist/styles/assets/fonts/Roboto/Roboto-regular.woff +1597 -0
  120. package/dist/styles/assets/fonts/Roboto/Roboto-regular.woff2 +1597 -0
  121. package/dist/styles/assets/fonts/material/MaterialIcons-Regular.eot +1594 -0
  122. package/dist/styles/assets/fonts/material/MaterialIcons-Regular.ttf +0 -0
  123. package/dist/styles/assets/fonts/material/MaterialIcons-Regular.woff +1594 -0
  124. package/dist/styles/assets/fonts/material/MaterialIcons-Regular.woff2 +1594 -0
  125. package/dist/styles/assets/fonts/material/MaterialSymbolsOutlined.woff2 +0 -0
  126. package/dist/styles/assets/fonts/meiryo/meiryo.ttf +0 -0
  127. package/dist/styles/assets/fonts/meiryo/meiryob.ttf +0 -0
  128. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.eot +0 -0
  129. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.ttf +0 -0
  130. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.woff +0 -0
  131. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.eot +0 -0
  132. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.ttf +0 -0
  133. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.woff +0 -0
  134. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.eot +0 -0
  135. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.ttf +0 -0
  136. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.woff +0 -0
  137. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.eot +0 -0
  138. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.ttf +0 -0
  139. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.woff +0 -0
  140. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.eot +0 -0
  141. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.ttf +0 -0
  142. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.woff +0 -0
  143. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.eot +2314 -0
  144. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.otf +2314 -0
  145. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.svg +47 -0
  146. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.ttf +2301 -0
  147. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.woff +2314 -0
  148. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.woff2 +2315 -0
  149. package/dist/styles/assets/fonts/notokr/NotoSans-Light.otf +0 -0
  150. package/dist/styles/assets/fonts/notokr/NotoSans-Light.woff +0 -0
  151. package/dist/styles/assets/fonts/notokr/NotoSans-Light.woff2 +0 -0
  152. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.eot +0 -0
  153. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.otf +0 -0
  154. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.svg +47 -0
  155. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.ttf +0 -0
  156. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.woff +0 -0
  157. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.woff2 +0 -0
  158. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.eot +0 -0
  159. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.otf +0 -0
  160. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.svg +47 -0
  161. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.ttf +2299 -0
  162. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.woff +0 -0
  163. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.woff2 +0 -0
  164. package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.eot +0 -0
  165. package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.ttf +0 -0
  166. package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.woff +0 -0
  167. package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.woff2 +0 -0
  168. package/dist/styles/assets/fonts/poppins/Poppins-Light.eot +0 -0
  169. package/dist/styles/assets/fonts/poppins/Poppins-Light.ttf +0 -0
  170. package/dist/styles/assets/fonts/poppins/Poppins-Light.woff +0 -0
  171. package/dist/styles/assets/fonts/poppins/Poppins-Light.woff2 +0 -0
  172. package/dist/styles/assets/fonts/poppins/Poppins-Medium.eot +0 -0
  173. package/dist/styles/assets/fonts/poppins/Poppins-Medium.ttf +0 -0
  174. package/dist/styles/assets/fonts/poppins/Poppins-Medium.woff +0 -0
  175. package/dist/styles/assets/fonts/poppins/Poppins-Medium.woff2 +0 -0
  176. package/dist/styles/assets/fonts/poppins/Poppins-Regular.eot +0 -0
  177. package/dist/styles/assets/fonts/poppins/Poppins-Regular.ttf +0 -0
  178. package/dist/styles/assets/fonts/poppins/Poppins-Regular.woff +0 -0
  179. package/dist/styles/assets/fonts/poppins/Poppins-Regular.woff2 +0 -0
  180. package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.eot +0 -0
  181. package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.ttf +0 -0
  182. package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.woff +0 -0
  183. package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.woff2 +0 -0
  184. package/dist/styles/assets/fonts/pretendard/Pretendard-Black.woff2 +0 -0
  185. package/dist/styles/assets/fonts/pretendard/Pretendard-Bold.woff2 +0 -0
  186. package/dist/styles/assets/fonts/pretendard/Pretendard-ExtraBold.woff2 +0 -0
  187. package/dist/styles/assets/fonts/pretendard/Pretendard-ExtraLight.woff2 +0 -0
  188. package/dist/styles/assets/fonts/pretendard/Pretendard-Light.woff2 +0 -0
  189. package/dist/styles/assets/fonts/pretendard/Pretendard-Medium.woff2 +0 -0
  190. package/dist/styles/assets/fonts/pretendard/Pretendard-Regular.woff2 +0 -0
  191. package/dist/styles/assets/fonts/pretendard/Pretendard-SemiBold.woff2 +0 -0
  192. package/dist/styles/assets/fonts/pretendard/Pretendard-Thin.woff2 +0 -0
  193. package/dist/styles/assets/images/README.md +144 -0
  194. package/dist/styles/assets/images/backgrounds/landing_bg.png +0 -0
  195. package/dist/styles/assets/images/backgrounds/login_bg_01.png +0 -0
  196. package/dist/styles/assets/images/backgrounds/login_bg_02.png +0 -0
  197. package/dist/styles/assets/images/contents/btn/btn-down-on.png +0 -0
  198. package/dist/styles/assets/images/contents/btn/btn-down.png +0 -0
  199. package/dist/styles/assets/images/contents/btn/btn-left-on.png +0 -0
  200. package/dist/styles/assets/images/contents/btn/btn-left.png +0 -0
  201. package/dist/styles/assets/images/contents/btn/btn-right-on.png +0 -0
  202. package/dist/styles/assets/images/contents/btn/btn-right.png +0 -0
  203. package/dist/styles/assets/images/contents/btn/btn-up-on.png +0 -0
  204. package/dist/styles/assets/images/contents/btn/btn-up.png +0 -0
  205. package/dist/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
  206. package/dist/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
  207. package/dist/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
  208. package/dist/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
  209. package/dist/styles/assets/images/contents/icon/ico-quick-tab-move.svg +4 -0
  210. package/dist/styles/assets/images/contents/icon/ico-setting.svg +4 -0
  211. package/dist/styles/assets/images/contents/icon/ico_blue.png +0 -0
  212. package/dist/styles/assets/images/contents/icon/ico_red.png +0 -0
  213. package/dist/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
  214. package/dist/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
  215. package/dist/styles/assets/images/logos/KRX Logo.svg +22 -0
  216. package/dist/styles/assets/images/logos/bwg-logo-blue.png +0 -0
  217. package/dist/styles/assets/images/logos/krx-logo-x2.png +0 -0
  218. package/dist/styles/assets/images/logos/krx-logo.png +0 -0
  219. package/dist/styles/assets/react.svg +1 -0
  220. package/dist/styles/components.css +785 -0
  221. package/dist/styles/fonts.css +101 -0
  222. package/dist/styles/global.css +52 -0
  223. package/dist/styles/index.css +41 -0
  224. package/dist/styles/layout.css +1132 -0
  225. package/dist/styles/login.css +151 -0
  226. package/dist/styles/popup.css +30 -0
  227. package/dist/styles/renderers.css +190 -0
  228. package/dist/styles/size.css +4019 -0
  229. package/dist/styles/variables.css +106 -0
  230. package/dist/test.txt +0 -0
  231. package/dist/types/images.d.ts +25 -0
  232. package/dist/utils/apiUtils.d.ts +85 -0
  233. package/dist/utils/arrayUtils.d.ts +34 -0
  234. package/dist/utils/commonUtils.d.ts +54 -0
  235. package/dist/utils/cookieUtils.d.ts +4 -0
  236. package/dist/utils/dateUtils.d.ts +26 -0
  237. package/dist/utils/envUtils.d.ts +8 -0
  238. package/dist/utils/imageUtils.d.ts +31 -0
  239. package/dist/utils/index.cjs +1 -0
  240. package/dist/utils/index.d.ts +14 -0
  241. package/dist/utils/index.js +211 -0
  242. package/dist/utils/messageUtils.d.ts +65 -0
  243. package/dist/utils/notificationUtils.d.ts +51 -0
  244. package/dist/utils/objectUtils.d.ts +27 -0
  245. package/dist/utils/realFormat.d.ts +242 -0
  246. package/dist/utils/serviceConfig.d.ts +35 -0
  247. package/dist/utils/stringUtils.d.ts +142 -0
  248. package/dist/utils/userUtils.d.ts +19 -0
  249. package/package.json +123 -0
  250. package/public/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
  251. package/public/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
  252. package/public/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
  253. package/public/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
  254. package/public/styles/assets/images/contents/icon/ico-quick-tab-move.svg +8 -0
  255. package/public/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
  256. package/public/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
  257. package/public/test.txt +0 -0
@@ -0,0 +1,2315 @@
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+ <!DOCTYPE html>
9
+ <html lang="en" data-color-mode="auto" data-light-theme="light" data-dark-theme="dark" data-a11y-animated-images="system">
10
+ <head>
11
+ <meta charset="utf-8">
12
+ <link rel="dns-prefetch" href="https://github.githubassets.com">
13
+ <link rel="dns-prefetch" href="https://avatars.githubusercontent.com">
14
+ <link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
15
+ <link rel="dns-prefetch" href="https://user-images.githubusercontent.com/">
16
+ <link rel="preconnect" href="https://github.githubassets.com" crossorigin>
17
+ <link rel="preconnect" href="https://avatars.githubusercontent.com">
18
+
19
+
20
+
21
+
22
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/light-0946cdc16f15.css" /><link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/dark-3946c959759a.css" /><link data-color-theme="dark_dimmed" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_dimmed-9b9a8c91acc5.css" /><link data-color-theme="dark_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_high_contrast-11302a585e33.css" /><link data-color-theme="dark_colorblind" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_colorblind-1a4564ab0fbf.css" /><link data-color-theme="light_colorblind" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_colorblind-12a8b2aa9101.css" /><link data-color-theme="light_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_high_contrast-5924a648f3e7.css" /><link data-color-theme="light_tritanopia" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_tritanopia-05358496cb79.css" /><link data-color-theme="dark_tritanopia" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_tritanopia-aad6b801a158.css" />
23
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-primitives-fb1d51d1ef66.css" />
24
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-0e3420bbec16.css" />
25
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/global-0d04dfcdc794.css" />
26
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/github-c7a3a0ac71d4.css" />
27
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/code-19f06efeff3c.css" />
28
+
29
+
30
+
31
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/wp-runtime-9a794f867114.js"></script>
32
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_stacktrace-parser_dist_stack-trace-parser_esm_js-node_modules_github_bro-a4c183-ae93d3fba59c.js"></script>
33
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_failbot_failbot_ts-e38c93eab86e.js"></script>
34
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/environment-de3997b81651.js"></script>
35
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_selector-observer_dist_index_esm_js-2646a2c533e3.js"></script>
36
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_relative-time-element_dist_index_js-99e288659d4f.js"></script>
37
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_fzy_js_index_js-node_modules_github_markdown-toolbar-element_dist_index_js-e3de700a4c9d.js"></script>
38
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_delegated-events_dist_index_js-node_modules_github_auto-complete-element-5b3870-ff38694180c6.js"></script>
39
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_file-attachment-element_dist_index_js-node_modules_github_text-ex-3415a8-7ecc10fb88d0.js"></script>
40
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_filter-input-element_dist_index_js-node_modules_github_remote-inp-8873b7-5771678648e0.js"></script>
41
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_view-components_app_components_primer_primer_js-node_modules_gith-3af896-d8cf3e5f5813.js"></script>
42
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/github-elements-6f05fe60d18a.js"></script>
43
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/element-registry-90a0fb4e73fa.js"></script>
44
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_lit-html_lit-html_js-9d9fe1859ce5.js"></script>
45
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_mini-throttle_dist_index_js-node_modules_github_alive-client_dist-bf5aa2-424aa982deef.js"></script>
46
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_turbo_dist_turbo_es2017-esm_js-ba0e4d5b3207.js"></script>
47
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_color-convert_index_js-node_modules_github_jtml_lib_index_js-40bf234a19dc.js"></script>
48
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_scroll-anchoring_dist_scro-52dc4b-e1e33bfc0b7e.js"></script>
49
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_paste-markdown_dist_index_esm_js-node_modules_github_quote-select-743f1d-1b20d530fbf0.js"></script>
50
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_updatable-content_ts-dadb69f79923.js"></script>
51
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_keyboard-shortcuts-helper_ts-app_assets_modules_github_be-f5afdb-3f05df4c282b.js"></script>
52
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_sticky-scroll-into-view_ts-0af96d15a250.js"></script>
53
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_ajax-error_ts-app_assets_modules_github_behaviors_include-2e2258-7effad8d88d4.js"></script>
54
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_commenting_edit_ts-app_assets_modules_github_behaviors_ht-83c235-c97eacdef68a.js"></script>
55
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_blob-anchor_ts-app_assets_modules_github_filter-sort_ts-app_assets_-e5f169-c54621d9e188.js"></script>
56
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/behaviors-a934992bd4b4.js"></script>
57
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_delegated-events_dist_index_js-node_modules_github_catalyst_lib_index_js-623425af41e1.js"></script>
58
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/notifications-global-4dc6f295cc92.js"></script>
59
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/code-menu-da1cefc25b0a.js"></script>
60
+
61
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/react-lib-26cb888452e9.js"></script>
62
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_octicons-react_dist_index_esm_js-node_modules_primer_react_lib-es-ca6dae-b92ad3d50a7c.js"></script>
63
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Button_index_js-node_modules_primer_react_lib-esm_T-c6e74c-0275da95e0ca.js"></script>
64
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_TextInput_TextInput_js-78eadeb91f74.js"></script>
65
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_ActionList_index_js-node_modules_primer_react_lib-e-6c83fc-209125ca37d7.js"></script>
66
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_dompurify_dist_purify_js-64d590970fa6.js"></script>
67
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_ActionMenu_js-6f5478fce534.js"></script>
68
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_deprecated_ActionList_index_js-node_modules_primer_-fed12b-aab66293925c.js"></script>
69
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_FormControl_FormControl_js-785e3d3ff3f3.js"></script>
70
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Heading_Heading_js-node_modules_primer_react_lib-es-20c766-2f73d206e824.js"></script>
71
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Dialog_ConfirmationDialog_js-5c0818339f06.js"></script>
72
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_focus-zone_js-e11d55a242ff.js"></script>
73
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_TreeView_TreeView_js-7165830dc4a6.js"></script>
74
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Avatar_Avatar_js-node_modules_primer_react_lib-esm_-9d76dd-8810f816d9b8.js"></script>
75
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_blackbird-parser_dist_blackbird_js-fcd9d30e9b7e.js"></script>
76
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_UnderlineNav2_index_js-node_modules_react-router-do-3a0e98-3da6649648f5.js"></script>
77
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_anchored-position_js-node_modules_primer_react-943b23-e07ed798c9a6.js"></script>
78
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_scroll-into-view_js-node_modules_primer_react_-cd1b19-62b2b0b32cbe.js"></script>
79
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_react-core_deferred-registry_ts-ui_packages_react-core_AppContextProvider_tsx-ui_-ffd985-18d5698b6549.js"></script>
80
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_react-core_Entry_tsx-8c7cce1646a4.js"></script>
81
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_paths_path_ts-ui_packages_verified-fetch_verified-fetch_ts-ui_packages_safe-html_-d7e3f1-8681e57cea17.js"></script>
82
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_react-shared_RefSelector_RefSelector_tsx-194f004daa15.js"></script>
83
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_blackbird-monolith_hooks_use-navigate-to-query_ts-app_assets_modules_black-182e14-4606bbb51ec6.js"></script>
84
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_react-code-view_pages_CodeView_tsx-a98eab7ff389.js"></script>
85
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/react-code-view-9ba80612d81c.js"></script>
86
+
87
+
88
+ <title>NotoSans-subset/NotoSans-Bold.woff2 at master · uyeong/NotoSans-subset</title>
89
+
90
+
91
+
92
+ <meta name="route-pattern" content="/:user_id/:repository/blob/*name(/*path)">
93
+
94
+
95
+ <meta name="current-catalog-service-hash" content="581425c0eaaa5e5e53c5b736f58a14dbe5d38b0be425901738ad0670bd1d5a33">
96
+
97
+
98
+ <meta name="request-id" content="D34E:6BEF:FEEDC3:12916BA:6470783C" data-turbo-transient="true" /><meta name="html-safe-nonce" content="6fb366f27bfcb5647384da9b2d5b36ef87e0861bddc910b4caf528594894171f" data-turbo-transient="true" /><meta name="visitor-payload" content="eyJyZWZlcnJlciI6Imh0dHBzOi8vZ2l0aHViLmNvbS91eWVvbmcvTm90b1NhbnMtc3Vic2V0L3RyZWUvbWFzdGVyIiwicmVxdWVzdF9pZCI6IkQzNEU6NkJFRjpGRUVEQzM6MTI5MTZCQTo2NDcwNzgzQyIsInZpc2l0b3JfaWQiOiI4NTEwMTQ1NDA1NjUxOTI3NDk4IiwicmVnaW9uX2VkZ2UiOiJrb3JlYWNlbnRyYWwiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=" data-turbo-transient="true" /><meta name="visitor-hmac" content="e1f2b5459963999fff8f39235bd60aefce73a392e61ba946cfc6bcdd9dd2fa95" data-turbo-transient="true" />
99
+
100
+
101
+ <meta name="hovercard-subject-tag" content="repository:34047668" data-turbo-transient>
102
+
103
+
104
+ <meta name="github-keyboard-shortcuts" content="repository,source-code,file-tree" data-turbo-transient="true" />
105
+
106
+
107
+ <meta name="selected-link" value="repo_source" data-turbo-transient>
108
+ <link rel="assets" href="https://github.githubassets.com/">
109
+
110
+ <meta name="google-site-verification" content="c1kuD-K2HIVF635lypcsWPoD4kilo5-jA_wBFyT4uMY">
111
+ <meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU">
112
+ <meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA">
113
+ <meta name="google-site-verification" content="GXs5KoUUkNCoaAZn7wPN-t01Pywp9M3sEjnt_3_ZWPc">
114
+ <meta name="google-site-verification" content="Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I">
115
+
116
+ <meta name="octolytics-url" content="https://collector.github.com/github/collect" /><meta name="octolytics-actor-id" content="130130066" /><meta name="octolytics-actor-login" content="jaranglee" /><meta name="octolytics-actor-hash" content="39653bb2f5e199be00ffc498c9e7d7cc5286f2e9c0983cd5981670415794da8a" />
117
+
118
+ <meta name="analytics-location" content="/&lt;user-name&gt;/&lt;repo-name&gt;/blob/show" data-turbo-transient="true" />
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+ <meta name="user-login" content="jaranglee">
128
+
129
+ <link rel="sudo-modal" href="/sessions/sudo_modal">
130
+
131
+ <meta name="viewport" content="width=device-width">
132
+
133
+ <meta name="description" content="Lightweight Hangul web font files. Contribute to uyeong/NotoSans-subset development by creating an account on GitHub.">
134
+ <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
135
+ <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
136
+ <meta property="fb:app_id" content="1401488693436528">
137
+ <meta name="apple-itunes-app" content="app-id=1477376905" />
138
+ <meta name="twitter:image:src" content="https://opengraph.githubassets.com/cc5afd680a1b2c144ec059e42d07443a9a82ea8cb41916a339930e6ea0a3b26a/uyeong/NotoSans-subset" /><meta name="twitter:site" content="@github" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:title" content="NotoSans-subset/NotoSans-Bold.woff2 at master · uyeong/NotoSans-subset" /><meta name="twitter:description" content="Lightweight Hangul web font files. Contribute to uyeong/NotoSans-subset development by creating an account on GitHub." />
139
+ <meta property="og:image" content="https://opengraph.githubassets.com/cc5afd680a1b2c144ec059e42d07443a9a82ea8cb41916a339930e6ea0a3b26a/uyeong/NotoSans-subset" /><meta property="og:image:alt" content="Lightweight Hangul web font files. Contribute to uyeong/NotoSans-subset development by creating an account on GitHub." /><meta property="og:image:width" content="1200" /><meta property="og:image:height" content="600" /><meta property="og:site_name" content="GitHub" /><meta property="og:type" content="object" /><meta property="og:title" content="NotoSans-subset/NotoSans-Bold.woff2 at master · uyeong/NotoSans-subset" /><meta property="og:url" content="https://github.com/uyeong/NotoSans-subset" /><meta property="og:description" content="Lightweight Hangul web font files. Contribute to uyeong/NotoSans-subset development by creating an account on GitHub." />
140
+
141
+
142
+ <link rel="shared-web-socket" href="wss://alive.github.com/_sockets/u/130130066/ws?session=eyJ2IjoiVjMiLCJ1IjoxMzAxMzAwNjYsInMiOjExMTQ3ODAzNDcsImMiOjM3Mjg0MTY4MjAsInQiOjE2ODUwOTI0MzB9--afb296ea93424b65481f0c4c9419e0b20a8c01ed939f89fd8e799fa17f6e3bcf" data-refresh-url="/_alive" data-session-id="5de5a859d8c57a0a8a44af7bbfad260f7e66ab1dbae2a997327529eed7020d6a">
143
+ <link rel="shared-web-socket-src" href="/assets-cdn/worker/socket-worker-71e98f781d79.js">
144
+
145
+
146
+ <meta name="hostname" content="github.com">
147
+
148
+
149
+ <meta name="keyboard-shortcuts-preference" content="all">
150
+
151
+ <meta name="expected-hostname" content="github.com">
152
+
153
+ <meta name="enabled-features" content="TURBO_EXPERIMENT_RISKY,IMAGE_METRIC_TRACKING,GEOJSON_AZURE_MAPS">
154
+
155
+
156
+ <meta http-equiv="x-pjax-version" content="9e7cee55247854e4b5065dcaa48c11a21f0aeecb18e0cf403d423ec8a217adf1" data-turbo-track="reload">
157
+ <meta http-equiv="x-pjax-csp-version" content="0db263f9a873141d8256f783c35f244c06d490aacc3b680f99794dd8fd59fb59" data-turbo-track="reload">
158
+ <meta http-equiv="x-pjax-css-version" content="3a5ebe862e241f673b94226e4d40972fd95ee6fdb7d57b8b44f2b2fa29ce05f7" data-turbo-track="reload">
159
+ <meta http-equiv="x-pjax-js-version" content="9ca49bde30c3d832abb07180263a22984c9334e3474ad0fe3f36eeb88de36d3b" data-turbo-track="reload">
160
+
161
+ <meta name="turbo-cache-control" content="no-preview" data-turbo-transient="">
162
+
163
+ <meta name="turbo-cache-control" content="no-cache" data-turbo-transient>
164
+ <meta data-hydrostats="publish">
165
+
166
+ <meta name="go-import" content="github.com/uyeong/NotoSans-subset git https://github.com/uyeong/NotoSans-subset.git">
167
+
168
+ <meta name="octolytics-dimension-user_id" content="1321707" /><meta name="octolytics-dimension-user_login" content="uyeong" /><meta name="octolytics-dimension-repository_id" content="34047668" /><meta name="octolytics-dimension-repository_nwo" content="uyeong/NotoSans-subset" /><meta name="octolytics-dimension-repository_public" content="true" /><meta name="octolytics-dimension-repository_is_fork" content="false" /><meta name="octolytics-dimension-repository_network_root_id" content="34047668" /><meta name="octolytics-dimension-repository_network_root_nwo" content="uyeong/NotoSans-subset" />
169
+
170
+
171
+
172
+ <meta name="turbo-body-classes" content="logged-in env-production page-responsive">
173
+
174
+
175
+ <meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats">
176
+
177
+ <meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors">
178
+
179
+ <meta name="browser-optimizely-client-errors-url" content="https://api.github.com/_private/browser/optimizely_client/errors">
180
+
181
+ <link rel="mask-icon" href="https://github.githubassets.com/pinned-octocat.svg" color="#000000">
182
+ <link rel="alternate icon" class="js-site-favicon" type="image/png" href="https://github.githubassets.com/favicons/favicon.png">
183
+ <link rel="icon" class="js-site-favicon" type="image/svg+xml" href="https://github.githubassets.com/favicons/favicon.svg">
184
+
185
+ <meta name="theme-color" content="#1e2327">
186
+ <meta name="color-scheme" content="light dark" />
187
+
188
+
189
+ <link rel="manifest" href="/manifest.json" crossOrigin="use-credentials">
190
+
191
+ </head>
192
+
193
+ <body class="logged-in env-production page-responsive" style="word-wrap: break-word;">
194
+ <div data-turbo-body class="logged-in env-production page-responsive" style="word-wrap: break-word;">
195
+
196
+
197
+
198
+ <div class="position-relative js-header-wrapper ">
199
+ <a href="#start-of-content" class="p-3 color-bg-accent-emphasis color-fg-on-emphasis show-on-focus js-skip-to-content">Skip to content</a>
200
+ <span data-view-component="true" class="progress-pjax-loader Progress position-fixed width-full">
201
+ <span style="width: 0%;" data-view-component="true" class="Progress-item progress-pjax-loader-bar left-0 top-0 color-bg-accent-emphasis"></span>
202
+ </span>
203
+
204
+
205
+
206
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_allex_crc32_lib_crc32_esm_js-node_modules_github_mini-throttle_dist_deco-26fa0f-02e7ed68dae1.js"></script>
207
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_clipboard-copy-element_dist_index_esm_js-node_modules_delegated-e-b37f7d-a9177ba414f2.js"></script>
208
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_command-palette_items_help-item_ts-app_assets_modules_github_comman-48ad9d-beffe41c24a7.js"></script>
209
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/command-palette-c2a5f7e7eb12.js"></script>
210
+
211
+ <header class="Header js-details-container Details px-3 px-md-4 px-lg-5 flex-wrap flex-md-nowrap" role="banner">
212
+
213
+ <div class="Header-item mt-n1 mb-n1 d-none d-md-flex">
214
+ <a
215
+ class="Header-link"
216
+ href="https://github.com/"
217
+ data-hotkey="g d"
218
+ aria-label="Homepage "
219
+ data-turbo="false"
220
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;go to dashboard&quot;,&quot;label&quot;:&quot;icon:logo&quot;}"
221
+ >
222
+ <svg height="32" aria-hidden="true" viewBox="0 0 16 16" version="1.1" width="32" data-view-component="true" class="octicon octicon-mark-github v-align-middle">
223
+ <path d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"></path>
224
+ </svg>
225
+ </a>
226
+
227
+ </div>
228
+
229
+ <div class="Header-item d-md-none">
230
+ <button aria-label="Toggle navigation" aria-expanded="false" type="button" data-view-component="true" class="Header-link js-details-target btn-link"> <svg aria-hidden="true" height="24" viewBox="0 0 16 16" version="1.1" width="24" data-view-component="true" class="octicon octicon-three-bars">
231
+ <path d="M1 2.75A.75.75 0 0 1 1.75 2h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 2.75Zm0 5A.75.75 0 0 1 1.75 7h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 7.75ZM1.75 12h12.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5Z"></path>
232
+ </svg>
233
+ </button> </div>
234
+
235
+ <div class="Header-item Header-item--full flex-column flex-md-row width-full flex-order-2 flex-md-order-none mr-0 mt-3 mt-md-0 Details-content--hidden-not-important d-md-flex">
236
+
237
+
238
+
239
+ <template id="search-icon">
240
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
241
+ <path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
242
+ </svg>
243
+ </template>
244
+
245
+ <template id="code-icon">
246
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code">
247
+ <path d="m11.28 3.22 4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734L13.94 8l-3.72-3.72a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215Zm-6.56 0a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L2.06 8l3.72 3.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L.47 8.53a.75.75 0 0 1 0-1.06Z"></path>
248
+ </svg>
249
+ </template>
250
+
251
+ <template id="file-code-icon">
252
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-file-code">
253
+ <path d="M4 1.75C4 .784 4.784 0 5.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0 1 14.25 15h-9a.75.75 0 0 1 0-1.5h9a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 10 4.25V1.5H5.75a.25.25 0 0 0-.25.25v2.5a.75.75 0 0 1-1.5 0Zm1.72 4.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734l1.47-1.47-1.47-1.47a.75.75 0 0 1 0-1.06ZM3.28 7.78 1.81 9.25l1.47 1.47a.751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018l-2-2a.75.75 0 0 1 0-1.06l2-2a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042Zm8.22-6.218V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914-.013-.011Z"></path>
254
+ </svg>
255
+ </template>
256
+
257
+ <template id="history-icon">
258
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-history">
259
+ <path d="m.427 1.927 1.215 1.215a8.002 8.002 0 1 1-1.6 5.685.75.75 0 1 1 1.493-.154 6.5 6.5 0 1 0 1.18-4.458l1.358 1.358A.25.25 0 0 1 3.896 6H.25A.25.25 0 0 1 0 5.75V2.104a.25.25 0 0 1 .427-.177ZM7.75 4a.75.75 0 0 1 .75.75v2.992l2.028.812a.75.75 0 0 1-.557 1.392l-2.5-1A.751.751 0 0 1 7 8.25v-3.5A.75.75 0 0 1 7.75 4Z"></path>
260
+ </svg>
261
+ </template>
262
+
263
+ <template id="repo-icon">
264
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo">
265
+ <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path>
266
+ </svg>
267
+ </template>
268
+
269
+ <template id="bookmark-icon">
270
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bookmark">
271
+ <path d="M3 2.75C3 1.784 3.784 1 4.75 1h6.5c.966 0 1.75.784 1.75 1.75v11.5a.75.75 0 0 1-1.227.579L8 11.722l-3.773 3.107A.751.751 0 0 1 3 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.91l3.023-2.489a.75.75 0 0 1 .954 0l3.023 2.49V2.75a.25.25 0 0 0-.25-.25Z"></path>
272
+ </svg>
273
+ </template>
274
+
275
+ <template id="plus-circle-icon">
276
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus-circle">
277
+ <path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm7.25-3.25v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5a.75.75 0 0 1 1.5 0Z"></path>
278
+ </svg>
279
+ </template>
280
+
281
+ <template id="circle-icon">
282
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-dot-fill">
283
+ <path d="M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z"></path>
284
+ </svg>
285
+ </template>
286
+
287
+ <template id="trash-icon">
288
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-trash">
289
+ <path d="M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75ZM4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.748 1.748 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15ZM6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25Z"></path>
290
+ </svg>
291
+ </template>
292
+
293
+ <template id="team-icon">
294
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-people">
295
+ <path d="M2 5.5a3.5 3.5 0 1 1 5.898 2.549 5.508 5.508 0 0 1 3.034 4.084.75.75 0 1 1-1.482.235 4 4 0 0 0-7.9 0 .75.75 0 0 1-1.482-.236A5.507 5.507 0 0 1 3.102 8.05 3.493 3.493 0 0 1 2 5.5ZM11 4a3.001 3.001 0 0 1 2.22 5.018 5.01 5.01 0 0 1 2.56 3.012.749.749 0 0 1-.885.954.752.752 0 0 1-.549-.514 3.507 3.507 0 0 0-2.522-2.372.75.75 0 0 1-.574-.73v-.352a.75.75 0 0 1 .416-.672A1.5 1.5 0 0 0 11 5.5.75.75 0 0 1 11 4Zm-5.5-.5a2 2 0 1 0-.001 3.999A2 2 0 0 0 5.5 3.5Z"></path>
296
+ </svg>
297
+ </template>
298
+
299
+ <template id="project-icon">
300
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project">
301
+ <path d="M1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25V1.75C0 .784.784 0 1.75 0ZM1.5 1.75v12.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25ZM11.75 3a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-1.5 0v-7.5a.75.75 0 0 1 .75-.75Zm-8.25.75a.75.75 0 0 1 1.5 0v5.5a.75.75 0 0 1-1.5 0ZM8 3a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 3Z"></path>
302
+ </svg>
303
+ </template>
304
+
305
+ <template id="pencil-icon">
306
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-pencil">
307
+ <path d="M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 0 1-.927-.928l.929-3.25c.081-.286.235-.547.445-.758l8.61-8.61Zm.176 4.823L9.75 4.81l-6.286 6.287a.253.253 0 0 0-.064.108l-.558 1.953 1.953-.558a.253.253 0 0 0 .108-.064Zm1.238-3.763a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 0 0 0-.354Z"></path>
308
+ </svg>
309
+ </template>
310
+
311
+ <qbsearch-input class="search-input" data-scope="repo:uyeong/NotoSans-subset" data-custom-scopes-path="/search/custom_scopes" data-delete-custom-scopes-csrf="2VSfvoGHrXbtPNVb8lPWJ2O9iVRKnSTaNzU7AXWDUmt0JwyLrlENUSwi1KOKacRhfpXROW3fAGQI5HS4-Paj6A" data-max-custom-scopes="10" data-header-redesign-enabled="false" data-initial-value="" data-blackbird-suggestions-path="/search/suggestions" data-jump-to-suggestions-path="/_graphql/GetSuggestedNavigationDestinations" data-current-repository="uyeong/NotoSans-subset" data-current-org="" data-current-owner="uyeong">
312
+ <div
313
+ class="search-input-container search-with-dialog position-relative d-flex flex-row flex-items-center mr-4 rounded"
314
+ data-action="click:qbsearch-input#searchInputContainerClicked"
315
+ >
316
+ <button
317
+ type="button"
318
+ class="header-search-button placeholder input-button form-control d-flex flex-1 flex-self-stretch flex-items-center no-wrap width-full py-0 pl-2 pr-0 text-left border-0 box-shadow-none"
319
+ data-target="qbsearch-input.inputButton"
320
+ placeholder="Search or jump to..."
321
+ data-hotkey=s,/
322
+ autocapitalize="off"
323
+ data-action="click:qbsearch-input#handleExpand"
324
+ >
325
+ <div class="mr-2 color-fg-muted">
326
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
327
+ <path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
328
+ </svg>
329
+ </div>
330
+ <span class="flex-1" data-target="qbsearch-input.inputButtonText">Search or jump to...</span>
331
+ <div class="d-flex" data-target="qbsearch-input.hotkeyIndicator">
332
+ <svg xmlns="http://www.w3.org/2000/svg" width="22" height="20" aria-hidden="true" class="mr-1"><path fill="none" stroke="#979A9C" opacity=".4" d="M3.5.5h12c1.7 0 3 1.3 3 3v13c0 1.7-1.3 3-3 3h-12c-1.7 0-3-1.3-3-3v-13c0-1.7 1.3-3 3-3z"></path><path fill="#979A9C" d="M11.8 6L8 15.1h-.9L10.8 6h1z"></path></svg>
333
+
334
+ </div>
335
+ </button>
336
+
337
+ <input type="hidden" name="type" class="js-site-search-type-field">
338
+
339
+
340
+ <div class="Overlay--hidden " data-modal-dialog-overlay>
341
+ <modal-dialog data-action="close:qbsearch-input#handleClose cancel:qbsearch-input#handleClose" data-target="qbsearch-input.searchSuggestionsDialog" role="dialog" id="search-suggestions-dialog" aria-modal="true" aria-labelledby="search-suggestions-dialog-header" data-view-component="true" class="Overlay Overlay--width-large Overlay--height-auto">
342
+ <h1 id="search-suggestions-dialog-header" class="sr-only">Search code, repositories, users, issues, pull requests...</h1>
343
+ <div class="Overlay-body Overlay-body--paddingNone">
344
+
345
+ <div data-view-component="true"> <div class="search-suggestions position-absolute width-full color-shadow-large border color-fg-default color-bg-default overflow-hidden d-flex flex-column query-builder-container"
346
+ style="border-radius: 12px;"
347
+ data-target="qbsearch-input.queryBuilderContainer"
348
+ hidden
349
+ >
350
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form id="query-builder-test-form" action="" accept-charset="UTF-8" method="get">
351
+ <query-builder data-target="qbsearch-input.queryBuilder" id="query-builder-query-builder-test" data-filter-key=":" data-view-component="true" class="QueryBuilder search-query-builder">
352
+ <div class="FormControl FormControl--fullWidth">
353
+ <label id="query-builder-test-label" for="query-builder-test" class="FormControl-label sr-only">
354
+ Search
355
+ </label>
356
+ <div class="QueryBuilder-StyledInput width-fit" data-target="query-builder.styledInput">
357
+ <span id="query-builder-test-leadingvisual-wrap" class="FormControl-input-leadingVisualWrap QueryBuilder-leadingVisualWrap">
358
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search FormControl-input-leadingVisual">
359
+ <path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
360
+ </svg>
361
+ </span>
362
+ <div data-target="query-builder.styledInputContainer" class="QueryBuilder-StyledInputContainer">
363
+ <div
364
+ aria-hidden="true"
365
+ class="QueryBuilder-StyledInputContent"
366
+ data-target="query-builder.styledInputContent"
367
+ ></div>
368
+ <div class="QueryBuilder-InputWrapper">
369
+ <div aria-hidden="true" class="QueryBuilder-Sizer" data-target="query-builder.sizer"></div>
370
+ <input id="query-builder-test" name="query-builder-test" value="" autocomplete="off" type="text" role="combobox" spellcheck="false" aria-expanded="false" data-target="query-builder.input" data-action="
371
+ input:query-builder#inputChange
372
+ blur:query-builder#inputBlur
373
+ keydown:query-builder#inputKeydown
374
+ focus:query-builder#inputFocus
375
+ " data-view-component="true" class="FormControl-input QueryBuilder-Input FormControl-medium" />
376
+ </div>
377
+ </div>
378
+ <span class="sr-only" id="query-builder-test-clear">Clear</span>
379
+
380
+ <button role="button" id="query-builder-test-clear-button" aria-labelledby="query-builder-test-clear query-builder-test-label" data-target="query-builder.clearButton" data-action="
381
+ click:query-builder#clear
382
+ focus:query-builder#clearButtonFocus
383
+ blur:query-builder#clearButtonBlur
384
+ " variant="small" hidden="hidden" type="button" data-view-component="true" class="Button Button--iconOnly Button--invisible Button--medium mr-1 px-2 py-0 d-flex flex-items-center rounded-1 color-fg-muted"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x-circle-fill Button-visual">
385
+ <path d="M2.343 13.657A8 8 0 1 1 13.658 2.343 8 8 0 0 1 2.343 13.657ZM6.03 4.97a.751.751 0 0 0-1.042.018.751.751 0 0 0-.018 1.042L6.94 8 4.97 9.97a.749.749 0 0 0 .326 1.275.749.749 0 0 0 .734-.215L8 9.06l1.97 1.97a.749.749 0 0 0 1.275-.326.749.749 0 0 0-.215-.734L9.06 8l1.97-1.97a.749.749 0 0 0-.326-1.275.749.749 0 0 0-.734.215L8 6.94Z"></path>
386
+ </svg>
387
+ </button>
388
+
389
+ </div>
390
+ <template id="search-icon">
391
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
392
+ <path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
393
+ </svg>
394
+ </template>
395
+
396
+ <template id="code-icon">
397
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code">
398
+ <path d="m11.28 3.22 4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734L13.94 8l-3.72-3.72a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215Zm-6.56 0a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L2.06 8l3.72 3.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L.47 8.53a.75.75 0 0 1 0-1.06Z"></path>
399
+ </svg>
400
+ </template>
401
+
402
+ <template id="file-code-icon">
403
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-file-code">
404
+ <path d="M4 1.75C4 .784 4.784 0 5.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0 1 14.25 15h-9a.75.75 0 0 1 0-1.5h9a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 10 4.25V1.5H5.75a.25.25 0 0 0-.25.25v2.5a.75.75 0 0 1-1.5 0Zm1.72 4.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734l1.47-1.47-1.47-1.47a.75.75 0 0 1 0-1.06ZM3.28 7.78 1.81 9.25l1.47 1.47a.751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018l-2-2a.75.75 0 0 1 0-1.06l2-2a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042Zm8.22-6.218V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914-.013-.011Z"></path>
405
+ </svg>
406
+ </template>
407
+
408
+ <template id="history-icon">
409
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-history">
410
+ <path d="m.427 1.927 1.215 1.215a8.002 8.002 0 1 1-1.6 5.685.75.75 0 1 1 1.493-.154 6.5 6.5 0 1 0 1.18-4.458l1.358 1.358A.25.25 0 0 1 3.896 6H.25A.25.25 0 0 1 0 5.75V2.104a.25.25 0 0 1 .427-.177ZM7.75 4a.75.75 0 0 1 .75.75v2.992l2.028.812a.75.75 0 0 1-.557 1.392l-2.5-1A.751.751 0 0 1 7 8.25v-3.5A.75.75 0 0 1 7.75 4Z"></path>
411
+ </svg>
412
+ </template>
413
+
414
+ <template id="repo-icon">
415
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo">
416
+ <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path>
417
+ </svg>
418
+ </template>
419
+
420
+ <template id="bookmark-icon">
421
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bookmark">
422
+ <path d="M3 2.75C3 1.784 3.784 1 4.75 1h6.5c.966 0 1.75.784 1.75 1.75v11.5a.75.75 0 0 1-1.227.579L8 11.722l-3.773 3.107A.751.751 0 0 1 3 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.91l3.023-2.489a.75.75 0 0 1 .954 0l3.023 2.49V2.75a.25.25 0 0 0-.25-.25Z"></path>
423
+ </svg>
424
+ </template>
425
+
426
+ <template id="plus-circle-icon">
427
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus-circle">
428
+ <path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm7.25-3.25v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5a.75.75 0 0 1 1.5 0Z"></path>
429
+ </svg>
430
+ </template>
431
+
432
+ <template id="circle-icon">
433
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-dot-fill">
434
+ <path d="M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z"></path>
435
+ </svg>
436
+ </template>
437
+
438
+ <template id="trash-icon">
439
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-trash">
440
+ <path d="M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75ZM4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.748 1.748 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15ZM6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25Z"></path>
441
+ </svg>
442
+ </template>
443
+
444
+ <template id="team-icon">
445
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-people">
446
+ <path d="M2 5.5a3.5 3.5 0 1 1 5.898 2.549 5.508 5.508 0 0 1 3.034 4.084.75.75 0 1 1-1.482.235 4 4 0 0 0-7.9 0 .75.75 0 0 1-1.482-.236A5.507 5.507 0 0 1 3.102 8.05 3.493 3.493 0 0 1 2 5.5ZM11 4a3.001 3.001 0 0 1 2.22 5.018 5.01 5.01 0 0 1 2.56 3.012.749.749 0 0 1-.885.954.752.752 0 0 1-.549-.514 3.507 3.507 0 0 0-2.522-2.372.75.75 0 0 1-.574-.73v-.352a.75.75 0 0 1 .416-.672A1.5 1.5 0 0 0 11 5.5.75.75 0 0 1 11 4Zm-5.5-.5a2 2 0 1 0-.001 3.999A2 2 0 0 0 5.5 3.5Z"></path>
447
+ </svg>
448
+ </template>
449
+
450
+ <template id="project-icon">
451
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project">
452
+ <path d="M1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25V1.75C0 .784.784 0 1.75 0ZM1.5 1.75v12.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25ZM11.75 3a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-1.5 0v-7.5a.75.75 0 0 1 .75-.75Zm-8.25.75a.75.75 0 0 1 1.5 0v5.5a.75.75 0 0 1-1.5 0ZM8 3a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 3Z"></path>
453
+ </svg>
454
+ </template>
455
+
456
+ <template id="pencil-icon">
457
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-pencil">
458
+ <path d="M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 0 1-.927-.928l.929-3.25c.081-.286.235-.547.445-.758l8.61-8.61Zm.176 4.823L9.75 4.81l-6.286 6.287a.253.253 0 0 0-.064.108l-.558 1.953 1.953-.558a.253.253 0 0 0 .108-.064Zm1.238-3.763a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 0 0 0-.354Z"></path>
459
+ </svg>
460
+ </template>
461
+
462
+ <div class="position-relative">
463
+ <ul
464
+ role="listbox"
465
+ class="ActionListWrap QueryBuilder-ListWrap"
466
+ aria-label="Suggestions"
467
+ data-action="
468
+ combobox-commit:query-builder#comboboxCommit
469
+ mousedown:query-builder#resultsMousedown
470
+ "
471
+ data-target="query-builder.resultsList"
472
+ data-persist-list=false
473
+ id="query-builder-test-results"
474
+ ></ul>
475
+ </div>
476
+ </div>
477
+ <div data-target="query-builder.screenReaderFeedback" aria-live="polite" aria-atomic="true" class="sr-only"></div>
478
+ </query-builder></form>
479
+ <div class="d-flex flex-row color-fg-muted px-3 text-small color-bg-default search-feedback-prompt">
480
+ <a target="_blank" href="https://docs.github.com/en/search-github/github-code-search/understanding-github-code-search-syntax" data-view-component="true" class="color-fg-accent text-normal ml-2">
481
+ Search syntax tips
482
+ </a> <div class="d-flex flex-1"></div>
483
+ <button data-action="click:qbsearch-input#showFeedbackDialog" type="button" data-view-component="true" class="Button--link Button--medium Button color-fg-accent text-normal ml-2"> <span class="Button-content">
484
+ <span class="Button-label">Give feedback</span>
485
+ </span>
486
+ </button>
487
+ </div>
488
+ </div>
489
+ </div>
490
+
491
+ </div>
492
+ </modal-dialog></div>
493
+ </div>
494
+ <div data-action="click:qbsearch-input#retract" class="dark-backdrop position-fixed width-full" hidden data-target="qbsearch-input.darkBackdrop"></div>
495
+ <div class="color-fg-default">
496
+
497
+ <div class="Overlay--hidden Overlay-backdrop--center" data-modal-dialog-overlay>
498
+ <modal-dialog data-target="qbsearch-input.feedbackDialog" data-action="close:qbsearch-input#handleDialogClose cancel:qbsearch-input#handleDialogClose" role="dialog" id="feedback-dialog" aria-modal="true" aria-disabled="true" aria-describedby="feedback-dialog-title feedback-dialog-description" data-view-component="true" class="Overlay Overlay-whenNarrow Overlay--size-medium Overlay--motion-scaleFade">
499
+ <div data-view-component="true" class="Overlay-header">
500
+ <div class="Overlay-headerContentWrap">
501
+ <div class="Overlay-titleWrap">
502
+ <h1 class="Overlay-title " id="feedback-dialog-title">
503
+ Provide feedback
504
+ </h1>
505
+ </div>
506
+ <div class="Overlay-actionWrap">
507
+ <button data-close-dialog-id="feedback-dialog" aria-label="Close" type="button" data-view-component="true" class="close-button Overlay-closeButton"><svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
508
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
509
+ </svg></button>
510
+ </div>
511
+ </div>
512
+ </div>
513
+ <div data-view-component="true" class="Overlay-body"> <!-- '"` --><!-- </textarea></xmp> --></option></form><form id="code-search-feedback-form" data-turbo="false" action="/search/feedback" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="NCAS7gi4DHsD11_dJ4IgrCQOCwZ2OVu25x5sFN0AoalNiD3OUWCUZ5J48mz5MVKd7UTq2Qk_CcoVnBDoP7HVpw" />
514
+ <p>We read every piece of feedback, and take your input very seriously.</p>
515
+ <textarea name="feedback" class="form-control width-full mb-2" style="height: 120px" id="feedback"></textarea>
516
+ <input name="include_email" id="include_email" aria-label="Include my email address so I can be contacted" class="form-control mr-2" type="checkbox">
517
+ <label for="include_email" style="font-weight: normal">Include my email address so I can be contacted</label>
518
+ </form></div>
519
+ <div data-view-component="true" class="Overlay-footer Overlay-footer--alignEnd"> <button data-close-dialog-id="feedback-dialog" type="button" data-view-component="true" class="btn"> Cancel
520
+ </button>
521
+ <button form="code-search-feedback-form" data-action="click:qbsearch-input#submitFeedback" type="submit" data-view-component="true" class="btn-primary btn"> Submit feedback
522
+ </button>
523
+ </div>
524
+ </modal-dialog></div>
525
+
526
+ <custom-scopes data-target="qbsearch-input.customScopesManager">
527
+
528
+ <div class="Overlay--hidden Overlay-backdrop--center" data-modal-dialog-overlay>
529
+ <modal-dialog data-target="custom-scopes.customScopesModalDialog" data-action="close:qbsearch-input#handleDialogClose cancel:qbsearch-input#handleDialogClose" role="dialog" id="custom-scopes-dialog" aria-modal="true" aria-disabled="true" aria-describedby="custom-scopes-dialog-title custom-scopes-dialog-description" data-view-component="true" class="Overlay Overlay-whenNarrow Overlay--size-medium Overlay--motion-scaleFade">
530
+ <div data-view-component="true" class="Overlay-header Overlay-header--divided">
531
+ <div class="Overlay-headerContentWrap">
532
+ <div class="Overlay-titleWrap">
533
+ <h1 class="Overlay-title " id="custom-scopes-dialog-title">
534
+ Saved searches
535
+ </h1>
536
+ <h2 id="custom-scopes-dialog-description" class="Overlay-description">Use saved searches to filter your results more quickly</h2>
537
+ </div>
538
+ <div class="Overlay-actionWrap">
539
+ <button data-close-dialog-id="custom-scopes-dialog" aria-label="Close" type="button" data-view-component="true" class="close-button Overlay-closeButton"><svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
540
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
541
+ </svg></button>
542
+ </div>
543
+ </div>
544
+ </div>
545
+ <div data-view-component="true" class="Overlay-body"> <div data-target="custom-scopes.customScopesModalDialogFlash"></div>
546
+
547
+ <div hidden class="create-custom-scope-form" data-target="custom-scopes.createCustomScopeForm">
548
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form id="custom-scopes-dialog-form" data-turbo="false" action="/search/custom_scopes" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="G1LzV7p3t87Gy_JDYjcoTkANktn_rYdp9NB2pQpurUEg7OZGYEr3mqlQeg3Qlg3OvqxCZfvbsUxIBH6SKKWFMA" />
549
+ <div data-target="custom-scopes.customScopesModalDialogFlash"></div>
550
+
551
+ <input type="hidden" id="custom_scope_id" name="custom_scope_id" data-target="custom-scopes.customScopesIdField">
552
+
553
+ <div class="form-group">
554
+ <label for="custom_scope_name">Name</label>
555
+ <auto-check src="/search/custom_scopes/check_name" required>
556
+ <input
557
+ type="text"
558
+ name="custom_scope_name"
559
+ id="custom_scope_name"
560
+ data-target="custom-scopes.customScopesNameField"
561
+ class="form-control"
562
+ autocomplete="off"
563
+ placeholder="github-ruby"
564
+ required
565
+ maxlength="50">
566
+ <input type="hidden" value="m7dMEBX6twVJuePlxLnUlja4JPEiKd0A8CO866DFie0jq2d78e0zmS83-ua6v4W1DBWlfBghbgfcPN5e_zlWHg" data-csrf="true" />
567
+ </auto-check>
568
+ </div>
569
+
570
+ <div class="form-group">
571
+ <label for="custom_scope_query">Query</label>
572
+ <input
573
+ type="text"
574
+ name="custom_scope_query"
575
+ id="custom_scope_query"
576
+ data-target="custom-scopes.customScopesQueryField"
577
+ class="form-control"
578
+ autocomplete="off"
579
+ placeholder="(repo:mona/a OR repo:mona/b) AND lang:python"
580
+ required
581
+ maxlength="500">
582
+ </div>
583
+
584
+ <p class="text-small color-fg-muted">
585
+ To see all available qualifiers, see our <a href="https://docs.github.com/en/search-github/github-code-search/understanding-github-code-search-syntax">documentation</a>.
586
+ </p>
587
+ </form> </div>
588
+
589
+ <div data-target="custom-scopes.manageCustomScopesForm">
590
+ <div data-target="custom-scopes.list"></div>
591
+ </div>
592
+
593
+ </div>
594
+ <div data-view-component="true" class="Overlay-footer Overlay-footer--alignEnd Overlay-footer--divided"> <button data-action="click:custom-scopes#customScopesCancel" type="button" data-view-component="true" class="btn"> Cancel
595
+ </button>
596
+ <button form="custom-scopes-dialog-form" data-action="click:custom-scopes#customScopesSubmit" data-target="custom-scopes.customScopesSubmitButton" type="submit" data-view-component="true" class="btn-primary btn"> Create saved search
597
+ </button>
598
+ </div>
599
+ </modal-dialog></div>
600
+ </custom-scopes>
601
+ </div>
602
+ </qbsearch-input><input type="hidden" value="0A_9wSWd3-RPZMuae7yiWs8NYVmioUoLts-jZUni7jUb6beCcUHqSBKeXyuBk_nuxGuGBsi31CCoIxzJZdz5qw" data-csrf="true" class="js-data-jump-to-suggestions-path-csrf" />
603
+
604
+ <nav id="global-nav" class="d-flex flex-column flex-md-row flex-self-stretch flex-md-self-auto" aria-label="Global">
605
+ <a class="Header-link py-md-3 d-block d-md-none py-2 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:dashboard:user" aria-label="Dashboard" data-turbo="false" href="/dashboard">Dashboard</a>
606
+
607
+ <a class="js-selected-navigation-item Header-link mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-hotkey="g p" data-ga-click="Header, click, Nav menu - item:pulls context:user" aria-label="Pull requests you created" data-turbo="false" data-selected-links="/pulls /pulls/assigned /pulls/mentioned /pulls" href="/pulls">
608
+ Pull<span class="d-inline d-md-none d-lg-inline"> request</span>s
609
+ </a>
610
+ <a class="js-selected-navigation-item Header-link mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-hotkey="g i" data-ga-click="Header, click, Nav menu - item:issues context:user" aria-label="Issues you created" data-turbo="false" data-selected-links="/issues /issues/assigned /issues/mentioned /issues" href="/issues">Issues</a>
611
+
612
+ <a class="js-selected-navigation-item Header-link mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:workspaces context:user" data-turbo="false" data-selected-links="/codespaces /codespaces" href="/codespaces">Codespaces</a>
613
+
614
+ <div class="d-flex position-relative">
615
+ <a class="js-selected-navigation-item Header-link flex-auto mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:marketplace context:user" data-octo-click="marketplace_click" data-octo-dimensions="location:nav_bar" data-turbo="false" data-selected-links=" /marketplace" href="/marketplace">Marketplace</a>
616
+ </div>
617
+
618
+ <a class="js-selected-navigation-item Header-link mt-md-n3 mb-md-n3 py-2 py-md-3 mr-0 mr-md-3 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:explore" data-turbo="false" data-selected-links="/explore /trending /trending/developers /integrations /integrations/feature/code /integrations/feature/collaborate /integrations/feature/ship showcases showcases_search showcases_landing /explore" href="/explore">Explore</a>
619
+
620
+ <a class="js-selected-navigation-item Header-link d-block d-md-none py-2 py-md-3 border-top border-md-top-0 border-white-fade" data-ga-click="Header, click, Nav menu - item:Sponsors" data-hydro-click="{&quot;event_type&quot;:&quot;sponsors.button_click&quot;,&quot;payload&quot;:{&quot;button&quot;:&quot;HEADER_SPONSORS_DASHBOARD&quot;,&quot;sponsorable_login&quot;:&quot;jaranglee&quot;,&quot;originating_url&quot;:&quot;https://github.com/uyeong/NotoSans-subset/blob/master/NotoSans-Bold.woff2&quot;,&quot;user_id&quot;:130130066}}" data-hydro-click-hmac="934bc7f284a66a5c16184ac1bf0cc85ee2753dc961f42fcfe9d4cfff8dcef2bd" data-turbo="false" data-selected-links=" /sponsors/accounts" href="/sponsors/accounts">Sponsors</a>
621
+
622
+ <a class="Header-link d-block d-md-none mr-0 mr-md-3 py-2 py-md-3 border-top border-md-top-0 border-white-fade" data-turbo="false" href="/settings/profile">Settings</a>
623
+
624
+ <a class="Header-link d-block d-md-none mr-0 mr-md-3 py-2 py-md-3 border-top border-md-top-0 border-white-fade" data-turbo="false" href="/jaranglee">
625
+ <img class="avatar avatar-user" loading="lazy" decoding="async" src="https://avatars.githubusercontent.com/u/130130066?s=40&amp;v=4" width="20" height="20" alt="@jaranglee" />
626
+ jaranglee
627
+ </a>
628
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form data-turbo="false" action="/logout" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="n5tna7nY-drOAHrH0RomsWIujST6JCPk7IscKALpGnfA-ucBlUx8aShYGnm_vcpT6BjdGFJsShh9YLgvjkJn7A" />
629
+ <button
630
+ type="submit"
631
+ class="Header-link mr-0 mr-md-3 py-2 py-md-3 border-top border-md-top-0 border-white-fade d-md-none btn-link d-block width-full text-left"
632
+ style="padding-left: 2px;"
633
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;sign out&quot;,&quot;label&quot;:&quot;icon:logout&quot;}"
634
+ >
635
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-sign-out v-align-middle">
636
+ <path d="M2 2.75C2 1.784 2.784 1 3.75 1h2.5a.75.75 0 0 1 0 1.5h-2.5a.25.25 0 0 0-.25.25v10.5c0 .138.112.25.25.25h2.5a.75.75 0 0 1 0 1.5h-2.5A1.75 1.75 0 0 1 2 13.25Zm10.44 4.5-1.97-1.97a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l3.25 3.25a.75.75 0 0 1 0 1.06l-3.25 3.25a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734l1.97-1.97H6.75a.75.75 0 0 1 0-1.5Z"></path>
637
+ </svg>
638
+ Sign out
639
+ </button>
640
+ </form></nav>
641
+
642
+ </div>
643
+
644
+ <div class="Header-item Header-item--full flex-justify-center d-md-none position-relative">
645
+ <a
646
+ class="Header-link"
647
+ href="https://github.com/"
648
+ data-hotkey="g d"
649
+ aria-label="Homepage "
650
+ data-turbo="false"
651
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;go to dashboard&quot;,&quot;label&quot;:&quot;icon:logo&quot;}"
652
+ >
653
+ <svg height="32" aria-hidden="true" viewBox="0 0 16 16" version="1.1" width="32" data-view-component="true" class="octicon octicon-mark-github v-align-middle">
654
+ <path d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"></path>
655
+ </svg>
656
+ </a>
657
+
658
+ </div>
659
+
660
+ <div class="Header-item mr-0 mr-md-3 flex-order-1 flex-md-order-none">
661
+
662
+
663
+ <notification-indicator data-channel="eyJjIjoibm90aWZpY2F0aW9uLWNoYW5nZWQ6MTMwMTMwMDY2IiwidCI6MTY4NTA5MjQzMH0=--ebf43b4ca0b51031bcb422278d4d19967dd2d4475c63765da1b82fe7ee567524" data-indicator-mode="none" data-tooltip-global="You have unread notifications" data-tooltip-unavailable="Notifications are unavailable at the moment." data-tooltip-none="You have no unread notifications" data-fetch-indicator-src="/notifications/indicator" data-fetch-indicator-enabled="true" data-view-component="true" class="js-socket-channel">
664
+ <a id="AppHeader-notifications-button" href="/notifications"
665
+ class="Header-link notification-indicator position-relative tooltipped tooltipped-sw"
666
+
667
+
668
+
669
+ data-hotkey="g n"
670
+ data-target="notification-indicator.link"
671
+ aria-label="Notifications"
672
+
673
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;go to notifications&quot;,&quot;label&quot;:&quot;icon:read&quot;}"
674
+ >
675
+
676
+ <span
677
+ data-target="notification-indicator.badge"
678
+ class="mail-status unread" hidden>
679
+ </span>
680
+
681
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bell">
682
+ <path d="M8 16a2 2 0 0 0 1.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 0 0 8 16ZM3 5a5 5 0 0 1 10 0v2.947c0 .05.015.098.042.139l1.703 2.555A1.519 1.519 0 0 1 13.482 13H2.518a1.516 1.516 0 0 1-1.263-2.36l1.703-2.554A.255.255 0 0 0 3 7.947Zm5-3.5A3.5 3.5 0 0 0 4.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556a.017.017 0 0 0-.003.01l.001.006c0 .002.002.004.004.006l.006.004.007.001h10.964l.007-.001.006-.004.004-.006.001-.007a.017.017 0 0 0-.003-.01l-1.703-2.554a1.745 1.745 0 0 1-.294-.97V5A3.5 3.5 0 0 0 8 1.5Z"></path>
683
+ </svg>
684
+ </a>
685
+
686
+ </notification-indicator>
687
+ </div>
688
+
689
+
690
+ <div class="Header-item position-relative d-none d-md-flex">
691
+ <details class="details-overlay details-reset">
692
+ <summary
693
+ class="Header-link"
694
+ aria-label="Create new…"
695
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;create new&quot;,&quot;label&quot;:&quot;icon:add&quot;}"
696
+ >
697
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus">
698
+ <path d="M7.75 2a.75.75 0 0 1 .75.75V7h4.25a.75.75 0 0 1 0 1.5H8.5v4.25a.75.75 0 0 1-1.5 0V8.5H2.75a.75.75 0 0 1 0-1.5H7V2.75A.75.75 0 0 1 7.75 2Z"></path>
699
+ </svg> <span class="dropdown-caret"></span>
700
+ </summary>
701
+ <details-menu class="dropdown-menu dropdown-menu-sw">
702
+
703
+ <a role="menuitem" class="dropdown-item" href="/new" data-ga-click="Header, create new repository">
704
+ New repository
705
+ </a>
706
+
707
+ <a role="menuitem" class="dropdown-item" href="/new/import" data-ga-click="Header, import a repository">
708
+ Import repository
709
+ </a>
710
+
711
+ <a role="menuitem" class="dropdown-item" href="/codespaces/new">
712
+ New codespace
713
+ </a>
714
+
715
+ <a role="menuitem" class="dropdown-item" href="https://gist.github.com/" data-ga-click="Header, create new gist">
716
+ New gist
717
+ </a>
718
+
719
+ <a role="menuitem" class="dropdown-item" href="/organizations/new" data-ga-click="Header, create new organization">
720
+ New organization
721
+ </a>
722
+
723
+
724
+
725
+ </details-menu>
726
+ </details>
727
+
728
+ </div>
729
+
730
+ <div class="Header-item position-relative mr-0 d-none d-md-flex">
731
+
732
+ <details class="details-overlay details-reset js-feature-preview-indicator-container" data-feature-preview-indicator-src="/users/jaranglee/feature_preview/indicator_check">
733
+
734
+ <summary
735
+ class="Header-link"
736
+ aria-label="View profile and more"
737
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;show menu&quot;,&quot;label&quot;:&quot;icon:avatar&quot;}"
738
+ >
739
+ <img src="https://avatars.githubusercontent.com/u/130130066?s=40&amp;v=4" alt="@jaranglee" size="20" height="20" width="20" data-view-component="true" class="avatar avatar-small circle" />
740
+ <span class="unread-indicator js-feature-preview-indicator" style="top: 1px;" hidden></span>
741
+ <span class="dropdown-caret"></span>
742
+ </summary>
743
+ <details-menu
744
+ class="dropdown-menu dropdown-menu-sw"
745
+ style="width: 180px"
746
+
747
+ preload>
748
+ <include-fragment src="/users/130130066/menu" loading="lazy">
749
+ <p class="text-center mt-3" data-hide-on-error>
750
+ <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
751
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
752
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
753
+ </svg>
754
+ </p>
755
+ <p class="ml-1 mb-2 mt-2 color-fg-default" data-show-on-error>
756
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
757
+ <path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
758
+ </svg>
759
+ Sorry, something went wrong.
760
+ </p>
761
+ </include-fragment>
762
+ </details-menu>
763
+ </details>
764
+
765
+ </div>
766
+ </header>
767
+
768
+
769
+ </div>
770
+
771
+ <div id="start-of-content" class="show-on-focus"></div>
772
+
773
+
774
+
775
+
776
+
777
+
778
+
779
+
780
+ <div id="js-flash-container" data-turbo-replace>
781
+
782
+
783
+
784
+
785
+
786
+ <template class="js-flash-template">
787
+
788
+ <div class="flash flash-full {{ className }}">
789
+ <div class="px-2" >
790
+ <button autofocus class="flash-close js-flash-close" type="button" aria-label="Dismiss this message">
791
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
792
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
793
+ </svg>
794
+ </button>
795
+ <div aria-atomic="true" role="alert" class="js-flash-alert">
796
+
797
+ <div>{{ message }}</div>
798
+
799
+ </div>
800
+ </div>
801
+ </div>
802
+ </template>
803
+ </div>
804
+
805
+
806
+
807
+ <notification-shelf-watcher data-base-url="https://github.com/notifications/beta/shelf" data-channel="eyJjIjoibm90aWZpY2F0aW9uLWNoYW5nZWQ6MTMwMTMwMDY2IiwidCI6MTY4NTA5MjQzMH0=--ebf43b4ca0b51031bcb422278d4d19967dd2d4475c63765da1b82fe7ee567524" data-view-component="true" class="js-socket-channel"></notification-shelf-watcher>
808
+ <div hidden data-initial data-target="notification-shelf-watcher.placeholder"></div>
809
+
810
+
811
+
812
+
813
+
814
+
815
+ <details
816
+ class="details-reset details-overlay details-overlay-dark js-command-palette-dialog"
817
+ id="command-palette-pjax-container"
818
+ data-turbo-replace
819
+ >
820
+ <summary aria-label="command palette trigger" tabindex="-1"></summary>
821
+ <details-dialog class="command-palette-details-dialog d-flex flex-column flex-justify-center height-fit" aria-label="command palette">
822
+ <command-palette
823
+ class="command-palette color-bg-default rounded-3 border color-shadow-small"
824
+ return-to=/uyeong/NotoSans-subset/blob/master/NotoSans-Bold.woff2
825
+ user-id="130130066"
826
+ activation-hotkey="Mod+k,Mod+Alt+k"
827
+ command-mode-hotkey="Mod+Shift+k"
828
+ data-action="
829
+ command-palette-input-ready:command-palette#inputReady
830
+ command-palette-page-stack-updated:command-palette#updateInputScope
831
+ itemsUpdated:command-palette#itemsUpdated
832
+ keydown:command-palette#onKeydown
833
+ loadingStateChanged:command-palette#loadingStateChanged
834
+ selectedItemChanged:command-palette#selectedItemChanged
835
+ pageFetchError:command-palette#pageFetchError
836
+ ">
837
+
838
+ <command-palette-mode
839
+ data-char="#"
840
+ data-scope-types="[&quot;&quot;]"
841
+ data-placeholder="Search issues and pull requests"
842
+ ></command-palette-mode>
843
+ <command-palette-mode
844
+ data-char="#"
845
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
846
+ data-placeholder="Search issues, pull requests, discussions, and projects"
847
+ ></command-palette-mode>
848
+ <command-palette-mode
849
+ data-char="!"
850
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
851
+ data-placeholder="Search projects"
852
+ ></command-palette-mode>
853
+ <command-palette-mode
854
+ data-char="@"
855
+ data-scope-types="[&quot;&quot;]"
856
+ data-placeholder="Search or jump to a user, organization, or repository"
857
+ ></command-palette-mode>
858
+ <command-palette-mode
859
+ data-char="@"
860
+ data-scope-types="[&quot;owner&quot;]"
861
+ data-placeholder="Search or jump to a repository"
862
+ ></command-palette-mode>
863
+ <command-palette-mode
864
+ data-char="/"
865
+ data-scope-types="[&quot;repository&quot;]"
866
+ data-placeholder="Search files"
867
+ ></command-palette-mode>
868
+ <command-palette-mode
869
+ data-char="?"
870
+ ></command-palette-mode>
871
+ <command-palette-mode
872
+ data-char="&gt;"
873
+ data-placeholder="Run a command"
874
+ ></command-palette-mode>
875
+ <command-palette-mode
876
+ data-char=""
877
+ data-scope-types="[&quot;&quot;]"
878
+ data-placeholder="Search or jump to..."
879
+ ></command-palette-mode>
880
+ <command-palette-mode
881
+ data-char=""
882
+ data-scope-types="[&quot;owner&quot;]"
883
+ data-placeholder="Search or jump to..."
884
+ ></command-palette-mode>
885
+ <command-palette-mode
886
+ class="js-command-palette-default-mode"
887
+ data-char=""
888
+ data-placeholder="Search or jump to..."
889
+ ></command-palette-mode>
890
+
891
+ <command-palette-input placeholder="Search or jump to..."
892
+
893
+ data-action="
894
+ command-palette-input:command-palette#onInput
895
+ command-palette-select:command-palette#onSelect
896
+ command-palette-descope:command-palette#onDescope
897
+ command-palette-cleared:command-palette#onInputClear
898
+ "
899
+ >
900
+ <div class="js-search-icon d-flex flex-items-center mr-2" style="height: 26px">
901
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search color-fg-muted">
902
+ <path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
903
+ </svg>
904
+ </div>
905
+ <div class="js-spinner d-flex flex-items-center mr-2 color-fg-muted" hidden>
906
+ <svg aria-label="Loading" class="anim-rotate" viewBox="0 0 16 16" fill="none" width="16" height="16">
907
+ <circle
908
+ cx="8"
909
+ cy="8"
910
+ r="7"
911
+ stroke="currentColor"
912
+ stroke-opacity="0.25"
913
+ stroke-width="2"
914
+ vector-effect="non-scaling-stroke"
915
+ ></circle>
916
+ <path
917
+ d="M15 8a7.002 7.002 0 00-7-7"
918
+ stroke="currentColor"
919
+ stroke-width="2"
920
+ stroke-linecap="round"
921
+ vector-effect="non-scaling-stroke"
922
+ ></path>
923
+ </svg>
924
+ </div>
925
+ <command-palette-scope >
926
+ <div data-target="command-palette-scope.placeholder" hidden class="color-fg-subtle">/&nbsp;&nbsp;<span class="text-semibold color-fg-default">...</span>&nbsp;&nbsp;/&nbsp;&nbsp;</div>
927
+ <command-palette-token
928
+ data-text="uyeong"
929
+ data-id="MDQ6VXNlcjEzMjE3MDc="
930
+ data-type="owner"
931
+ data-value="uyeong"
932
+ data-targets="command-palette-scope.tokens"
933
+ class="color-fg-default text-semibold"
934
+ style="white-space:nowrap;line-height:20px;"
935
+ >uyeong<span class="color-fg-subtle text-normal">&nbsp;&nbsp;/&nbsp;&nbsp;</span></command-palette-token>
936
+ <command-palette-token
937
+ data-text="NotoSans-subset"
938
+ data-id="MDEwOlJlcG9zaXRvcnkzNDA0NzY2OA=="
939
+ data-type="repository"
940
+ data-value="NotoSans-subset"
941
+ data-targets="command-palette-scope.tokens"
942
+ class="color-fg-default text-semibold"
943
+ style="white-space:nowrap;line-height:20px;"
944
+ >NotoSans-subset<span class="color-fg-subtle text-normal">&nbsp;&nbsp;/&nbsp;&nbsp;</span></command-palette-token>
945
+ </command-palette-scope>
946
+ <div class="command-palette-input-group flex-1 form-control border-0 box-shadow-none" style="z-index: 0">
947
+ <div class="command-palette-typeahead position-absolute d-flex flex-items-center Truncate">
948
+ <span class="typeahead-segment input-mirror" data-target="command-palette-input.mirror"></span>
949
+ <span class="Truncate-text" data-target="command-palette-input.typeaheadText"></span>
950
+ <span class="typeahead-segment" data-target="command-palette-input.typeaheadPlaceholder"></span>
951
+ </div>
952
+ <input
953
+ class="js-overlay-input typeahead-input d-none"
954
+ disabled
955
+ tabindex="-1"
956
+ aria-label="Hidden input for typeahead"
957
+ >
958
+ <input
959
+ type="text"
960
+ autocomplete="off"
961
+ autocorrect="off"
962
+ autocapitalize="off"
963
+ spellcheck="false"
964
+ class="js-input typeahead-input form-control border-0 box-shadow-none input-block width-full no-focus-indicator"
965
+ aria-label="Command palette input"
966
+ aria-haspopup="listbox"
967
+ aria-expanded="false"
968
+ aria-autocomplete="list"
969
+ aria-controls="command-palette-page-stack"
970
+ role="combobox"
971
+ data-action="
972
+ input:command-palette-input#onInput
973
+ keydown:command-palette-input#onKeydown
974
+ "
975
+ >
976
+ </div>
977
+ <div data-view-component="true" class="position-relative d-inline-block">
978
+ <button aria-keyshortcuts="Control+Backspace" data-action="click:command-palette-input#onClear keypress:command-palette-input#onClear" data-target="command-palette-input.clearButton" id="command-palette-clear-button" hidden="hidden" type="button" data-view-component="true" class="btn-octicon command-palette-input-clear-button"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x-circle-fill">
979
+ <path d="M2.343 13.657A8 8 0 1 1 13.658 2.343 8 8 0 0 1 2.343 13.657ZM6.03 4.97a.751.751 0 0 0-1.042.018.751.751 0 0 0-.018 1.042L6.94 8 4.97 9.97a.749.749 0 0 0 .326 1.275.749.749 0 0 0 .734-.215L8 9.06l1.97 1.97a.749.749 0 0 0 1.275-.326.749.749 0 0 0-.215-.734L9.06 8l1.97-1.97a.749.749 0 0 0-.326-1.275.749.749 0 0 0-.734.215L8 6.94Z"></path>
980
+ </svg>
981
+ </button> <tool-tip id="tooltip-d572bcc4-6d39-4978-894a-544f5b4ba7a6" for="command-palette-clear-button" data-direction="w" data-type="label" data-view-component="true" class="sr-only position-absolute">Clear Command Palette</tool-tip>
982
+ </div>
983
+ </command-palette-input>
984
+
985
+ <command-palette-page-stack
986
+ data-default-scope-id="MDEwOlJlcG9zaXRvcnkzNDA0NzY2OA=="
987
+ data-default-scope-type="Repository"
988
+ data-action="command-palette-page-octicons-cached:command-palette-page-stack#cacheOcticons"
989
+ >
990
+ <command-palette-tip
991
+ class="color-fg-muted f6 px-3 py-1 my-2"
992
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
993
+ data-mode=""
994
+ data-value="">
995
+ <div class="d-flex flex-items-start flex-justify-between">
996
+ <div>
997
+ <span class="text-bold">Tip:</span>
998
+ Type <kbd class="hx_kbd">#</kbd> to search pull requests
999
+ </div>
1000
+ <div class="ml-2 flex-shrink-0">
1001
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1002
+ </div>
1003
+ </div>
1004
+ </command-palette-tip>
1005
+ <command-palette-tip
1006
+ class="color-fg-muted f6 px-3 py-1 my-2"
1007
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1008
+ data-mode=""
1009
+ data-value="">
1010
+ <div class="d-flex flex-items-start flex-justify-between">
1011
+ <div>
1012
+ <span class="text-bold">Tip:</span>
1013
+ Type <kbd class="hx_kbd">#</kbd> to search issues
1014
+ </div>
1015
+ <div class="ml-2 flex-shrink-0">
1016
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1017
+ </div>
1018
+ </div>
1019
+ </command-palette-tip>
1020
+ <command-palette-tip
1021
+ class="color-fg-muted f6 px-3 py-1 my-2"
1022
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1023
+ data-mode=""
1024
+ data-value="">
1025
+ <div class="d-flex flex-items-start flex-justify-between">
1026
+ <div>
1027
+ <span class="text-bold">Tip:</span>
1028
+ Type <kbd class="hx_kbd">#</kbd> to search discussions
1029
+ </div>
1030
+ <div class="ml-2 flex-shrink-0">
1031
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1032
+ </div>
1033
+ </div>
1034
+ </command-palette-tip>
1035
+ <command-palette-tip
1036
+ class="color-fg-muted f6 px-3 py-1 my-2"
1037
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1038
+ data-mode=""
1039
+ data-value="">
1040
+ <div class="d-flex flex-items-start flex-justify-between">
1041
+ <div>
1042
+ <span class="text-bold">Tip:</span>
1043
+ Type <kbd class="hx_kbd">!</kbd> to search projects
1044
+ </div>
1045
+ <div class="ml-2 flex-shrink-0">
1046
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1047
+ </div>
1048
+ </div>
1049
+ </command-palette-tip>
1050
+ <command-palette-tip
1051
+ class="color-fg-muted f6 px-3 py-1 my-2"
1052
+ data-scope-types="[&quot;owner&quot;]"
1053
+ data-mode=""
1054
+ data-value="">
1055
+ <div class="d-flex flex-items-start flex-justify-between">
1056
+ <div>
1057
+ <span class="text-bold">Tip:</span>
1058
+ Type <kbd class="hx_kbd">@</kbd> to search teams
1059
+ </div>
1060
+ <div class="ml-2 flex-shrink-0">
1061
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1062
+ </div>
1063
+ </div>
1064
+ </command-palette-tip>
1065
+ <command-palette-tip
1066
+ class="color-fg-muted f6 px-3 py-1 my-2"
1067
+ data-scope-types="[&quot;&quot;]"
1068
+ data-mode=""
1069
+ data-value="">
1070
+ <div class="d-flex flex-items-start flex-justify-between">
1071
+ <div>
1072
+ <span class="text-bold">Tip:</span>
1073
+ Type <kbd class="hx_kbd">@</kbd> to search people and organizations
1074
+ </div>
1075
+ <div class="ml-2 flex-shrink-0">
1076
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1077
+ </div>
1078
+ </div>
1079
+ </command-palette-tip>
1080
+ <command-palette-tip
1081
+ class="color-fg-muted f6 px-3 py-1 my-2"
1082
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1083
+ data-mode=""
1084
+ data-value="">
1085
+ <div class="d-flex flex-items-start flex-justify-between">
1086
+ <div>
1087
+ <span class="text-bold">Tip:</span>
1088
+ Type <kbd class="hx_kbd">&gt;</kbd> to activate command mode
1089
+ </div>
1090
+ <div class="ml-2 flex-shrink-0">
1091
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1092
+ </div>
1093
+ </div>
1094
+ </command-palette-tip>
1095
+ <command-palette-tip
1096
+ class="color-fg-muted f6 px-3 py-1 my-2"
1097
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1098
+ data-mode=""
1099
+ data-value="">
1100
+ <div class="d-flex flex-items-start flex-justify-between">
1101
+ <div>
1102
+ <span class="text-bold">Tip:</span>
1103
+ Go to your accessibility settings to change your keyboard shortcuts
1104
+ </div>
1105
+ <div class="ml-2 flex-shrink-0">
1106
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1107
+ </div>
1108
+ </div>
1109
+ </command-palette-tip>
1110
+ <command-palette-tip
1111
+ class="color-fg-muted f6 px-3 py-1 my-2"
1112
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1113
+ data-mode="#"
1114
+ data-value="">
1115
+ <div class="d-flex flex-items-start flex-justify-between">
1116
+ <div>
1117
+ <span class="text-bold">Tip:</span>
1118
+ Type author:@me to search your content
1119
+ </div>
1120
+ <div class="ml-2 flex-shrink-0">
1121
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1122
+ </div>
1123
+ </div>
1124
+ </command-palette-tip>
1125
+ <command-palette-tip
1126
+ class="color-fg-muted f6 px-3 py-1 my-2"
1127
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1128
+ data-mode="#"
1129
+ data-value="">
1130
+ <div class="d-flex flex-items-start flex-justify-between">
1131
+ <div>
1132
+ <span class="text-bold">Tip:</span>
1133
+ Type is:pr to filter to pull requests
1134
+ </div>
1135
+ <div class="ml-2 flex-shrink-0">
1136
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1137
+ </div>
1138
+ </div>
1139
+ </command-palette-tip>
1140
+ <command-palette-tip
1141
+ class="color-fg-muted f6 px-3 py-1 my-2"
1142
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1143
+ data-mode="#"
1144
+ data-value="">
1145
+ <div class="d-flex flex-items-start flex-justify-between">
1146
+ <div>
1147
+ <span class="text-bold">Tip:</span>
1148
+ Type is:issue to filter to issues
1149
+ </div>
1150
+ <div class="ml-2 flex-shrink-0">
1151
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1152
+ </div>
1153
+ </div>
1154
+ </command-palette-tip>
1155
+ <command-palette-tip
1156
+ class="color-fg-muted f6 px-3 py-1 my-2"
1157
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1158
+ data-mode="#"
1159
+ data-value="">
1160
+ <div class="d-flex flex-items-start flex-justify-between">
1161
+ <div>
1162
+ <span class="text-bold">Tip:</span>
1163
+ Type is:project to filter to projects
1164
+ </div>
1165
+ <div class="ml-2 flex-shrink-0">
1166
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1167
+ </div>
1168
+ </div>
1169
+ </command-palette-tip>
1170
+ <command-palette-tip
1171
+ class="color-fg-muted f6 px-3 py-1 my-2"
1172
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1173
+ data-mode="#"
1174
+ data-value="">
1175
+ <div class="d-flex flex-items-start flex-justify-between">
1176
+ <div>
1177
+ <span class="text-bold">Tip:</span>
1178
+ Type is:open to filter to open content
1179
+ </div>
1180
+ <div class="ml-2 flex-shrink-0">
1181
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1182
+ </div>
1183
+ </div>
1184
+ </command-palette-tip>
1185
+ <command-palette-tip class="mx-3 my-2 flash flash-error d-flex flex-items-center" data-scope-types="*" data-on-error>
1186
+ <div>
1187
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
1188
+ <path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
1189
+ </svg>
1190
+ </div>
1191
+ <div class="px-2">
1192
+ We’ve encountered an error and some results aren't available at this time. Type a new search or try again later.
1193
+ </div>
1194
+ </command-palette-tip>
1195
+ <command-palette-tip class="h4 color-fg-default pl-3 pb-2 pt-3" data-on-empty data-scope-types="*" data-match-mode="[^?]|^$">
1196
+ No results matched your search
1197
+ </command-palette-tip>
1198
+
1199
+ <div hidden>
1200
+
1201
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="arrow-right-color-fg-muted">
1202
+ <svg height="16" class="octicon octicon-arrow-right color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8.22 2.97a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042l2.97-2.97H3.75a.75.75 0 0 1 0-1.5h7.44L8.22 4.03a.75.75 0 0 1 0-1.06Z"></path></svg>
1203
+ </div>
1204
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="arrow-right-color-fg-default">
1205
+ <svg height="16" class="octicon octicon-arrow-right color-fg-default" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8.22 2.97a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042l2.97-2.97H3.75a.75.75 0 0 1 0-1.5h7.44L8.22 4.03a.75.75 0 0 1 0-1.06Z"></path></svg>
1206
+ </div>
1207
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="codespaces-color-fg-muted">
1208
+ <svg height="16" class="octicon octicon-codespaces color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M0 11.25c0-.966.784-1.75 1.75-1.75h12.5c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25Zm2-9.5C2 .784 2.784 0 3.75 0h8.5C13.216 0 14 .784 14 1.75v5a1.75 1.75 0 0 1-1.75 1.75h-8.5A1.75 1.75 0 0 1 2 6.75Zm1.75-.25a.25.25 0 0 0-.25.25v5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-5a.25.25 0 0 0-.25-.25Zm-2 9.5a.25.25 0 0 0-.25.25v3c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-3a.25.25 0 0 0-.25-.25Z"></path><path d="M7 12.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Zm-4 0a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75Z"></path></svg>
1209
+ </div>
1210
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="copy-color-fg-muted">
1211
+ <svg height="16" class="octicon octicon-copy color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z"></path><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"></path></svg>
1212
+ </div>
1213
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="dash-color-fg-muted">
1214
+ <svg height="16" class="octicon octicon-dash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M2 7.75A.75.75 0 0 1 2.75 7h10a.75.75 0 0 1 0 1.5h-10A.75.75 0 0 1 2 7.75Z"></path></svg>
1215
+ </div>
1216
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="file-color-fg-muted">
1217
+ <svg height="16" class="octicon octicon-file color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16h-9.5A1.75 1.75 0 0 1 2 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 9 4.25V1.5Zm6.75.062V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914-.013-.011Z"></path></svg>
1218
+ </div>
1219
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="gear-color-fg-muted">
1220
+ <svg height="16" class="octicon octicon-gear color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 0a8.2 8.2 0 0 1 .701.031C9.444.095 9.99.645 10.16 1.29l.288 1.107c.018.066.079.158.212.224.231.114.454.243.668.386.123.082.233.09.299.071l1.103-.303c.644-.176 1.392.021 1.82.63.27.385.506.792.704 1.218.315.675.111 1.422-.364 1.891l-.814.806c-.049.048-.098.147-.088.294.016.257.016.515 0 .772-.01.147.038.246.088.294l.814.806c.475.469.679 1.216.364 1.891a7.977 7.977 0 0 1-.704 1.217c-.428.61-1.176.807-1.82.63l-1.102-.302c-.067-.019-.177-.011-.3.071a5.909 5.909 0 0 1-.668.386c-.133.066-.194.158-.211.224l-.29 1.106c-.168.646-.715 1.196-1.458 1.26a8.006 8.006 0 0 1-1.402 0c-.743-.064-1.289-.614-1.458-1.26l-.289-1.106c-.018-.066-.079-.158-.212-.224a5.738 5.738 0 0 1-.668-.386c-.123-.082-.233-.09-.299-.071l-1.103.303c-.644.176-1.392-.021-1.82-.63a8.12 8.12 0 0 1-.704-1.218c-.315-.675-.111-1.422.363-1.891l.815-.806c.05-.048.098-.147.088-.294a6.214 6.214 0 0 1 0-.772c.01-.147-.038-.246-.088-.294l-.815-.806C.635 6.045.431 5.298.746 4.623a7.92 7.92 0 0 1 .704-1.217c.428-.61 1.176-.807 1.82-.63l1.102.302c.067.019.177.011.3-.071.214-.143.437-.272.668-.386.133-.066.194-.158.211-.224l.29-1.106C6.009.645 6.556.095 7.299.03 7.53.01 7.764 0 8 0Zm-.571 1.525c-.036.003-.108.036-.137.146l-.289 1.105c-.147.561-.549.967-.998 1.189-.173.086-.34.183-.5.29-.417.278-.97.423-1.529.27l-1.103-.303c-.109-.03-.175.016-.195.045-.22.312-.412.644-.573.99-.014.031-.021.11.059.19l.815.806c.411.406.562.957.53 1.456a4.709 4.709 0 0 0 0 .582c.032.499-.119 1.05-.53 1.456l-.815.806c-.081.08-.073.159-.059.19.162.346.353.677.573.989.02.03.085.076.195.046l1.102-.303c.56-.153 1.113-.008 1.53.27.161.107.328.204.501.29.447.222.85.629.997 1.189l.289 1.105c.029.109.101.143.137.146a6.6 6.6 0 0 0 1.142 0c.036-.003.108-.036.137-.146l.289-1.105c.147-.561.549-.967.998-1.189.173-.086.34-.183.5-.29.417-.278.97-.423 1.529-.27l1.103.303c.109.029.175-.016.195-.045.22-.313.411-.644.573-.99.014-.031.021-.11-.059-.19l-.815-.806c-.411-.406-.562-.957-.53-1.456a4.709 4.709 0 0 0 0-.582c-.032-.499.119-1.05.53-1.456l.815-.806c.081-.08.073-.159.059-.19a6.464 6.464 0 0 0-.573-.989c-.02-.03-.085-.076-.195-.046l-1.102.303c-.56.153-1.113.008-1.53-.27a4.44 4.44 0 0 0-.501-.29c-.447-.222-.85-.629-.997-1.189l-.289-1.105c-.029-.11-.101-.143-.137-.146a6.6 6.6 0 0 0-1.142 0ZM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM9.5 8a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 9.5 8Z"></path></svg>
1221
+ </div>
1222
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="lock-color-fg-muted">
1223
+ <svg height="16" class="octicon octicon-lock color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M4 4a4 4 0 0 1 8 0v2h.25c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 12.25 15h-8.5A1.75 1.75 0 0 1 2 13.25v-5.5C2 6.784 2.784 6 3.75 6H4Zm8.25 3.5h-8.5a.25.25 0 0 0-.25.25v5.5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25ZM10.5 6V4a2.5 2.5 0 1 0-5 0v2Z"></path></svg>
1224
+ </div>
1225
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="moon-color-fg-muted">
1226
+ <svg height="16" class="octicon octicon-moon color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M9.598 1.591a.749.749 0 0 1 .785-.175 7.001 7.001 0 1 1-8.967 8.967.75.75 0 0 1 .961-.96 5.5 5.5 0 0 0 7.046-7.046.75.75 0 0 1 .175-.786Zm1.616 1.945a7 7 0 0 1-7.678 7.678 5.499 5.499 0 1 0 7.678-7.678Z"></path></svg>
1227
+ </div>
1228
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="person-color-fg-muted">
1229
+ <svg height="16" class="octicon octicon-person color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M10.561 8.073a6.005 6.005 0 0 1 3.432 5.142.75.75 0 1 1-1.498.07 4.5 4.5 0 0 0-8.99 0 .75.75 0 0 1-1.498-.07 6.004 6.004 0 0 1 3.431-5.142 3.999 3.999 0 1 1 5.123 0ZM10.5 5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0Z"></path></svg>
1230
+ </div>
1231
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="pencil-color-fg-muted">
1232
+ <svg height="16" class="octicon octicon-pencil color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 0 1-.927-.928l.929-3.25c.081-.286.235-.547.445-.758l8.61-8.61Zm.176 4.823L9.75 4.81l-6.286 6.287a.253.253 0 0 0-.064.108l-.558 1.953 1.953-.558a.253.253 0 0 0 .108-.064Zm1.238-3.763a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 0 0 0-.354Z"></path></svg>
1233
+ </div>
1234
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="issue-opened-open">
1235
+ <svg height="16" class="octicon octicon-issue-opened open" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Z"></path></svg>
1236
+ </div>
1237
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="git-pull-request-draft-color-fg-muted">
1238
+ <svg height="16" class="octicon octicon-git-pull-request-draft color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M3.25 1A2.25 2.25 0 0 1 4 5.372v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.251 2.251 0 0 1 3.25 1Zm9.5 14a2.25 2.25 0 1 1 0-4.5 2.25 2.25 0 0 1 0 4.5ZM2.5 3.25a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0ZM3.25 12a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm9.5 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM14 7.5a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Zm0-4.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z"></path></svg>
1239
+ </div>
1240
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="search-color-fg-muted">
1241
+ <svg height="16" class="octicon octicon-search color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path></svg>
1242
+ </div>
1243
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="sun-color-fg-muted">
1244
+ <svg height="16" class="octicon octicon-sun color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm0-1.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm5.657-8.157a.75.75 0 0 1 0 1.061l-1.061 1.06a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734l1.06-1.06a.75.75 0 0 1 1.06 0Zm-9.193 9.193a.75.75 0 0 1 0 1.06l-1.06 1.061a.75.75 0 1 1-1.061-1.06l1.06-1.061a.75.75 0 0 1 1.061 0ZM8 0a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0V.75A.75.75 0 0 1 8 0ZM3 8a.75.75 0 0 1-.75.75H.75a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 3 8Zm13 0a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 16 8Zm-8 5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 8 13Zm3.536-1.464a.75.75 0 0 1 1.06 0l1.061 1.06a.75.75 0 0 1-1.06 1.061l-1.061-1.06a.75.75 0 0 1 0-1.061ZM2.343 2.343a.75.75 0 0 1 1.061 0l1.06 1.061a.751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018l-1.06-1.06a.75.75 0 0 1 0-1.06Z"></path></svg>
1245
+ </div>
1246
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="sync-color-fg-muted">
1247
+ <svg height="16" class="octicon octicon-sync color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M1.705 8.005a.75.75 0 0 1 .834.656 5.5 5.5 0 0 0 9.592 2.97l-1.204-1.204a.25.25 0 0 1 .177-.427h3.646a.25.25 0 0 1 .25.25v3.646a.25.25 0 0 1-.427.177l-1.38-1.38A7.002 7.002 0 0 1 1.05 8.84a.75.75 0 0 1 .656-.834ZM8 2.5a5.487 5.487 0 0 0-4.131 1.869l1.204 1.204A.25.25 0 0 1 4.896 6H1.25A.25.25 0 0 1 1 5.75V2.104a.25.25 0 0 1 .427-.177l1.38 1.38A7.002 7.002 0 0 1 14.95 7.16a.75.75 0 0 1-1.49.178A5.5 5.5 0 0 0 8 2.5Z"></path></svg>
1248
+ </div>
1249
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="trash-color-fg-muted">
1250
+ <svg height="16" class="octicon octicon-trash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75ZM4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.748 1.748 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15ZM6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25Z"></path></svg>
1251
+ </div>
1252
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="key-color-fg-muted">
1253
+ <svg height="16" class="octicon octicon-key color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M10.5 0a5.499 5.499 0 1 1-1.288 10.848l-.932.932a.749.749 0 0 1-.53.22H7v.75a.749.749 0 0 1-.22.53l-.5.5a.749.749 0 0 1-.53.22H5v.75a.749.749 0 0 1-.22.53l-.5.5a.749.749 0 0 1-.53.22h-2A1.75 1.75 0 0 1 0 14.25v-2c0-.199.079-.389.22-.53l4.932-4.932A5.5 5.5 0 0 1 10.5 0Zm-4 5.5c-.001.431.069.86.205 1.269a.75.75 0 0 1-.181.768L1.5 12.56v1.69c0 .138.112.25.25.25h1.69l.06-.06v-1.19a.75.75 0 0 1 .75-.75h1.19l.06-.06v-1.19a.75.75 0 0 1 .75-.75h1.19l1.023-1.025a.75.75 0 0 1 .768-.18A4 4 0 1 0 6.5 5.5ZM11 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></svg>
1254
+ </div>
1255
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="comment-discussion-color-fg-muted">
1256
+ <svg height="16" class="octicon octicon-comment-discussion color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.061l-2.574 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.458 1.458 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h1a.25.25 0 0 0 .25-.25Z"></path></svg>
1257
+ </div>
1258
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="bell-color-fg-muted">
1259
+ <svg height="16" class="octicon octicon-bell color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 16a2 2 0 0 0 1.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 0 0 8 16ZM3 5a5 5 0 0 1 10 0v2.947c0 .05.015.098.042.139l1.703 2.555A1.519 1.519 0 0 1 13.482 13H2.518a1.516 1.516 0 0 1-1.263-2.36l1.703-2.554A.255.255 0 0 0 3 7.947Zm5-3.5A3.5 3.5 0 0 0 4.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556a.017.017 0 0 0-.003.01l.001.006c0 .002.002.004.004.006l.006.004.007.001h10.964l.007-.001.006-.004.004-.006.001-.007a.017.017 0 0 0-.003-.01l-1.703-2.554a1.745 1.745 0 0 1-.294-.97V5A3.5 3.5 0 0 0 8 1.5Z"></path></svg>
1260
+ </div>
1261
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="bell-slash-color-fg-muted">
1262
+ <svg height="16" class="octicon octicon-bell-slash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="m4.182 4.31.016.011 10.104 7.316.013.01 1.375.996a.75.75 0 1 1-.88 1.214L13.626 13H2.518a1.516 1.516 0 0 1-1.263-2.36l1.703-2.554A.255.255 0 0 0 3 7.947V5.305L.31 3.357a.75.75 0 1 1 .88-1.214Zm7.373 7.19L4.5 6.391v1.556c0 .346-.102.683-.294.97l-1.703 2.556a.017.017 0 0 0-.003.01c0 .005.002.009.005.012l.006.004.007.001ZM8 1.5c-.997 0-1.895.416-2.534 1.086A.75.75 0 1 1 4.38 1.55 5 5 0 0 1 13 5v2.373a.75.75 0 0 1-1.5 0V5A3.5 3.5 0 0 0 8 1.5ZM8 16a2 2 0 0 1-1.985-1.75c-.017-.137.097-.25.235-.25h3.5c.138 0 .252.113.235.25A2 2 0 0 1 8 16Z"></path></svg>
1263
+ </div>
1264
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="paintbrush-color-fg-muted">
1265
+ <svg height="16" class="octicon octicon-paintbrush color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M11.134 1.535c.7-.509 1.416-.942 2.076-1.155.649-.21 1.463-.267 2.069.34.603.601.568 1.411.368 2.07-.202.668-.624 1.39-1.125 2.096-1.011 1.424-2.496 2.987-3.775 4.249-1.098 1.084-2.132 1.839-3.04 2.3a3.744 3.744 0 0 1-1.055 3.217c-.431.431-1.065.691-1.657.861-.614.177-1.294.287-1.914.357A21.151 21.151 0 0 1 .797 16H.743l.007-.75H.749L.742 16a.75.75 0 0 1-.743-.742l.743-.008-.742.007v-.054a21.25 21.25 0 0 1 .13-2.284c.067-.647.187-1.287.358-1.914.17-.591.43-1.226.86-1.657a3.746 3.746 0 0 1 3.227-1.054c.466-.893 1.225-1.907 2.314-2.982 1.271-1.255 2.833-2.75 4.245-3.777ZM1.62 13.089c-.051.464-.086.929-.104 1.395.466-.018.932-.053 1.396-.104a10.511 10.511 0 0 0 1.668-.309c.526-.151.856-.325 1.011-.48a2.25 2.25 0 1 0-3.182-3.182c-.155.155-.329.485-.48 1.01a10.515 10.515 0 0 0-.309 1.67Zm10.396-10.34c-1.224.89-2.605 2.189-3.822 3.384l1.718 1.718c1.21-1.205 2.51-2.597 3.387-3.833.47-.662.78-1.227.912-1.662.134-.444.032-.551.009-.575h-.001V1.78c-.014-.014-.113-.113-.548.027-.432.14-.995.462-1.655.942Zm-4.832 7.266-.001.001a9.859 9.859 0 0 0 1.63-1.142L7.155 7.216a9.7 9.7 0 0 0-1.161 1.607c.482.302.889.71 1.19 1.192Z"></path></svg>
1266
+ </div>
1267
+
1268
+ <command-palette-item-group
1269
+ data-group-id="top"
1270
+ data-group-title="Top result"
1271
+ data-group-hint=""
1272
+ data-group-limits="{}"
1273
+ data-default-priority="0"
1274
+ >
1275
+ </command-palette-item-group>
1276
+ <command-palette-item-group
1277
+ data-group-id="commands"
1278
+ data-group-title="Commands"
1279
+ data-group-hint="Type &gt; to filter"
1280
+ data-group-limits="{&quot;static_items_page&quot;:50,&quot;issue&quot;:50,&quot;pull_request&quot;:50,&quot;discussion&quot;:50}"
1281
+ data-default-priority="1"
1282
+ >
1283
+ </command-palette-item-group>
1284
+ <command-palette-item-group
1285
+ data-group-id="global_commands"
1286
+ data-group-title="Global Commands"
1287
+ data-group-hint="Type &gt; to filter"
1288
+ data-group-limits="{&quot;issue&quot;:0,&quot;pull_request&quot;:0,&quot;discussion&quot;:0}"
1289
+ data-default-priority="2"
1290
+ >
1291
+ </command-palette-item-group>
1292
+ <command-palette-item-group
1293
+ data-group-id="this_page"
1294
+ data-group-title="This Page"
1295
+ data-group-hint=""
1296
+ data-group-limits="{}"
1297
+ data-default-priority="3"
1298
+ >
1299
+ </command-palette-item-group>
1300
+ <command-palette-item-group
1301
+ data-group-id="files"
1302
+ data-group-title="Files"
1303
+ data-group-hint=""
1304
+ data-group-limits="{}"
1305
+ data-default-priority="4"
1306
+ >
1307
+ </command-palette-item-group>
1308
+ <command-palette-item-group
1309
+ data-group-id="default"
1310
+ data-group-title="Default"
1311
+ data-group-hint=""
1312
+ data-group-limits="{&quot;static_items_page&quot;:50}"
1313
+ data-default-priority="5"
1314
+ >
1315
+ </command-palette-item-group>
1316
+ <command-palette-item-group
1317
+ data-group-id="pages"
1318
+ data-group-title="Pages"
1319
+ data-group-hint=""
1320
+ data-group-limits="{&quot;repository&quot;:10}"
1321
+ data-default-priority="6"
1322
+ >
1323
+ </command-palette-item-group>
1324
+ <command-palette-item-group
1325
+ data-group-id="access_policies"
1326
+ data-group-title="Access Policies"
1327
+ data-group-hint=""
1328
+ data-group-limits="{}"
1329
+ data-default-priority="7"
1330
+ >
1331
+ </command-palette-item-group>
1332
+ <command-palette-item-group
1333
+ data-group-id="organizations"
1334
+ data-group-title="Organizations"
1335
+ data-group-hint=""
1336
+ data-group-limits="{}"
1337
+ data-default-priority="8"
1338
+ >
1339
+ </command-palette-item-group>
1340
+ <command-palette-item-group
1341
+ data-group-id="repositories"
1342
+ data-group-title="Repositories"
1343
+ data-group-hint=""
1344
+ data-group-limits="{}"
1345
+ data-default-priority="9"
1346
+ >
1347
+ </command-palette-item-group>
1348
+ <command-palette-item-group
1349
+ data-group-id="references"
1350
+ data-group-title="Issues, pull requests, and discussions"
1351
+ data-group-hint="Type # to filter"
1352
+ data-group-limits="{}"
1353
+ data-default-priority="10"
1354
+ >
1355
+ </command-palette-item-group>
1356
+ <command-palette-item-group
1357
+ data-group-id="teams"
1358
+ data-group-title="Teams"
1359
+ data-group-hint=""
1360
+ data-group-limits="{}"
1361
+ data-default-priority="11"
1362
+ >
1363
+ </command-palette-item-group>
1364
+ <command-palette-item-group
1365
+ data-group-id="users"
1366
+ data-group-title="Users"
1367
+ data-group-hint=""
1368
+ data-group-limits="{}"
1369
+ data-default-priority="12"
1370
+ >
1371
+ </command-palette-item-group>
1372
+ <command-palette-item-group
1373
+ data-group-id="memex_projects"
1374
+ data-group-title="Projects"
1375
+ data-group-hint=""
1376
+ data-group-limits="{}"
1377
+ data-default-priority="13"
1378
+ >
1379
+ </command-palette-item-group>
1380
+ <command-palette-item-group
1381
+ data-group-id="projects"
1382
+ data-group-title="Projects (classic)"
1383
+ data-group-hint=""
1384
+ data-group-limits="{}"
1385
+ data-default-priority="14"
1386
+ >
1387
+ </command-palette-item-group>
1388
+ <command-palette-item-group
1389
+ data-group-id="footer"
1390
+ data-group-title="Footer"
1391
+ data-group-hint=""
1392
+ data-group-limits="{}"
1393
+ data-default-priority="15"
1394
+ >
1395
+ </command-palette-item-group>
1396
+ <command-palette-item-group
1397
+ data-group-id="modes_help"
1398
+ data-group-title="Modes"
1399
+ data-group-hint=""
1400
+ data-group-limits="{}"
1401
+ data-default-priority="16"
1402
+ >
1403
+ </command-palette-item-group>
1404
+ <command-palette-item-group
1405
+ data-group-id="filters_help"
1406
+ data-group-title="Use filters in issues, pull requests, discussions, and projects"
1407
+ data-group-hint=""
1408
+ data-group-limits="{}"
1409
+ data-default-priority="17"
1410
+ >
1411
+ </command-palette-item-group>
1412
+
1413
+ <command-palette-page
1414
+ data-page-title="uyeong"
1415
+ data-scope-id="MDQ6VXNlcjEzMjE3MDc="
1416
+ data-scope-type="owner"
1417
+ data-targets="command-palette-page-stack.defaultPages"
1418
+ hidden
1419
+ >
1420
+ </command-palette-page>
1421
+ <command-palette-page
1422
+ data-page-title="NotoSans-subset"
1423
+ data-scope-id="MDEwOlJlcG9zaXRvcnkzNDA0NzY2OA=="
1424
+ data-scope-type="repository"
1425
+ data-targets="command-palette-page-stack.defaultPages"
1426
+ hidden
1427
+ >
1428
+ </command-palette-page>
1429
+ </div>
1430
+
1431
+ <command-palette-page data-is-root>
1432
+ </command-palette-page>
1433
+ <command-palette-page
1434
+ data-page-title="uyeong"
1435
+ data-scope-id="MDQ6VXNlcjEzMjE3MDc="
1436
+ data-scope-type="owner"
1437
+ >
1438
+ </command-palette-page>
1439
+ <command-palette-page
1440
+ data-page-title="NotoSans-subset"
1441
+ data-scope-id="MDEwOlJlcG9zaXRvcnkzNDA0NzY2OA=="
1442
+ data-scope-type="repository"
1443
+ >
1444
+ </command-palette-page>
1445
+ </command-palette-page-stack>
1446
+
1447
+ <server-defined-provider data-type="search-links" data-targets="command-palette.serverDefinedProviderElements"></server-defined-provider>
1448
+ <server-defined-provider data-type="help" data-targets="command-palette.serverDefinedProviderElements">
1449
+ <command-palette-help
1450
+ data-group="modes_help"
1451
+ data-prefix="#"
1452
+ data-scope-types="[&quot;&quot;]"
1453
+ >
1454
+ <span data-target="command-palette-help.titleElement">Search for <strong>issues</strong> and <strong>pull requests</strong></span>
1455
+ <span data-target="command-palette-help.hintElement">
1456
+ <kbd class="hx_kbd">#</kbd>
1457
+ </span>
1458
+ </command-palette-help>
1459
+ <command-palette-help
1460
+ data-group="modes_help"
1461
+ data-prefix="#"
1462
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1463
+ >
1464
+ <span data-target="command-palette-help.titleElement">Search for <strong>issues, pull requests, discussions,</strong> and <strong>projects</strong></span>
1465
+ <span data-target="command-palette-help.hintElement">
1466
+ <kbd class="hx_kbd">#</kbd>
1467
+ </span>
1468
+ </command-palette-help>
1469
+ <command-palette-help
1470
+ data-group="modes_help"
1471
+ data-prefix="@"
1472
+ data-scope-types="[&quot;&quot;]"
1473
+ >
1474
+ <span data-target="command-palette-help.titleElement">Search for <strong>organizations, repositories,</strong> and <strong>users</strong></span>
1475
+ <span data-target="command-palette-help.hintElement">
1476
+ <kbd class="hx_kbd">@</kbd>
1477
+ </span>
1478
+ </command-palette-help>
1479
+ <command-palette-help
1480
+ data-group="modes_help"
1481
+ data-prefix="!"
1482
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1483
+ >
1484
+ <span data-target="command-palette-help.titleElement">Search for <strong>projects</strong></span>
1485
+ <span data-target="command-palette-help.hintElement">
1486
+ <kbd class="hx_kbd">!</kbd>
1487
+ </span>
1488
+ </command-palette-help>
1489
+ <command-palette-help
1490
+ data-group="modes_help"
1491
+ data-prefix="/"
1492
+ data-scope-types="[&quot;repository&quot;]"
1493
+ >
1494
+ <span data-target="command-palette-help.titleElement">Search for <strong>files</strong></span>
1495
+ <span data-target="command-palette-help.hintElement">
1496
+ <kbd class="hx_kbd">/</kbd>
1497
+ </span>
1498
+ </command-palette-help>
1499
+ <command-palette-help
1500
+ data-group="modes_help"
1501
+ data-prefix="&gt;"
1502
+ >
1503
+ <span data-target="command-palette-help.titleElement">Activate <strong>command mode</strong></span>
1504
+ <span data-target="command-palette-help.hintElement">
1505
+ <kbd class="hx_kbd">&gt;</kbd>
1506
+ </span>
1507
+ </command-palette-help>
1508
+ <command-palette-help
1509
+ data-group="filters_help"
1510
+ data-prefix="# author:@me"
1511
+ >
1512
+ <span data-target="command-palette-help.titleElement">Search your issues, pull requests, and discussions</span>
1513
+ <span data-target="command-palette-help.hintElement">
1514
+ <kbd class="hx_kbd"># author:@me</kbd>
1515
+ </span>
1516
+ </command-palette-help>
1517
+ <command-palette-help
1518
+ data-group="filters_help"
1519
+ data-prefix="# author:@me"
1520
+ >
1521
+ <span data-target="command-palette-help.titleElement">Search your issues, pull requests, and discussions</span>
1522
+ <span data-target="command-palette-help.hintElement">
1523
+ <kbd class="hx_kbd"># author:@me</kbd>
1524
+ </span>
1525
+ </command-palette-help>
1526
+ <command-palette-help
1527
+ data-group="filters_help"
1528
+ data-prefix="# is:pr"
1529
+ >
1530
+ <span data-target="command-palette-help.titleElement">Filter to pull requests</span>
1531
+ <span data-target="command-palette-help.hintElement">
1532
+ <kbd class="hx_kbd"># is:pr</kbd>
1533
+ </span>
1534
+ </command-palette-help>
1535
+ <command-palette-help
1536
+ data-group="filters_help"
1537
+ data-prefix="# is:issue"
1538
+ >
1539
+ <span data-target="command-palette-help.titleElement">Filter to issues</span>
1540
+ <span data-target="command-palette-help.hintElement">
1541
+ <kbd class="hx_kbd"># is:issue</kbd>
1542
+ </span>
1543
+ </command-palette-help>
1544
+ <command-palette-help
1545
+ data-group="filters_help"
1546
+ data-prefix="# is:discussion"
1547
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1548
+ >
1549
+ <span data-target="command-palette-help.titleElement">Filter to discussions</span>
1550
+ <span data-target="command-palette-help.hintElement">
1551
+ <kbd class="hx_kbd"># is:discussion</kbd>
1552
+ </span>
1553
+ </command-palette-help>
1554
+ <command-palette-help
1555
+ data-group="filters_help"
1556
+ data-prefix="# is:project"
1557
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1558
+ >
1559
+ <span data-target="command-palette-help.titleElement">Filter to projects</span>
1560
+ <span data-target="command-palette-help.hintElement">
1561
+ <kbd class="hx_kbd"># is:project</kbd>
1562
+ </span>
1563
+ </command-palette-help>
1564
+ <command-palette-help
1565
+ data-group="filters_help"
1566
+ data-prefix="# is:open"
1567
+ >
1568
+ <span data-target="command-palette-help.titleElement">Filter to open issues, pull requests, and discussions</span>
1569
+ <span data-target="command-palette-help.hintElement">
1570
+ <kbd class="hx_kbd"># is:open</kbd>
1571
+ </span>
1572
+ </command-palette-help>
1573
+ </server-defined-provider>
1574
+
1575
+ <server-defined-provider
1576
+ data-type="commands"
1577
+ data-fetch-debounce="0"
1578
+ data-src="/command_palette/commands"
1579
+ data-supported-modes="[]"
1580
+ data-supports-commands
1581
+
1582
+ data-targets="command-palette.serverDefinedProviderElements"
1583
+ ></server-defined-provider>
1584
+ <server-defined-provider
1585
+ data-type="prefetched"
1586
+ data-fetch-debounce="0"
1587
+ data-src="/command_palette/jump_to_page_navigation"
1588
+ data-supported-modes="[&quot;&quot;]"
1589
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1590
+
1591
+ data-targets="command-palette.serverDefinedProviderElements"
1592
+ ></server-defined-provider>
1593
+ <server-defined-provider
1594
+ data-type="remote"
1595
+ data-fetch-debounce="200"
1596
+ data-src="/command_palette/issues"
1597
+ data-supported-modes="[&quot;#&quot;,&quot;#&quot;]"
1598
+ data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;,&quot;&quot;]"
1599
+
1600
+ data-targets="command-palette.serverDefinedProviderElements"
1601
+ ></server-defined-provider>
1602
+ <server-defined-provider
1603
+ data-type="remote"
1604
+ data-fetch-debounce="200"
1605
+ data-src="/command_palette/jump_to"
1606
+ data-supported-modes="[&quot;@&quot;,&quot;@&quot;]"
1607
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
1608
+
1609
+ data-targets="command-palette.serverDefinedProviderElements"
1610
+ ></server-defined-provider>
1611
+ <server-defined-provider
1612
+ data-type="remote"
1613
+ data-fetch-debounce="200"
1614
+ data-src="/command_palette/jump_to_members_only"
1615
+ data-supported-modes="[&quot;@&quot;,&quot;@&quot;,&quot;&quot;,&quot;&quot;]"
1616
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
1617
+
1618
+ data-targets="command-palette.serverDefinedProviderElements"
1619
+ ></server-defined-provider>
1620
+ <server-defined-provider
1621
+ data-type="prefetched"
1622
+ data-fetch-debounce="0"
1623
+ data-src="/command_palette/jump_to_members_only_prefetched"
1624
+ data-supported-modes="[&quot;@&quot;,&quot;@&quot;,&quot;&quot;,&quot;&quot;]"
1625
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
1626
+
1627
+ data-targets="command-palette.serverDefinedProviderElements"
1628
+ ></server-defined-provider>
1629
+ <server-defined-provider
1630
+ data-type="files"
1631
+ data-fetch-debounce="0"
1632
+ data-src="/command_palette/files"
1633
+ data-supported-modes="[&quot;/&quot;]"
1634
+ data-supported-scope-types="[&quot;repository&quot;]"
1635
+
1636
+ data-targets="command-palette.serverDefinedProviderElements"
1637
+ ></server-defined-provider>
1638
+ <server-defined-provider
1639
+ data-type="remote"
1640
+ data-fetch-debounce="200"
1641
+ data-src="/command_palette/discussions"
1642
+ data-supported-modes="[&quot;#&quot;]"
1643
+ data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1644
+
1645
+ data-targets="command-palette.serverDefinedProviderElements"
1646
+ ></server-defined-provider>
1647
+ <server-defined-provider
1648
+ data-type="remote"
1649
+ data-fetch-debounce="200"
1650
+ data-src="/command_palette/projects"
1651
+ data-supported-modes="[&quot;#&quot;,&quot;!&quot;]"
1652
+ data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1653
+
1654
+ data-targets="command-palette.serverDefinedProviderElements"
1655
+ ></server-defined-provider>
1656
+ <server-defined-provider
1657
+ data-type="prefetched"
1658
+ data-fetch-debounce="0"
1659
+ data-src="/command_palette/recent_issues"
1660
+ data-supported-modes="[&quot;#&quot;,&quot;#&quot;]"
1661
+ data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;,&quot;&quot;]"
1662
+
1663
+ data-targets="command-palette.serverDefinedProviderElements"
1664
+ ></server-defined-provider>
1665
+ <server-defined-provider
1666
+ data-type="remote"
1667
+ data-fetch-debounce="200"
1668
+ data-src="/command_palette/teams"
1669
+ data-supported-modes="[&quot;@&quot;,&quot;&quot;]"
1670
+ data-supported-scope-types="[&quot;owner&quot;]"
1671
+
1672
+ data-targets="command-palette.serverDefinedProviderElements"
1673
+ ></server-defined-provider>
1674
+ <server-defined-provider
1675
+ data-type="remote"
1676
+ data-fetch-debounce="200"
1677
+ data-src="/command_palette/name_with_owner_repository"
1678
+ data-supported-modes="[&quot;@&quot;,&quot;@&quot;,&quot;&quot;,&quot;&quot;]"
1679
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
1680
+
1681
+ data-targets="command-palette.serverDefinedProviderElements"
1682
+ ></server-defined-provider>
1683
+ </command-palette>
1684
+ </details-dialog>
1685
+ </details>
1686
+
1687
+ <div class="position-fixed bottom-0 left-0 ml-5 mb-5 js-command-palette-toasts" style="z-index: 1000">
1688
+ <div hidden class="Toast Toast--loading">
1689
+ <span class="Toast-icon">
1690
+ <svg class="Toast--spinner" viewBox="0 0 32 32" width="18" height="18" aria-hidden="true">
1691
+ <path
1692
+ fill="#959da5"
1693
+ d="M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4"
1694
+ />
1695
+ <path fill="#ffffff" d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z"></path>
1696
+ </svg>
1697
+ </span>
1698
+ <span class="Toast-content"></span>
1699
+ </div>
1700
+
1701
+ <div hidden class="anim-fade-in fast Toast Toast--error">
1702
+ <span class="Toast-icon">
1703
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-stop">
1704
+ <path d="M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path>
1705
+ </svg>
1706
+ </span>
1707
+ <span class="Toast-content"></span>
1708
+ </div>
1709
+
1710
+ <div hidden class="anim-fade-in fast Toast Toast--warning">
1711
+ <span class="Toast-icon">
1712
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
1713
+ <path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
1714
+ </svg>
1715
+ </span>
1716
+ <span class="Toast-content"></span>
1717
+ </div>
1718
+
1719
+
1720
+ <div hidden class="anim-fade-in fast Toast Toast--success">
1721
+ <span class="Toast-icon">
1722
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check">
1723
+ <path d="M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"></path>
1724
+ </svg>
1725
+ </span>
1726
+ <span class="Toast-content"></span>
1727
+ </div>
1728
+
1729
+ <div hidden class="anim-fade-in fast Toast">
1730
+ <span class="Toast-icon">
1731
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-info">
1732
+ <path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path>
1733
+ </svg>
1734
+ </span>
1735
+ <span class="Toast-content"></span>
1736
+ </div>
1737
+ </div>
1738
+
1739
+
1740
+ <div
1741
+ class="application-main "
1742
+ data-commit-hovercards-enabled
1743
+ data-discussion-hovercards-enabled
1744
+ data-issue-and-pr-hovercards-enabled
1745
+ >
1746
+ <div itemscope itemtype="http://schema.org/SoftwareSourceCode" class="">
1747
+ <main id="js-repo-pjax-container" >
1748
+
1749
+
1750
+
1751
+
1752
+
1753
+
1754
+
1755
+
1756
+
1757
+ <div id="repository-container-header" class="pt-3 hide-full-screen" style="background-color: var(--color-page-header-bg);" data-turbo-replace>
1758
+
1759
+ <div class="d-flex flex-wrap flex-justify-end mb-3 px-3 px-md-4 px-lg-5" style="gap: 1rem;">
1760
+
1761
+ <div class="flex-auto min-width-0 width-fit mr-3">
1762
+
1763
+ <div class=" d-flex flex-wrap flex-items-center wb-break-word f3 text-normal">
1764
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo color-fg-muted mr-2">
1765
+ <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path>
1766
+ </svg>
1767
+
1768
+ <span class="author flex-self-stretch" itemprop="author">
1769
+ <a class="url fn" rel="author" data-hovercard-type="user" data-hovercard-url="/users/uyeong/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="/uyeong">
1770
+ uyeong
1771
+ </a> </span>
1772
+ <span class="mx-1 flex-self-stretch color-fg-muted">/</span>
1773
+ <strong itemprop="name" class="mr-2 flex-self-stretch">
1774
+ <a data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" href="/uyeong/NotoSans-subset">NotoSans-subset</a>
1775
+ </strong>
1776
+
1777
+ <span></span><span class="Label Label--secondary v-align-middle mr-1">Public</span>
1778
+ </div>
1779
+
1780
+
1781
+ </div>
1782
+
1783
+ <div id="repository-details-container" data-turbo-replace>
1784
+ <ul class="pagehead-actions flex-shrink-0 d-none d-md-inline" style="padding: 2px 0;">
1785
+
1786
+
1787
+
1788
+ <li>
1789
+ <include-fragment loading="lazy" src="/notifications/34047668/watch_subscription?aria_id_prefix=repository-details&amp;button_block=false&amp;show_count=true">
1790
+ <div data-hide-on-error>
1791
+
1792
+ <button disabled="disabled" aria-label="Watching a repository" type="button" data-view-component="true" class="tooltipped tooltipped-n Button--secondary Button--small Button"> <span class="Button-content">
1793
+ <span class="Button-visual Button-leadingVisual">
1794
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-eye">
1795
+ <path d="M8 2c1.981 0 3.671.992 4.933 2.078 1.27 1.091 2.187 2.345 2.637 3.023a1.62 1.62 0 0 1 0 1.798c-.45.678-1.367 1.932-2.637 3.023C11.67 13.008 9.981 14 8 14c-1.981 0-3.671-.992-4.933-2.078C1.797 10.83.88 9.576.43 8.898a1.62 1.62 0 0 1 0-1.798c.45-.677 1.367-1.931 2.637-3.022C4.33 2.992 6.019 2 8 2ZM1.679 7.932a.12.12 0 0 0 0 .136c.411.622 1.241 1.75 2.366 2.717C5.176 11.758 6.527 12.5 8 12.5c1.473 0 2.825-.742 3.955-1.715 1.124-.967 1.954-2.096 2.366-2.717a.12.12 0 0 0 0-.136c-.412-.621-1.242-1.75-2.366-2.717C10.824 4.242 9.473 3.5 8 3.5c-1.473 0-2.825.742-3.955 1.715-1.124.967-1.954 2.096-2.366 2.717ZM8 10a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 10Z"></path>
1796
+ </svg>
1797
+ </span>
1798
+ <span class="Button-label">Watch</span>
1799
+ </span>
1800
+ </button>
1801
+
1802
+ </div>
1803
+ <p data-show-on-error hidden>
1804
+
1805
+ <span class="d-flex pt-1">
1806
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert mr-1">
1807
+ <path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
1808
+ </svg>
1809
+ Couldn't load subscription status.&nbsp;
1810
+ <button data-retry-button="" type="button" data-view-component="true" class="Button--link Button--medium Button"> <span class="Button-content">
1811
+ <span class="Button-label">Retry</span>
1812
+ </span>
1813
+ </button>
1814
+
1815
+ </span>
1816
+
1817
+ </p>
1818
+ </include-fragment>
1819
+ </li>
1820
+
1821
+ <li>
1822
+ <div data-view-component="true" class="d-flex">
1823
+ <div data-view-component="true" class="position-relative d-inline-block">
1824
+ <a icon="repo-forked" id="fork-button" href="/uyeong/NotoSans-subset/fork" data-hydro-click="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;FORK_BUTTON&quot;,&quot;repository_id&quot;:34047668,&quot;originating_url&quot;:&quot;https://github.com/uyeong/NotoSans-subset/blob/master/NotoSans-Bold.woff2&quot;,&quot;user_id&quot;:130130066}}" data-hydro-click-hmac="d6c20cc5ed11410c380f62f179c2e28407be381e7f3739c2db194d8abf33e070" data-ga-click="Repository, show fork modal, action:blob#show; text:Fork" data-view-component="true" class="btn-sm btn BtnGroup-item border-right-0"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo-forked mr-2">
1825
+ <path d="M5 5.372v.878c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75v-.878a2.25 2.25 0 1 1 1.5 0v.878a2.25 2.25 0 0 1-2.25 2.25h-1.5v2.128a2.251 2.251 0 1 1-1.5 0V8.5h-1.5A2.25 2.25 0 0 1 3.5 6.25v-.878a2.25 2.25 0 1 1 1.5 0ZM5 3.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Zm6.75.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-3 8.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Z"></path>
1826
+ </svg>Fork
1827
+ <span id="repo-network-counter" data-pjax-replace="true" data-turbo-replace="true" title="36" data-view-component="true" class="Counter">36</span>
1828
+ </a> <tool-tip id="tooltip-dabec0ad-8aa7-4af5-93a9-9c7398b5dc47" for="fork-button" data-direction="s" data-type="description" data-view-component="true" class="sr-only position-absolute">Fork your own copy of uyeong/NotoSans-subset</tool-tip>
1829
+ </div>
1830
+ <details group_item="true" id="my-forks-menu-34047668" data-view-component="true" class="details-reset details-overlay BtnGroup-parent d-inline-block position-relative">
1831
+ <summary aria-label="See your forks of this repository" data-view-component="true" class="btn-sm btn BtnGroup-item px-2 float-none"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-triangle-down">
1832
+ <path d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427Z"></path>
1833
+ </svg>
1834
+ </summary>
1835
+ <details-menu
1836
+ class="SelectMenu right-0"
1837
+ src="/uyeong/NotoSans-subset/my_forks_menu_content?can_fork=true"
1838
+
1839
+ role="menu"
1840
+
1841
+ >
1842
+ <div class="SelectMenu-modal">
1843
+ <button class="SelectMenu-closeButton position-absolute right-0 m-2" type="button" aria-label="Close menu" data-toggle-for="details-c0d676">
1844
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
1845
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
1846
+ </svg>
1847
+ </button>
1848
+ <div
1849
+ id="filter-menu-c0d676"
1850
+ class="d-flex flex-column flex-1 overflow-hidden"
1851
+ >
1852
+ <div
1853
+ class="SelectMenu-list"
1854
+ >
1855
+
1856
+ <include-fragment class="SelectMenu-loading" aria-label="Loading">
1857
+ <svg role="menuitem" style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
1858
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
1859
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
1860
+ </svg>
1861
+ </include-fragment>
1862
+ </div>
1863
+
1864
+ </div>
1865
+ </div>
1866
+ </details-menu>
1867
+ </details></div>
1868
+ </li>
1869
+
1870
+ <li>
1871
+ <template class="js-unstar-confirmation-dialog-template">
1872
+ <div class="Box-header">
1873
+ <h2 class="Box-title">Unstar this repository?</h2>
1874
+ </div>
1875
+ <div class="Box-body">
1876
+ <p class="mb-3">
1877
+ This will remove {{ repoNameWithOwner }} from the {{ listsWithCount }} that it's been added to.
1878
+ </p>
1879
+ <div class="form-actions">
1880
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-social-confirmation-form" data-turbo="false" action="{{ confirmUrl }}" accept-charset="UTF-8" method="post">
1881
+ <input type="hidden" name="authenticity_token" value="{{ confirmCsrfToken }}">
1882
+ <input type="hidden" name="confirm" value="true">
1883
+ <button data-close-dialog="true" type="submit" data-view-component="true" class="btn-danger btn width-full"> Unstar
1884
+ </button>
1885
+ </form> </div>
1886
+ </div>
1887
+ </template>
1888
+
1889
+ <div data-view-component="true" class="js-toggler-container js-social-container starring-container d-flex">
1890
+ <div data-view-component="true" class="starred BtnGroup flex-1">
1891
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-social-form BtnGroup-parent flex-auto js-deferred-toggler-target" data-turbo="false" action="/uyeong/NotoSans-subset/unstar" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="wScZQqmMha7ZJm5JtHRBiQ1I_MSD1_NR-LKRZyp-AQ9IpeJaoeZMfhiz1dVLyDM0Iz77_aFyT4l6Q_t4tYTLWA" autocomplete="off" />
1892
+ <input type="hidden" value="v-p9Q2efrdW073txFMlB956bEH56siXtMIGVm5vPwv42aIZbb_VkBXV6wO3rdTNKsO0XR1gXmTWycP-EBDUIqQ" data-csrf="true" class="js-confirm-csrf-token" />
1893
+ <input type="hidden" name="context" value="repository">
1894
+ <button data-hydro-click="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;UNSTAR_BUTTON&quot;,&quot;repository_id&quot;:34047668,&quot;originating_url&quot;:&quot;https://github.com/uyeong/NotoSans-subset/blob/master/NotoSans-Bold.woff2&quot;,&quot;user_id&quot;:130130066}}" data-hydro-click-hmac="776158c77b42d33f5c4930a18597cdae7e1a8065fb7b6b0227645b013f7f0b5b" data-ga-click="Repository, click unstar button, action:blob#show; text:Unstar" aria-label="Unstar this repository (163)" type="submit" data-view-component="true" class="rounded-left-2 btn-sm btn BtnGroup-item"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-star-fill starred-button-icon d-inline-block mr-2">
1895
+ <path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Z"></path>
1896
+ </svg><span data-view-component="true" class="d-inline">
1897
+ Starred
1898
+ </span> <span id="repo-stars-counter-unstar" aria-label="163 users starred this repository" data-singular-suffix="user starred this repository" data-plural-suffix="users starred this repository" data-turbo-replace="true" title="163" data-view-component="true" class="Counter js-social-count">163</span>
1899
+ </button></form> <details id="details-user-list-34047668-starred" data-view-component="true" class="details-reset details-overlay BtnGroup-parent js-user-list-menu d-inline-block position-relative">
1900
+ <summary aria-label="Add this repository to a list" data-view-component="true" class="btn-sm btn BtnGroup-item px-2 float-none"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-triangle-down">
1901
+ <path d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427Z"></path>
1902
+ </svg>
1903
+ </summary>
1904
+ <details-menu
1905
+ class="SelectMenu right-0"
1906
+ src="/uyeong/NotoSans-subset/lists"
1907
+
1908
+ role="menu"
1909
+
1910
+ >
1911
+ <div class="SelectMenu-modal">
1912
+ <button class="SelectMenu-closeButton position-absolute right-0 m-2" type="button" aria-label="Close menu" data-toggle-for="details-456b23">
1913
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
1914
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
1915
+ </svg>
1916
+ </button>
1917
+ <div
1918
+ id="filter-menu-456b23"
1919
+ class="d-flex flex-column flex-1 overflow-hidden"
1920
+ >
1921
+ <div
1922
+ class="SelectMenu-list"
1923
+ >
1924
+
1925
+ <include-fragment class="SelectMenu-loading" aria-label="Loading">
1926
+ <svg role="menuitem" style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
1927
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
1928
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
1929
+ </svg>
1930
+ </include-fragment>
1931
+ </div>
1932
+
1933
+ </div>
1934
+ </div>
1935
+ </details-menu>
1936
+ </details>
1937
+ </div>
1938
+ <div data-view-component="true" class="unstarred BtnGroup flex-1">
1939
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-social-form BtnGroup-parent flex-auto" data-turbo="false" action="/uyeong/NotoSans-subset/star" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="ZZbxSEpeUZgviDw9XOHiHQbAm3U1z1MAJe-cenpcgfM-ztve_1egdRiI2E2mK_vyM4EPZtm_j4391P-nwtDH0A" autocomplete="off" />
1940
+ <input type="hidden" name="context" value="repository">
1941
+ <button data-hydro-click="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;STAR_BUTTON&quot;,&quot;repository_id&quot;:34047668,&quot;originating_url&quot;:&quot;https://github.com/uyeong/NotoSans-subset/blob/master/NotoSans-Bold.woff2&quot;,&quot;user_id&quot;:130130066}}" data-hydro-click-hmac="4b4a43d9b2628e6cc5642c6c0f561942685caa1f6554044232877e5e9c0842e7" data-ga-click="Repository, click star button, action:blob#show; text:Star" aria-label="Star this repository (163)" type="submit" data-view-component="true" class="js-toggler-target rounded-left-2 btn-sm btn BtnGroup-item"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-star d-inline-block mr-2">
1942
+ <path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Zm0 2.445L6.615 5.5a.75.75 0 0 1-.564.41l-3.097.45 2.24 2.184a.75.75 0 0 1 .216.664l-.528 3.084 2.769-1.456a.75.75 0 0 1 .698 0l2.77 1.456-.53-3.084a.75.75 0 0 1 .216-.664l2.24-2.183-3.096-.45a.75.75 0 0 1-.564-.41L8 2.694Z"></path>
1943
+ </svg><span data-view-component="true" class="d-inline">
1944
+ Star
1945
+ </span> <span id="repo-stars-counter-star" aria-label="163 users starred this repository" data-singular-suffix="user starred this repository" data-plural-suffix="users starred this repository" data-turbo-replace="true" title="163" data-view-component="true" class="Counter js-social-count">163</span>
1946
+ </button></form> <details id="details-user-list-34047668-unstarred" data-view-component="true" class="details-reset details-overlay BtnGroup-parent js-user-list-menu d-inline-block position-relative">
1947
+ <summary aria-label="Add this repository to a list" data-view-component="true" class="btn-sm btn BtnGroup-item px-2 float-none"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-triangle-down">
1948
+ <path d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427Z"></path>
1949
+ </svg>
1950
+ </summary>
1951
+ <details-menu
1952
+ class="SelectMenu right-0"
1953
+ src="/uyeong/NotoSans-subset/lists"
1954
+
1955
+ role="menu"
1956
+
1957
+ >
1958
+ <div class="SelectMenu-modal">
1959
+ <button class="SelectMenu-closeButton position-absolute right-0 m-2" type="button" aria-label="Close menu" data-toggle-for="details-504881">
1960
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
1961
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
1962
+ </svg>
1963
+ </button>
1964
+ <div
1965
+ id="filter-menu-504881"
1966
+ class="d-flex flex-column flex-1 overflow-hidden"
1967
+ >
1968
+ <div
1969
+ class="SelectMenu-list"
1970
+ >
1971
+
1972
+ <include-fragment class="SelectMenu-loading" aria-label="Loading">
1973
+ <svg role="menuitem" style="box-sizing: content-box; color: var(--color-icon-primary);" width="32" height="32" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
1974
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
1975
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
1976
+ </svg>
1977
+ </include-fragment>
1978
+ </div>
1979
+
1980
+ </div>
1981
+ </div>
1982
+ </details-menu>
1983
+ </details>
1984
+ </div></div>
1985
+ </li>
1986
+
1987
+
1988
+
1989
+
1990
+ </ul>
1991
+
1992
+ </div>
1993
+ </div>
1994
+
1995
+ <div id="responsive-meta-container" data-turbo-replace>
1996
+ </div>
1997
+
1998
+
1999
+ <nav data-pjax="#js-repo-pjax-container" aria-label="Repository" data-view-component="true" class="js-repo-nav js-sidenav-container-pjax js-responsive-underlinenav overflow-hidden UnderlineNav px-3 px-md-4 px-lg-5">
2000
+
2001
+ <ul data-view-component="true" class="UnderlineNav-body list-style-none">
2002
+ <li data-view-component="true" class="d-inline-flex">
2003
+ <a id="code-tab" href="/uyeong/NotoSans-subset" data-tab-item="i0code-tab" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages repo_deployments /uyeong/NotoSans-subset" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g c" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Code&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" aria-current="page" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item selected">
2004
+
2005
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code UnderlineNav-octicon d-none d-sm-inline">
2006
+ <path d="m11.28 3.22 4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734L13.94 8l-3.72-3.72a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215Zm-6.56 0a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L2.06 8l3.72 3.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L.47 8.53a.75.75 0 0 1 0-1.06Z"></path>
2007
+ </svg>
2008
+ <span data-content="Code">Code</span>
2009
+ <span id="code-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
2010
+
2011
+
2012
+
2013
+ </a></li>
2014
+ <li data-view-component="true" class="d-inline-flex">
2015
+ <a id="issues-tab" href="/uyeong/NotoSans-subset/issues" data-tab-item="i1issues-tab" data-selected-links="repo_issues repo_labels repo_milestones /uyeong/NotoSans-subset/issues" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g i" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Issues&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
2016
+
2017
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-issue-opened UnderlineNav-octicon d-none d-sm-inline">
2018
+ <path d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Z"></path>
2019
+ </svg>
2020
+ <span data-content="Issues">Issues</span>
2021
+ <span id="issues-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="0" hidden="hidden" data-view-component="true" class="Counter">0</span>
2022
+
2023
+
2024
+
2025
+ </a></li>
2026
+ <li data-view-component="true" class="d-inline-flex">
2027
+ <a id="pull-requests-tab" href="/uyeong/NotoSans-subset/pulls" data-tab-item="i2pull-requests-tab" data-selected-links="repo_pulls checks /uyeong/NotoSans-subset/pulls" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g p" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Pull requests&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
2028
+
2029
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-git-pull-request UnderlineNav-octicon d-none d-sm-inline">
2030
+ <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25Zm5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354ZM3.75 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm0 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm8.25.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0Z"></path>
2031
+ </svg>
2032
+ <span data-content="Pull requests">Pull requests</span>
2033
+ <span id="pull-requests-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="0" hidden="hidden" data-view-component="true" class="Counter">0</span>
2034
+
2035
+
2036
+
2037
+ </a></li>
2038
+ <li data-view-component="true" class="d-inline-flex">
2039
+ <a id="actions-tab" href="/uyeong/NotoSans-subset/actions" data-tab-item="i3actions-tab" data-selected-links="repo_actions /uyeong/NotoSans-subset/actions" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g a" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Actions&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
2040
+
2041
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-play UnderlineNav-octicon d-none d-sm-inline">
2042
+ <path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm4.879-2.773 4.264 2.559a.25.25 0 0 1 0 .428l-4.264 2.559A.25.25 0 0 1 6 10.559V5.442a.25.25 0 0 1 .379-.215Z"></path>
2043
+ </svg>
2044
+ <span data-content="Actions">Actions</span>
2045
+ <span id="actions-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
2046
+
2047
+
2048
+
2049
+ </a></li>
2050
+ <li data-view-component="true" class="d-inline-flex">
2051
+ <a id="projects-tab" href="/uyeong/NotoSans-subset/projects" data-tab-item="i4projects-tab" data-selected-links="repo_projects new_repo_project repo_project /uyeong/NotoSans-subset/projects" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g b" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Projects&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
2052
+
2053
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-table UnderlineNav-octicon d-none d-sm-inline">
2054
+ <path d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25ZM6.5 6.5v8h7.75a.25.25 0 0 0 .25-.25V6.5Zm8-1.5V1.75a.25.25 0 0 0-.25-.25H6.5V5Zm-13 1.5v7.75c0 .138.112.25.25.25H5v-8ZM5 5V1.5H1.75a.25.25 0 0 0-.25.25V5Z"></path>
2055
+ </svg>
2056
+ <span data-content="Projects">Projects</span>
2057
+ <span id="projects-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="0" hidden="hidden" data-view-component="true" class="Counter">0</span>
2058
+
2059
+
2060
+
2061
+ </a></li>
2062
+ <li data-view-component="true" class="d-inline-flex">
2063
+ <a id="wiki-tab" href="/uyeong/NotoSans-subset/wiki" data-tab-item="i5wiki-tab" data-selected-links="repo_wiki /uyeong/NotoSans-subset/wiki" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g w" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Wiki&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
2064
+
2065
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-book UnderlineNav-octicon d-none d-sm-inline">
2066
+ <path d="M0 1.75A.75.75 0 0 1 .75 1h4.253c1.227 0 2.317.59 3 1.501A3.743 3.743 0 0 1 11.006 1h4.245a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-.75.75h-4.507a2.25 2.25 0 0 0-1.591.659l-.622.621a.75.75 0 0 1-1.06 0l-.622-.621A2.25 2.25 0 0 0 5.258 13H.75a.75.75 0 0 1-.75-.75Zm7.251 10.324.004-5.073-.002-2.253A2.25 2.25 0 0 0 5.003 2.5H1.5v9h3.757a3.75 3.75 0 0 1 1.994.574ZM8.755 4.75l-.004 7.322a3.752 3.752 0 0 1 1.992-.572H14.5v-9h-3.495a2.25 2.25 0 0 0-2.25 2.25Z"></path>
2067
+ </svg>
2068
+ <span data-content="Wiki">Wiki</span>
2069
+ <span id="wiki-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
2070
+
2071
+
2072
+
2073
+ </a></li>
2074
+ <li data-view-component="true" class="d-inline-flex">
2075
+ <a id="security-tab" href="/uyeong/NotoSans-subset/security" data-tab-item="i6security-tab" data-selected-links="security overview alerts policy token_scanning code_scanning /uyeong/NotoSans-subset/security" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g s" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Security&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
2076
+
2077
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-shield UnderlineNav-octicon d-none d-sm-inline">
2078
+ <path d="M7.467.133a1.748 1.748 0 0 1 1.066 0l5.25 1.68A1.75 1.75 0 0 1 15 3.48V7c0 1.566-.32 3.182-1.303 4.682-.983 1.498-2.585 2.813-5.032 3.855a1.697 1.697 0 0 1-1.33 0c-2.447-1.042-4.049-2.357-5.032-3.855C1.32 10.182 1 8.566 1 7V3.48a1.75 1.75 0 0 1 1.217-1.667Zm.61 1.429a.25.25 0 0 0-.153 0l-5.25 1.68a.25.25 0 0 0-.174.238V7c0 1.358.275 2.666 1.057 3.86.784 1.194 2.121 2.34 4.366 3.297a.196.196 0 0 0 .154 0c2.245-.956 3.582-2.104 4.366-3.298C13.225 9.666 13.5 8.36 13.5 7V3.48a.251.251 0 0 0-.174-.237l-5.25-1.68ZM8.75 4.75v3a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 1.5 0ZM9 10.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
2079
+ </svg>
2080
+ <span data-content="Security">Security</span>
2081
+ <include-fragment src="/uyeong/NotoSans-subset/security/overall-count" accept="text/fragment+html"></include-fragment>
2082
+
2083
+
2084
+ </a></li>
2085
+ <li data-view-component="true" class="d-inline-flex">
2086
+ <a id="insights-tab" href="/uyeong/NotoSans-subset/pulse" data-tab-item="i7insights-tab" data-selected-links="repo_graphs repo_contributors dependency_graph dependabot_updates pulse people community /uyeong/NotoSans-subset/pulse" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Insights&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
2087
+
2088
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-graph UnderlineNav-octicon d-none d-sm-inline">
2089
+ <path d="M1.5 1.75V13.5h13.75a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75V1.75a.75.75 0 0 1 1.5 0Zm14.28 2.53-5.25 5.25a.75.75 0 0 1-1.06 0L7 7.06 4.28 9.78a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042l3.25-3.25a.75.75 0 0 1 1.06 0L10 7.94l4.72-4.72a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042Z"></path>
2090
+ </svg>
2091
+ <span data-content="Insights">Insights</span>
2092
+ <span id="insights-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
2093
+
2094
+
2095
+
2096
+ </a></li>
2097
+ </ul>
2098
+ <div style="visibility:hidden;" data-view-component="true" class="UnderlineNav-actions js-responsive-underlinenav-overflow position-absolute pr-3 pr-md-4 pr-lg-5 right-0"> <details data-view-component="true" class="details-overlay details-reset position-relative">
2099
+ <summary role="button" data-view-component="true"> <div class="UnderlineNav-item mr-0 border-0">
2100
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-kebab-horizontal">
2101
+ <path d="M8 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM1.5 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm13 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path>
2102
+ </svg>
2103
+ <span class="sr-only">More</span>
2104
+ </div>
2105
+ </summary>
2106
+ <details-menu role="menu" data-view-component="true" class="dropdown-menu dropdown-menu-sw"> <ul>
2107
+ <li data-menu-item="i0code-tab" hidden>
2108
+ <a role="menuitem" class="js-selected-navigation-item selected dropdown-item" aria-current="page" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages repo_deployments /uyeong/NotoSans-subset" href="/uyeong/NotoSans-subset">
2109
+ Code
2110
+ </a> </li>
2111
+ <li data-menu-item="i1issues-tab" hidden>
2112
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_issues repo_labels repo_milestones /uyeong/NotoSans-subset/issues" href="/uyeong/NotoSans-subset/issues">
2113
+ Issues
2114
+ </a> </li>
2115
+ <li data-menu-item="i2pull-requests-tab" hidden>
2116
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_pulls checks /uyeong/NotoSans-subset/pulls" href="/uyeong/NotoSans-subset/pulls">
2117
+ Pull requests
2118
+ </a> </li>
2119
+ <li data-menu-item="i3actions-tab" hidden>
2120
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_actions /uyeong/NotoSans-subset/actions" href="/uyeong/NotoSans-subset/actions">
2121
+ Actions
2122
+ </a> </li>
2123
+ <li data-menu-item="i4projects-tab" hidden>
2124
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_projects new_repo_project repo_project /uyeong/NotoSans-subset/projects" href="/uyeong/NotoSans-subset/projects">
2125
+ Projects
2126
+ </a> </li>
2127
+ <li data-menu-item="i5wiki-tab" hidden>
2128
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_wiki /uyeong/NotoSans-subset/wiki" href="/uyeong/NotoSans-subset/wiki">
2129
+ Wiki
2130
+ </a> </li>
2131
+ <li data-menu-item="i6security-tab" hidden>
2132
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="security overview alerts policy token_scanning code_scanning /uyeong/NotoSans-subset/security" href="/uyeong/NotoSans-subset/security">
2133
+ Security
2134
+ </a> </li>
2135
+ <li data-menu-item="i7insights-tab" hidden>
2136
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_graphs repo_contributors dependency_graph dependabot_updates pulse people community /uyeong/NotoSans-subset/pulse" href="/uyeong/NotoSans-subset/pulse">
2137
+ Insights
2138
+ </a> </li>
2139
+ </ul>
2140
+ </details-menu>
2141
+ </details></div>
2142
+ </nav>
2143
+
2144
+ </div>
2145
+
2146
+
2147
+
2148
+
2149
+
2150
+ <turbo-frame id="repo-content-turbo-frame" target="_top" data-turbo-action="advance" class="">
2151
+ <div id="repo-content-pjax-container" class="repository-content " >
2152
+ <a href="https://github.dev/" class="d-none js-github-dev-shortcut" data-hotkey=".">Open in github.dev</a>
2153
+ <a href="https://github.dev/" class="d-none js-github-dev-new-tab-shortcut" data-hotkey="Shift+.,Shift+&gt;,&gt;" target="_blank">Open in a new github.dev tab</a>
2154
+ <a class="d-none" data-hotkey="," target="_blank" href="/codespaces/new/uyeong/NotoSans-subset/tree/master?resume=1">Open in codespace</a>
2155
+
2156
+
2157
+
2158
+
2159
+
2160
+
2161
+
2162
+
2163
+
2164
+
2165
+
2166
+ <react-app
2167
+ app-name="react-code-view"
2168
+ initial-path="/uyeong/NotoSans-subset/blob/master/NotoSans-Bold.woff2"
2169
+ style="min-height: calc(100vh - 62px)"
2170
+ data-ssr="false"
2171
+ data-lazy="false"
2172
+ data-alternate="false"
2173
+ >
2174
+
2175
+ <script type="application/json" data-target="react-app.embeddedData">{"payload":{"allShortcutsEnabled":true,"fileTree":{"":{"items":[{"name":"NotoSans-Black.eot","path":"NotoSans-Black.eot","contentType":"file"},{"name":"NotoSans-Black.otf","path":"NotoSans-Black.otf","contentType":"file"},{"name":"NotoSans-Black.woff","path":"NotoSans-Black.woff","contentType":"file"},{"name":"NotoSans-Black.woff2","path":"NotoSans-Black.woff2","contentType":"file"},{"name":"NotoSans-Bold.eot","path":"NotoSans-Bold.eot","contentType":"file"},{"name":"NotoSans-Bold.otf","path":"NotoSans-Bold.otf","contentType":"file"},{"name":"NotoSans-Bold.woff","path":"NotoSans-Bold.woff","contentType":"file"},{"name":"NotoSans-Bold.woff2","path":"NotoSans-Bold.woff2","contentType":"file"},{"name":"NotoSans-DemiLight.eot","path":"NotoSans-DemiLight.eot","contentType":"file"},{"name":"NotoSans-DemiLight.otf","path":"NotoSans-DemiLight.otf","contentType":"file"},{"name":"NotoSans-DemiLight.woff","path":"NotoSans-DemiLight.woff","contentType":"file"},{"name":"NotoSans-DemiLight.woff2","path":"NotoSans-DemiLight.woff2","contentType":"file"},{"name":"NotoSans-Light.eot","path":"NotoSans-Light.eot","contentType":"file"},{"name":"NotoSans-Light.otf","path":"NotoSans-Light.otf","contentType":"file"},{"name":"NotoSans-Light.woff","path":"NotoSans-Light.woff","contentType":"file"},{"name":"NotoSans-Light.woff2","path":"NotoSans-Light.woff2","contentType":"file"},{"name":"NotoSans-Medium.eot","path":"NotoSans-Medium.eot","contentType":"file"},{"name":"NotoSans-Medium.otf","path":"NotoSans-Medium.otf","contentType":"file"},{"name":"NotoSans-Medium.woff","path":"NotoSans-Medium.woff","contentType":"file"},{"name":"NotoSans-Medium.woff2","path":"NotoSans-Medium.woff2","contentType":"file"},{"name":"NotoSans-Regular.eot","path":"NotoSans-Regular.eot","contentType":"file"},{"name":"NotoSans-Regular.otf","path":"NotoSans-Regular.otf","contentType":"file"},{"name":"NotoSans-Regular.woff","path":"NotoSans-Regular.woff","contentType":"file"},{"name":"NotoSans-Regular.woff2","path":"NotoSans-Regular.woff2","contentType":"file"},{"name":"NotoSans-Thin.eot","path":"NotoSans-Thin.eot","contentType":"file"},{"name":"NotoSans-Thin.otf","path":"NotoSans-Thin.otf","contentType":"file"},{"name":"NotoSans-Thin.woff","path":"NotoSans-Thin.woff","contentType":"file"},{"name":"NotoSans-Thin.woff2","path":"NotoSans-Thin.woff2","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"korean2350.txt","path":"korean2350.txt","contentType":"file"}],"totalCount":30}},"fileTreeProcessingTime":4.010344,"foldersToFetch":[],"reducedMotionEnabled":"system","repo":{"id":34047668,"defaultBranch":"master","name":"NotoSans-subset","ownerLogin":"uyeong","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-04-16T18:49:05.000+09:00","ownerAvatar":"https://avatars.githubusercontent.com/u/1321707?v=4","public":true,"private":false},"refInfo":{"name":"master","listCacheKey":"v0:1429177745.0","canEdit":true,"refType":"branch","currentOid":"3a6bf1360fe96f8152a9ded5732c192b7461c2e4"},"path":"NotoSans-Bold.woff2","currentUser":{"id":130130066,"login":"jaranglee","userEmail":"jarang.lee@bankwareglobal.com"},"blob":{"rawBlob":null,"colorizedLines":null,"stylingDirectives":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/uyeong/NotoSans-subset/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":false,"repoAlertsPath":"/uyeong/NotoSans-subset/security/dependabot","repoSecurityAndAnalysisPath":"/uyeong/NotoSans-subset/settings/security_analysis","repoOwnerIsOrg":false,"currentUserCanAdminRepo":false},"displayName":"NotoSans-Bold.woff2","displayUrl":"https://github.com/uyeong/NotoSans-subset/blob/master/NotoSans-Bold.woff2?raw=true","headerInfo":{"blobSize":"194 KB","deleteInfo":{"deletePath":"https://github.com/uyeong/NotoSans-subset/delete/master/NotoSans-Bold.woff2","deleteTooltip":"Fork this repository and delete the file"},"editInfo":{"editTooltip":"Fork this repository and edit the file"},"ghDesktopPath":"https://desktop.github.com","gitLfsPath":null,"onBranch":true,"shortPath":"8075f86","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fuyeong%2FNotoSans-subset%2Fblob%2Fmaster%2FNotoSans-Bold.woff2","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":null,"truncatedSloc":null},"mode":"file"},"image":false,"isCodeownersFile":null,"isValidLegacyIssueTemplate":false,"issueTemplateHelpUrl":"https://docs.github.com/articles/about-issue-and-pull-request-templates","issueTemplate":null,"discussionTemplate":null,"language":null,"large":false,"loggedIn":true,"newDiscussionPath":"/uyeong/NotoSans-subset/discussions/new","newIssuePath":"/uyeong/NotoSans-subset/issues/new","planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/uyeong/NotoSans-subset/blob/master/NotoSans-Bold.woff2","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","dismissStackNoticePath":"/settings/dismiss-notice/publish_stack_from_file","releasePath":"/uyeong/NotoSans-subset/releases/new?marketplace=true","showPublishActionBanner":false,"showPublishStackBanner":false},"renderImageOrRaw":true,"richText":null,"renderedFileInfo":null,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"repoOwner":"uyeong","repoName":"NotoSans-subset","showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","showDependabotConfigurationBanner":false,"actionsOnboardingTip":null},"truncated":false,"viewable":false,"workflowRedirectUrl":null,"symbols":null},"csrf_tokens":{"/uyeong/NotoSans-subset/branches":{"post":"uRURyZNqM995bDhWCCNBVG6rS-Ep-Uivh6L7PYDh3_A1q7dbf4Vm5m_Mi7J7KuZaW_UziJocYVcO4Lm8BgRP5A"}}},"title":"NotoSans-subset/NotoSans-Bold.woff2 at master · uyeong/NotoSans-subset","locale":"en","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-848bb9a5da17.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-8812f8040df6.js","githubDevUrl":"https://github.dev/","enabled_features":{"virtualize_file_tree":true,"react_repos_overview":false,"repos_new_shortcut_enabled":false,"blob_navigation_cursor":true,"code_nav_ui_events":false,"ref_selector_v2":false,"codeview_codemirror_next":false}}}</script>
2176
+ <div data-target="react-app.reactRoot"></div>
2177
+ </react-app>
2178
+ </turbo-frame>
2179
+
2180
+
2181
+
2182
+ </div>
2183
+
2184
+ </turbo-frame>
2185
+
2186
+ </main>
2187
+ </div>
2188
+
2189
+ </div>
2190
+
2191
+ <footer class="footer width-full container-xl p-responsive" role="contentinfo">
2192
+ <h2 class='sr-only'>Footer</h2>
2193
+
2194
+ <div class="position-relative d-flex flex-items-center pb-2 f6 color-fg-muted border-top color-border-muted flex-column-reverse flex-lg-row flex-wrap flex-lg-nowrap mt-6 pt-6">
2195
+ <div class="list-style-none d-flex flex-wrap col-0 col-lg-2 flex-justify-start flex-lg-justify-between mb-2 mb-lg-0">
2196
+ <div class="mt-2 mt-lg-0 d-flex flex-items-center">
2197
+ <a aria-label="Homepage" title="GitHub" class="footer-octicon mr-2" href="https://github.com">
2198
+ <svg aria-hidden="true" height="24" viewBox="0 0 16 16" version="1.1" width="24" data-view-component="true" class="octicon octicon-mark-github">
2199
+ <path d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"></path>
2200
+ </svg>
2201
+ </a> <span>
2202
+ &copy; 2023 GitHub, Inc.
2203
+ </span>
2204
+ </div>
2205
+ </div>
2206
+
2207
+ <nav aria-label='Footer' class="col-12 col-lg-8">
2208
+ <h3 class='sr-only' id='sr-footer-heading'>Footer navigation</h3>
2209
+ <ul class="list-style-none d-flex flex-wrap col-12 flex-justify-center flex-lg-justify-between mb-2 mb-lg-0" aria-labelledby='sr-footer-heading'>
2210
+ <li class="mr-3 mr-lg-0"><a href="https://docs.github.com/site-policy/github-terms/github-terms-of-service" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to terms&quot;,&quot;label&quot;:&quot;text:terms&quot;}">Terms</a></li>
2211
+ <li class="mr-3 mr-lg-0"><a href="https://docs.github.com/site-policy/privacy-policies/github-privacy-statement" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to privacy&quot;,&quot;label&quot;:&quot;text:privacy&quot;}">Privacy</a></li>
2212
+ <li class="mr-3 mr-lg-0"><a data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to security&quot;,&quot;label&quot;:&quot;text:security&quot;}" href="https://github.com/security">Security</a></li>
2213
+ <li class="mr-3 mr-lg-0"><a href="https://www.githubstatus.com/" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to status&quot;,&quot;label&quot;:&quot;text:status&quot;}">Status</a></li>
2214
+ <li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to help, text:Docs" href="https://docs.github.com">Docs</a></li>
2215
+ <li class="mr-3 mr-lg-0"><a href="https://support.github.com?tags=dotcom-footer" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to contact&quot;,&quot;label&quot;:&quot;text:contact&quot;}">Contact GitHub</a></li>
2216
+ <li class="mr-3 mr-lg-0"><a href="https://github.com/pricing" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to Pricing&quot;,&quot;label&quot;:&quot;text:Pricing&quot;}">Pricing</a></li>
2217
+ <li class="mr-3 mr-lg-0"><a href="https://docs.github.com" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to api&quot;,&quot;label&quot;:&quot;text:api&quot;}">API</a></li>
2218
+ <li class="mr-3 mr-lg-0"><a href="https://services.github.com" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to training&quot;,&quot;label&quot;:&quot;text:training&quot;}">Training</a></li>
2219
+ <li class="mr-3 mr-lg-0"><a href="https://github.blog" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to blog&quot;,&quot;label&quot;:&quot;text:blog&quot;}">Blog</a></li>
2220
+ <li><a data-ga-click="Footer, go to about, text:about" href="https://github.com/about">About</a></li>
2221
+ </ul>
2222
+ </nav>
2223
+ </div>
2224
+
2225
+ <div class="d-flex flex-justify-center pb-6">
2226
+ <span class="f6 color-fg-muted"></span>
2227
+ </div>
2228
+ </footer>
2229
+
2230
+
2231
+
2232
+
2233
+ <div id="ajax-error-message" class="ajax-error-message flash flash-error" hidden>
2234
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
2235
+ <path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
2236
+ </svg>
2237
+ <button type="button" class="flash-close js-ajax-error-dismiss" aria-label="Dismiss error">
2238
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
2239
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
2240
+ </svg>
2241
+ </button>
2242
+ You can’t perform that action at this time.
2243
+ </div>
2244
+
2245
+ <div class="js-stale-session-flash flash flash-warn flash-banner" hidden
2246
+ >
2247
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
2248
+ <path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
2249
+ </svg>
2250
+ <span class="js-stale-session-flash-signed-in" hidden>You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span>
2251
+ <span class="js-stale-session-flash-signed-out" hidden>You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span>
2252
+ </div>
2253
+ <template id="site-details-dialog">
2254
+ <details class="details-reset details-overlay details-overlay-dark lh-default color-fg-default hx_rsm" open>
2255
+ <summary role="button" aria-label="Close dialog"></summary>
2256
+ <details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast hx_rsm-dialog hx_rsm-modal">
2257
+ <button class="Box-btn-octicon m-0 btn-octicon position-absolute right-0 top-0" type="button" aria-label="Close dialog" data-close-dialog>
2258
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
2259
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
2260
+ </svg>
2261
+ </button>
2262
+ <div class="octocat-spinner my-6 js-details-dialog-spinner"></div>
2263
+ </details-dialog>
2264
+ </details>
2265
+ </template>
2266
+
2267
+ <div class="Popover js-hovercard-content position-absolute" style="display: none; outline: none;" tabindex="0">
2268
+ <div class="Popover-message Popover-message--bottom-left Popover-message--large Box color-shadow-large" style="width:360px;">
2269
+ </div>
2270
+ </div>
2271
+
2272
+ <template id="snippet-clipboard-copy-button">
2273
+ <div class="zeroclipboard-container position-absolute right-0 top-0">
2274
+ <clipboard-copy aria-label="Copy" class="ClipboardButton btn js-clipboard-copy m-2 p-0 tooltipped-no-delay" data-copy-feedback="Copied!" data-tooltip-direction="w">
2275
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-copy js-clipboard-copy-icon m-2">
2276
+ <path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z"></path><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"></path>
2277
+ </svg>
2278
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check js-clipboard-check-icon color-fg-success d-none m-2">
2279
+ <path d="M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"></path>
2280
+ </svg>
2281
+ </clipboard-copy>
2282
+ </div>
2283
+ </template>
2284
+ <template id="snippet-clipboard-copy-button-unpositioned">
2285
+ <div class="zeroclipboard-container">
2286
+ <clipboard-copy aria-label="Copy" class="ClipboardButton btn btn-invisible js-clipboard-copy m-2 p-0 tooltipped-no-delay d-flex flex-justify-center flex-items-center" data-copy-feedback="Copied!" data-tooltip-direction="w">
2287
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-copy js-clipboard-copy-icon">
2288
+ <path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z"></path><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"></path>
2289
+ </svg>
2290
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check js-clipboard-check-icon color-fg-success d-none">
2291
+ <path d="M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"></path>
2292
+ </svg>
2293
+ </clipboard-copy>
2294
+ </div>
2295
+ </template>
2296
+
2297
+
2298
+ <style>
2299
+ .user-mention[href$="/jaranglee"] {
2300
+ color: var(--color-user-mention-fg);
2301
+ background-color: var(--color-user-mention-bg);
2302
+ border-radius: 2px;
2303
+ margin-left: -2px;
2304
+ margin-right: -2px;
2305
+ padding: 0 2px;
2306
+ }
2307
+ </style>
2308
+
2309
+
2310
+ </div>
2311
+
2312
+ <div id="js-global-screen-reader-notice" class="sr-only" aria-live="polite" ></div>
2313
+ </body>
2314
+ </html>
2315
+