Newsreader16pt-ExtraLight.woff2 200 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754
  1. <!DOCTYPE html>
  2. <html lang="en" data-color-mode="dark" data-light-theme="light" data-dark-theme="dark_dimmed" data-a11y-animated-images="system">
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="dns-prefetch" href="https://github.githubassets.com">
  6. <link rel="dns-prefetch" href="https://avatars.githubusercontent.com">
  7. <link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
  8. <link rel="dns-prefetch" href="https://user-images.githubusercontent.com/">
  9. <link rel="preconnect" href="https://github.githubassets.com" crossorigin>
  10. <link rel="preconnect" href="https://avatars.githubusercontent.com">
  11. <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/dark_dimmed-f22da508b62a.css" /><link data-color-theme="light" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light-719f1193e0c0.css" /><link data-color-theme="dark" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark-0c343b529849.css" /><link data-color-theme="dark_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_high_contrast-188ef1de59e6.css" /><link data-color-theme="dark_colorblind" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_colorblind-bc6bf4eea850.css" /><link data-color-theme="light_colorblind" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_colorblind-527658dec362.css" /><link data-color-theme="light_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_high_contrast-c7a7fe0cd8ec.css" /><link data-color-theme="light_tritanopia" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_tritanopia-6aa855bdae0f.css" /><link data-color-theme="dark_tritanopia" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_tritanopia-6aa5e25aacc0.css" />
  12. <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-e357a4095c32.css" />
  13. <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/global-db31090e8b9a.css" />
  14. <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/github-10b88735c5e0.css" />
  15. <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/code-91064a2896c6.css" />
  16. <meta name="optimizely-datafile" content="{&quot;groups&quot;: [], &quot;environmentKey&quot;: &quot;production&quot;, &quot;rollouts&quot;: [], &quot;typedAudiences&quot;: [], &quot;projectId&quot;: &quot;16737760170&quot;, &quot;variables&quot;: [], &quot;featureFlags&quot;: [], &quot;experiments&quot;: [], &quot;version&quot;: &quot;4&quot;, &quot;audiences&quot;: [{&quot;conditions&quot;: &quot;[\&quot;or\&quot;, {\&quot;match\&quot;: \&quot;exact\&quot;, \&quot;name\&quot;: \&quot;$opt_dummy_attribute\&quot;, \&quot;type\&quot;: \&quot;custom_attribute\&quot;, \&quot;value\&quot;: \&quot;$opt_dummy_value\&quot;}]&quot;, &quot;id&quot;: &quot;$opt_dummy_audience&quot;, &quot;name&quot;: &quot;Optimizely-Generated Audience for Backwards Compatibility&quot;}], &quot;anonymizeIP&quot;: true, &quot;sdkKey&quot;: &quot;WTc6awnGuYDdG98CYRban&quot;, &quot;attributes&quot;: [{&quot;id&quot;: &quot;16822470375&quot;, &quot;key&quot;: &quot;user_id&quot;}, {&quot;id&quot;: &quot;17143601254&quot;, &quot;key&quot;: &quot;spammy&quot;}, {&quot;id&quot;: &quot;18175660309&quot;, &quot;key&quot;: &quot;organization_plan&quot;}, {&quot;id&quot;: &quot;18813001570&quot;, &quot;key&quot;: &quot;is_logged_in&quot;}, {&quot;id&quot;: &quot;19073851829&quot;, &quot;key&quot;: &quot;geo&quot;}, {&quot;id&quot;: &quot;20175462351&quot;, &quot;key&quot;: &quot;requestedCurrency&quot;}, {&quot;id&quot;: &quot;20785470195&quot;, &quot;key&quot;: &quot;country_code&quot;}, {&quot;id&quot;: &quot;21656311196&quot;, &quot;key&quot;: &quot;opened_downgrade_dialog&quot;}], &quot;botFiltering&quot;: false, &quot;accountId&quot;: &quot;16737760170&quot;, &quot;events&quot;: [{&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;17911811441&quot;, &quot;key&quot;: &quot;hydro_click.dashboard.teacher_toolbox_cta&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18124116703&quot;, &quot;key&quot;: &quot;submit.organizations.complete_sign_up&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18145892387&quot;, &quot;key&quot;: &quot;no_metric.tracked_outside_of_optimizely&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18178755568&quot;, &quot;key&quot;: &quot;click.org_onboarding_checklist.add_repo&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18180553241&quot;, &quot;key&quot;: &quot;submit.repository_imports.create&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18186103728&quot;, &quot;key&quot;: &quot;click.help.learn_more_about_repository_creation&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18188530140&quot;, &quot;key&quot;: &quot;test_event&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18191963644&quot;, &quot;key&quot;: &quot;click.empty_org_repo_cta.transfer_repository&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18195612788&quot;, &quot;key&quot;: &quot;click.empty_org_repo_cta.import_repository&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18210945499&quot;, &quot;key&quot;: &quot;click.org_onboarding_checklist.invite_members&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18211063248&quot;, &quot;key&quot;: &quot;click.empty_org_repo_cta.create_repository&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18215721889&quot;, &quot;key&quot;: &quot;click.org_onboarding_checklist.update_profile&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18224360785&quot;, &quot;key&quot;: &quot;click.org_onboarding_checklist.dismiss&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18234832286&quot;, &quot;key&quot;: &quot;submit.organization_activation.complete&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18252392383&quot;, &quot;key&quot;: &quot;submit.org_repository.create&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18257551537&quot;, &quot;key&quot;: &quot;submit.org_member_invitation.create&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18259522260&quot;, &quot;key&quot;: &quot;submit.organization_profile.update&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18564603625&quot;, &quot;key&quot;: &quot;view.classroom_select_organization&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18568612016&quot;, &quot;key&quot;: &quot;click.classroom_sign_in_click&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18572592540&quot;, &quot;key&quot;: &quot;view.classroom_name&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18574203855&quot;, &quot;key&quot;: &quot;click.classroom_create_organization&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18582053415&quot;, &quot;key&quot;: &quot;click.classroom_select_organization&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18589463420&quot;, &quot;key&quot;: &quot;click.classroom_create_classroom&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18591323364&quot;, &quot;key&quot;: &quot;click.classroom_create_first_classroom&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18591652321&quot;, &quot;key&quot;: &quot;click.classroom_grant_access&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18607131425&quot;, &quot;key&quot;: &quot;view.classroom_creation&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;18831680583&quot;, &quot;key&quot;: &quot;upgrade_account_plan&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19064064515&quot;, &quot;key&quot;: &quot;click.signup&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19075373687&quot;, &quot;key&quot;: &quot;click.view_account_billing_page&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19077355841&quot;, &quot;key&quot;: &quot;click.dismiss_signup_prompt&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19079713938&quot;, &quot;key&quot;: &quot;click.contact_sales&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19120963070&quot;, &quot;key&quot;: &quot;click.compare_account_plans&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19151690317&quot;, &quot;key&quot;: &quot;click.upgrade_account_cta&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19424193129&quot;, &quot;key&quot;: &quot;click.open_account_switcher&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19520330825&quot;, &quot;key&quot;: &quot;click.visit_account_profile&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19540970635&quot;, &quot;key&quot;: &quot;click.switch_account_context&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19730198868&quot;, &quot;key&quot;: &quot;submit.homepage_signup&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19820830627&quot;, &quot;key&quot;: &quot;click.homepage_signup&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;19988571001&quot;, &quot;key&quot;: &quot;click.create_enterprise_trial&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20036538294&quot;, &quot;key&quot;: &quot;click.create_organization_team&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20040653299&quot;, &quot;key&quot;: &quot;click.input_enterprise_trial_form&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20062030003&quot;, &quot;key&quot;: &quot;click.continue_with_team&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20068947153&quot;, &quot;key&quot;: &quot;click.create_organization_free&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20086636658&quot;, &quot;key&quot;: &quot;click.signup_continue.username&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20091648988&quot;, &quot;key&quot;: &quot;click.signup_continue.create_account&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20103637615&quot;, &quot;key&quot;: &quot;click.signup_continue.email&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20111574253&quot;, &quot;key&quot;: &quot;click.signup_continue.password&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20120044111&quot;, &quot;key&quot;: &quot;view.pricing_page&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20152062109&quot;, &quot;key&quot;: &quot;submit.create_account&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20165800992&quot;, &quot;key&quot;: &quot;submit.upgrade_payment_form&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20171520319&quot;, &quot;key&quot;: &quot;submit.create_organization&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20222645674&quot;, &quot;key&quot;: &quot;click.recommended_plan_in_signup.discuss_your_needs&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20227443657&quot;, &quot;key&quot;: &quot;submit.verify_primary_user_email&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20234607160&quot;, &quot;key&quot;: &quot;click.recommended_plan_in_signup.try_enterprise&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20238175784&quot;, &quot;key&quot;: &quot;click.recommended_plan_in_signup.team&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20239847212&quot;, &quot;key&quot;: &quot;click.recommended_plan_in_signup.continue_free&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20251097193&quot;, &quot;key&quot;: &quot;recommended_plan&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20438619534&quot;, &quot;key&quot;: &quot;click.pricing_calculator.1_member&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20456699683&quot;, &quot;key&quot;: &quot;click.pricing_calculator.15_members&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20467868331&quot;, &quot;key&quot;: &quot;click.pricing_calculator.10_members&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20476267432&quot;, &quot;key&quot;: &quot;click.trial_days_remaining&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20476357660&quot;, &quot;key&quot;: &quot;click.discover_feature&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20479287901&quot;, &quot;key&quot;: &quot;click.pricing_calculator.custom_members&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20481107083&quot;, &quot;key&quot;: &quot;click.recommended_plan_in_signup.apply_teacher_benefits&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20483089392&quot;, &quot;key&quot;: &quot;click.pricing_calculator.5_members&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20484283944&quot;, &quot;key&quot;: &quot;click.onboarding_task&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20484996281&quot;, &quot;key&quot;: &quot;click.recommended_plan_in_signup.apply_student_benefits&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20486713726&quot;, &quot;key&quot;: &quot;click.onboarding_task_breadcrumb&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20490791319&quot;, &quot;key&quot;: &quot;click.upgrade_to_enterprise&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20491786766&quot;, &quot;key&quot;: &quot;click.talk_to_us&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20494144087&quot;, &quot;key&quot;: &quot;click.dismiss_enterprise_trial&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20499722759&quot;, &quot;key&quot;: &quot;completed_all_tasks&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20500710104&quot;, &quot;key&quot;: &quot;completed_onboarding_tasks&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20513160672&quot;, &quot;key&quot;: &quot;click.read_doc&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20516196762&quot;, &quot;key&quot;: &quot;actions_enabled&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20518980986&quot;, &quot;key&quot;: &quot;click.dismiss_trial_banner&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20535446721&quot;, &quot;key&quot;: &quot;click.issue_actions_prompt.dismiss_prompt&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20557002247&quot;, &quot;key&quot;: &quot;click.issue_actions_prompt.setup_workflow&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20595070227&quot;, &quot;key&quot;: &quot;click.pull_request_setup_workflow&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20626600314&quot;, &quot;key&quot;: &quot;click.seats_input&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20642310305&quot;, &quot;key&quot;: &quot;click.decrease_seats_number&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20662990045&quot;, &quot;key&quot;: &quot;click.increase_seats_number&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20679620969&quot;, &quot;key&quot;: &quot;click.public_product_roadmap&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20761240940&quot;, &quot;key&quot;: &quot;click.dismiss_survey_banner&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20767210721&quot;, &quot;key&quot;: &quot;click.take_survey&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20795281201&quot;, &quot;key&quot;: &quot;click.archive_list&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20966790249&quot;, &quot;key&quot;: &quot;contact_sales.submit&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20996500333&quot;, &quot;key&quot;: &quot;contact_sales.existing_customer&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;20996890162&quot;, &quot;key&quot;: &quot;contact_sales.blank_message_field&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21000470317&quot;, &quot;key&quot;: &quot;contact_sales.personal_email&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21002790172&quot;, &quot;key&quot;: &quot;contact_sales.blank_phone_field&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21354412592&quot;, &quot;key&quot;: &quot;click.dismiss_create_readme&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21366102546&quot;, &quot;key&quot;: &quot;click.dismiss_zero_user_content&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21370252505&quot;, &quot;key&quot;: &quot;account_did_downgrade&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21370840408&quot;, &quot;key&quot;: &quot;click.cta_create_readme&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21375451068&quot;, &quot;key&quot;: &quot;click.cta_create_new_repository&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21385390948&quot;, &quot;key&quot;: &quot;click.zero_user_content&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21467712175&quot;, &quot;key&quot;: &quot;click.downgrade_keep&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21484112202&quot;, &quot;key&quot;: &quot;click.downgrade&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21495292213&quot;, &quot;key&quot;: &quot;click.downgrade_survey_exit&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21508241468&quot;, &quot;key&quot;: &quot;click.downgrade_survey_submit&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21512030356&quot;, &quot;key&quot;: &quot;click.downgrade_support&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21539090022&quot;, &quot;key&quot;: &quot;click.downgrade_exit&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21543640644&quot;, &quot;key&quot;: &quot;click_fetch_upstream&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21646510300&quot;, &quot;key&quot;: &quot;click.move_your_work&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21656151116&quot;, &quot;key&quot;: &quot;click.add_branch_protection_rule&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21663860599&quot;, &quot;key&quot;: &quot;click.downgrade_dialog_open&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21687860483&quot;, &quot;key&quot;: &quot;click.learn_about_protected_branches&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21689050333&quot;, &quot;key&quot;: &quot;click.dismiss_protect_this_branch&quot;}, {&quot;experimentIds&quot;: [], &quot;id&quot;: &quot;21864370109&quot;, &quot;key&quot;: &quot;click.sign_in&quot;}], &quot;revision&quot;: &quot;1367&quot;}" />
  17. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/wp-runtime-471414c4e1ea.js"></script>
  18. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_smoothscroll-polyfill_dist_smoothscroll_js-node_modules_stacktrace-parse-297da6-aaa32681a0b3.js"></script>
  19. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/environment-28efc4e97933.js"></script>
  20. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_selector-observer_dist_index_esm_js-650337916dbd.js"></script>
  21. <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_details-dialog-elemen-63debe-4a2f37f7419e.js"></script>
  22. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_auto-complete-element_dist_index_js-node_modules_github_catalyst_-6afc16-fa4f01d20b81.js"></script>
  23. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_markdown-toolbar-element_dist_index_js-10a449882d1a.js"></script>
  24. <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-d1569f-cac1c97bc6a5.js"></script>
  25. <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-daf4603c6e6b.js"></script>
  26. <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-288086fb1606.js"></script>
  27. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/github-elements-bc11a138f4ef.js"></script>
  28. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/element-registry-82a99a4d0f68.js"></script>
  29. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_lit-html_lit-html_js-e954e8c01c93.js"></script>
  30. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_manuelpuyol_turbo_dist_turbo_es2017-esm_js-ac3bd901e26b.js"></script>
  31. <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-cb53b34c4b84.js"></script>
  32. <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-be072a-ef15727bc587.js"></script>
  33. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_dimensions_js-node_modules_github_hydro-analyt-f69502-cfbd999d8263.js"></script>
  34. <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-f57862-d5fdfac7e5dd.js"></script>
  35. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_updatable-content_ts-62df1309213c.js"></script>
  36. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_sticky-scroll-into-view_ts-b8e2a48d22a4.js"></script>
  37. <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-d820ce-34bbb0afda60.js"></script>
  38. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_user-content_ts-app_assets_modules_github_blob-anchor_ts--e218a0-0bedfe2b2bc5.js"></script>
  39. <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-cb56bba555dc.js"></script>
  40. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/behaviors-23311f089a78.js"></script>
  41. <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-06ff532-0eddb8f4d122.js"></script>
  42. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/notifications-global-35a509648d46.js"></script>
  43. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_optimizely_optimizely-sdk_dist_optimizely_browser_es_min_js-node_modules-77839b-550a5f909f1b.js"></script>
  44. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/optimizely-b5e5c69aa424.js"></script>
  45. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_virtualized-list_es_index_js-node_modules_github_memoize_dist_esm_index_-ced8cc-ffd5e4d6ee17.js"></script>
  46. <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_mini-throt-a33094-4a3b4e63b420.js"></script>
  47. <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_mini-th-85225b-d5c5eb0b8bb2.js"></script>
  48. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_ref-selector_ts-eb4fbb464325.js"></script>
  49. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/repositories-447897543025.js"></script>
  50. <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_github_remo-8e6bec-4a54aa10cc28.js"></script>
  51. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_mini-throttle_dist_decorators_js-node_modules_scroll-anchoring_di-e71893-c446bed4261b.js"></script>
  52. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_diffs_blob-lines_ts-app_assets_modules_github_diffs_linkable-line-n-dca161-bf0171cec2b2.js"></script>
  53. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/diffs-4edb932eb78e.js"></script>
  54. <title>Newsreader/Newsreader16pt-ExtraLight.woff2 at master · productiontype/Newsreader</title>
  55. <meta name="request-id" content="D901:2F9B:470D986:49308E2:63A33629" data-turbo-transient="true" /><meta name="html-safe-nonce" content="9091d79d1ff8d9e77636a3f3cd3101505b2e49d063a9d3caa2f6c5acf0c2a23f" data-turbo-transient="true" /><meta name="visitor-payload" content="eyJyZWZlcnJlciI6Imh0dHBzOi8vZ2l0aHViLmNvbS9wcm9kdWN0aW9udHlwZS9OZXdzcmVhZGVyL3RyZWUvbWFzdGVyL2ZvbnRzL3N0YXRpYy93b2ZmMiIsInJlcXVlc3RfaWQiOiJEOTAxOjJGOUI6NDcwRDk4Njo0OTMwOEUyOjYzQTMzNjI5IiwidmlzaXRvcl9pZCI6IjcyNzUxNjE5NzUyNTgzNTE1MTUiLCJyZWdpb25fZWRnZSI6ImZyYSIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==" data-turbo-transient="true" /><meta name="visitor-hmac" content="403fcdfeacefd85ed33a5651b03a27e211a1144cd90c9a9466159b6fa257f6e3" data-turbo-transient="true" />
  56. <meta name="hovercard-subject-tag" content="repository:242225019" data-turbo-transient>
  57. <meta name="github-keyboard-shortcuts" content="repository,source-code,file-tree" data-turbo-transient="true" />
  58. <meta name="selected-link" value="repo_source" data-turbo-transient>
  59. <meta name="google-site-verification" content="c1kuD-K2HIVF635lypcsWPoD4kilo5-jA_wBFyT4uMY">
  60. <meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU">
  61. <meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA">
  62. <meta name="google-site-verification" content="GXs5KoUUkNCoaAZn7wPN-t01Pywp9M3sEjnt_3_ZWPc">
  63. <meta name="google-site-verification" content="Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I">
  64. <meta name="octolytics-url" content="https://collector.github.com/github/collect" /><meta name="octolytics-actor-id" content="1645628" /><meta name="octolytics-actor-login" content="mikachan" /><meta name="octolytics-actor-hash" content="85ffaf2913fd199c3b09b8507b0e6481e8a6469114500ed08e3f57cac9e718bc" />
  65. <meta name="analytics-location" content="/&lt;user-name&gt;/&lt;repo-name&gt;/blob/show" data-turbo-transient="true" />
  66. <meta name="user-login" content="mikachan">
  67. <link rel="sudo-modal" href="/sessions/sudo_modal">
  68. <meta name="viewport" content="width=device-width">
  69. <meta name="description" content="NewsReader is an original typeface designed by Production Type, primarily intended for continuous on-screen reading in content-rich environments. - Newsreader/Newsreader16pt-ExtraLight.woff2 at master · productiontype/Newsreader">
  70. <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
  71. <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
  72. <meta property="fb:app_id" content="1401488693436528">
  73. <meta name="apple-itunes-app" content="app-id=1477376905" />
  74. <meta name="twitter:image:src" content="https://opengraph.githubassets.com/e6fea2459236a447d52e0d67d811e7f310eeab3a7200a325ef16d98d89d4da9c/productiontype/Newsreader" /><meta name="twitter:site" content="@github" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:title" content="Newsreader/Newsreader16pt-ExtraLight.woff2 at master · productiontype/Newsreader" /><meta name="twitter:description" content="NewsReader is an original typeface designed by Production Type, primarily intended for continuous on-screen reading in content-rich environments. - Newsreader/Newsreader16pt-ExtraLight.woff2 at mas..." />
  75. <meta property="og:image" content="https://opengraph.githubassets.com/e6fea2459236a447d52e0d67d811e7f310eeab3a7200a325ef16d98d89d4da9c/productiontype/Newsreader" /><meta property="og:image:alt" content="NewsReader is an original typeface designed by Production Type, primarily intended for continuous on-screen reading in content-rich environments. - Newsreader/Newsreader16pt-ExtraLight.woff2 at mas..." /><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="Newsreader/Newsreader16pt-ExtraLight.woff2 at master · productiontype/Newsreader" /><meta property="og:url" content="https://github.com/productiontype/Newsreader" /><meta property="og:description" content="NewsReader is an original typeface designed by Production Type, primarily intended for continuous on-screen reading in content-rich environments. - Newsreader/Newsreader16pt-ExtraLight.woff2 at mas..." />
  76. <link rel="assets" href="https://github.githubassets.com/">
  77. <link rel="shared-web-socket" href="wss://alive.github.com/_sockets/u/1645628/ws?session=eyJ2IjoiVjMiLCJ1IjoxNjQ1NjI4LCJzIjo4NzU5MzM1MjcsImMiOjIzNzE1MzM4NjcsInQiOjE2NzE2NDA2MjR9--cf83343edcc209738956ad3609d9bd75ef4d68895b0f523c7f3f28bb8f627ac3" data-refresh-url="/_alive" data-session-id="2c373a88a815bb3a624a2cfb9d8a0469f8fd8b321c268d4c0f9a6fb930db4bd4">
  78. <link rel="shared-web-socket-src" href="/assets-cdn/worker/socket-worker-b87581f5816c.js">
  79. <meta name="hostname" content="github.com">
  80. <meta name="keyboard-shortcuts-preference" content="all">
  81. <script type="application/json" id="memex_keyboard_shortcuts_preference">"all"</script>
  82. <meta name="expected-hostname" content="github.com">
  83. <meta name="enabled-features" content="TURBO_EXPERIMENT_RISKY,IMAGE_METRIC_TRACKING,GEOJSON_AZURE_MAPS">
  84. <meta http-equiv="x-pjax-version" content="0caa357f688497a4dee4873842f2d4389bac79f36c84c0594973a664b17b22f4" data-turbo-track="reload">
  85. <meta http-equiv="x-pjax-csp-version" content="40aca5a152a13213a876f7628c466cd600db12fb858cdddccc3f1cc387eb7dad" data-turbo-track="reload">
  86. <meta http-equiv="x-pjax-css-version" content="a0f81326105975a920231fa269e6b19e4924aec3f8b85d5a04baee1e5ed712ca" data-turbo-track="reload">
  87. <meta http-equiv="x-pjax-js-version" content="b61dd558a30eab7bc3bfd95dbb003054eae7c4137cccbed049ed58580d76d98e" data-turbo-track="reload">
  88. <meta name="turbo-cache-control" content="no-preview" data-turbo-transient="">
  89. <meta data-hydrostats="publish">
  90. <meta name="go-import" content="github.com/productiontype/Newsreader git https://github.com/productiontype/Newsreader.git">
  91. <meta name="octolytics-dimension-user_id" content="5618670" /><meta name="octolytics-dimension-user_login" content="productiontype" /><meta name="octolytics-dimension-repository_id" content="242225019" /><meta name="octolytics-dimension-repository_nwo" content="productiontype/Newsreader" /><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="242225019" /><meta name="octolytics-dimension-repository_network_root_nwo" content="productiontype/Newsreader" />
  92. <link rel="canonical" href="https://github.com/productiontype/Newsreader/blob/master/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2" data-turbo-transient>
  93. <meta name="turbo-body-classes" content="logged-in env-production page-responsive page-blob">
  94. <meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats">
  95. <meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors">
  96. <meta name="browser-optimizely-client-errors-url" content="https://api.github.com/_private/browser/optimizely_client/errors">
  97. <link rel="mask-icon" href="https://github.githubassets.com/pinned-octocat.svg" color="#000000">
  98. <link rel="alternate icon" class="js-site-favicon" type="image/png" href="https://github.githubassets.com/favicons/favicon.png">
  99. <link rel="icon" class="js-site-favicon" type="image/svg+xml" href="https://github.githubassets.com/favicons/favicon.svg">
  100. <meta name="theme-color" content="#1e2327">
  101. <meta name="color-scheme" content="dark light" />
  102. <link rel="manifest" href="/manifest.json" crossOrigin="use-credentials">
  103. </head>
  104. <body class="logged-in env-production page-responsive page-blob" style="word-wrap: break-word;">
  105. <div data-turbo-body class="logged-in env-production page-responsive page-blob" style="word-wrap: break-word;">
  106. <div class="position-relative js-header-wrapper ">
  107. <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>
  108. <span data-view-component="true" class="progress-pjax-loader Progress position-fixed width-full">
  109. <span style="width: 0%;" data-view-component="true" class="Progress-item progress-pjax-loader-bar left-0 top-0 color-bg-accent-emphasis"></span>
  110. </span>
  111. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_mini-throttle_dist_decorators_js-node_modules_github_command-pale-4090c9-182f0b6e3cd6.js"></script>
  112. <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-a9860783b46f.js"></script>
  113. <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-1115dce523df.js"></script>
  114. <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/command-palette-f1e16b497655.js"></script>
  115. <header class="Header js-details-container Details px-3 px-md-4 px-lg-5 flex-wrap flex-md-nowrap" role="banner">
  116. <div class="Header-item mt-n1 mb-n1 d-none d-md-flex">
  117. <a
  118. class="Header-link"
  119. href="https://github.com/"
  120. data-hotkey="g d"
  121. aria-label="Homepage "
  122. data-turbo="false"
  123. data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;go to dashboard&quot;,&quot;label&quot;:&quot;icon:logo&quot;}"
  124. >
  125. <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">
  126. <path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>
  127. </svg>
  128. </a>
  129. </div>
  130. <div class="Header-item d-md-none">
  131. <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">
  132. <path fill-rule="evenodd" d="M1 2.75A.75.75 0 011.75 2h12.5a.75.75 0 110 1.5H1.75A.75.75 0 011 2.75zm0 5A.75.75 0 011.75 7h12.5a.75.75 0 110 1.5H1.75A.75.75 0 011 7.75zM1.75 12a.75.75 0 100 1.5h12.5a.75.75 0 100-1.5H1.75z"></path>
  133. </svg>
  134. </button> </div>
  135. <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">
  136. <div class="header-search flex-auto position-relative js-site-search flex-self-stretch flex-md-self-auto mb-3 mb-md-0 mr-0 mr-md-3 scoped-search site-scoped-search js-jump-to"
  137. >
  138. <div class="position-relative">
  139. <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-site-search-form" role="search" aria-label="Site" data-scope-type="Repository" data-scope-id="242225019" data-scoped-search-url="/productiontype/Newsreader/search" data-owner-scoped-search-url="/users/productiontype/search" data-unscoped-search-url="/search" data-turbo="false" action="/productiontype/Newsreader/search" accept-charset="UTF-8" method="get">
  140. <label class="form-control header-search-wrapper input-sm p-0 js-chromeless-input-container header-search-wrapper-jump-to position-relative d-flex flex-justify-between flex-items-center">
  141. <input type="text"
  142. class="form-control js-site-search-focus header-search-input jump-to-field js-jump-to-field js-site-search-field is-clearable"
  143. data-hotkey=s,/
  144. name="q"
  145. data-test-selector="nav-search-input"
  146. placeholder="Search or jump to…"
  147. data-unscoped-placeholder="Search or jump to…"
  148. data-scoped-placeholder="Search or jump to…"
  149. autocapitalize="off"
  150. role="combobox"
  151. aria-haspopup="listbox"
  152. aria-expanded="false"
  153. aria-autocomplete="list"
  154. aria-controls="jump-to-results"
  155. aria-label="Search or jump to…"
  156. data-jump-to-suggestions-path="/_graphql/GetSuggestedNavigationDestinations"
  157. spellcheck="false"
  158. autocomplete="off"
  159. >
  160. <input type="hidden" value="xiKFxvfmgliR2Juv8yyx4qzPDN0PZoeehXQ6mCmliJPebjY321KOcsw5ZSobEX8BzSUsDl7KzvfN6XwAxUfQcg" data-csrf="true" class="js-data-jump-to-suggestions-path-csrf" />
  161. <input type="hidden" class="js-site-search-type-field" name="type" >
  162. <svg xmlns="http://www.w3.org/2000/svg" width="22" height="20" aria-hidden="true" class="mr-1 header-search-key-slash"><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>
  163. <div class="Box position-absolute overflow-hidden d-none jump-to-suggestions js-jump-to-suggestions-container">
  164. <ul class="d-none js-jump-to-suggestions-template-container">
  165. <li class="d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-suggestion" role="option">
  166. <a tabindex="-1" class="no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2" href="" data-item-type="suggestion">
  167. <div class="jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none">
  168. <svg title="Repository" aria-label="Repository" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo js-jump-to-octicon-repo d-none flex-shrink-0">
  169. <path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path>
  170. </svg>
  171. <svg title="Project" aria-label="Project" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project js-jump-to-octicon-project d-none flex-shrink-0">
  172. <path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path>
  173. </svg>
  174. <svg title="Search" aria-label="Search" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search js-jump-to-octicon-search d-none flex-shrink-0">
  175. <path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path>
  176. </svg>
  177. </div>
  178. <img class="avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none" alt="" aria-label="Team" src="" width="28" height="28">
  179. <div class="jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target">
  180. </div>
  181. <div class="border rounded-2 flex-shrink-0 color-bg-subtle px-1 color-fg-muted ml-1 f6 d-none js-jump-to-badge-search">
  182. <span class="js-jump-to-badge-search-text-default d-none" aria-label="in this repository">
  183. In this repository
  184. </span>
  185. <span class="js-jump-to-badge-search-text-global d-none" aria-label="in all of GitHub">
  186. All GitHub
  187. </span>
  188. <span aria-hidden="true" class="d-inline-block ml-1 v-align-middle">↵</span>
  189. </div>
  190. <div aria-hidden="true" class="border rounded-2 flex-shrink-0 color-bg-subtle px-1 color-fg-muted ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump">
  191. Jump to
  192. <span class="d-inline-block ml-1 v-align-middle">↵</span>
  193. </div>
  194. </a>
  195. </li>
  196. </ul>
  197. <ul class="d-none js-jump-to-no-results-template-container">
  198. <li class="d-flex flex-justify-center flex-items-center f5 d-none js-jump-to-suggestion p-2">
  199. <span class="color-fg-muted">No suggested jump to results</span>
  200. </li>
  201. </ul>
  202. <ul id="jump-to-results" role="listbox" class="p-0 m-0 js-navigation-container jump-to-suggestions-results-container js-jump-to-suggestions-results-container">
  203. <li class="d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-scoped-search d-none" role="option">
  204. <a tabindex="-1" class="no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2" href="" data-item-type="scoped_search">
  205. <div class="jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none">
  206. <svg title="Repository" aria-label="Repository" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo js-jump-to-octicon-repo d-none flex-shrink-0">
  207. <path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path>
  208. </svg>
  209. <svg title="Project" aria-label="Project" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project js-jump-to-octicon-project d-none flex-shrink-0">
  210. <path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path>
  211. </svg>
  212. <svg title="Search" aria-label="Search" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search js-jump-to-octicon-search d-none flex-shrink-0">
  213. <path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path>
  214. </svg>
  215. </div>
  216. <img class="avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none" alt="" aria-label="Team" src="" width="28" height="28">
  217. <div class="jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target">
  218. </div>
  219. <div class="border rounded-2 flex-shrink-0 color-bg-subtle px-1 color-fg-muted ml-1 f6 d-none js-jump-to-badge-search">
  220. <span class="js-jump-to-badge-search-text-default d-none" aria-label="in this repository">
  221. In this repository
  222. </span>
  223. <span class="js-jump-to-badge-search-text-global d-none" aria-label="in all of GitHub">
  224. All GitHub
  225. </span>
  226. <span aria-hidden="true" class="d-inline-block ml-1 v-align-middle">↵</span>
  227. </div>
  228. <div aria-hidden="true" class="border rounded-2 flex-shrink-0 color-bg-subtle px-1 color-fg-muted ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump">
  229. Jump to
  230. <span class="d-inline-block ml-1 v-align-middle">↵</span>
  231. </div>
  232. </a>
  233. </li>
  234. <li class="d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-owner-scoped-search d-none" role="option">
  235. <a tabindex="-1" class="no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2" href="" data-item-type="owner_scoped_search">
  236. <div class="jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none">
  237. <svg title="Repository" aria-label="Repository" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo js-jump-to-octicon-repo d-none flex-shrink-0">
  238. <path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path>
  239. </svg>
  240. <svg title="Project" aria-label="Project" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project js-jump-to-octicon-project d-none flex-shrink-0">
  241. <path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path>
  242. </svg>
  243. <svg title="Search" aria-label="Search" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search js-jump-to-octicon-search d-none flex-shrink-0">
  244. <path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path>
  245. </svg>
  246. </div>
  247. <img class="avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none" alt="" aria-label="Team" src="" width="28" height="28">
  248. <div class="jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target">
  249. </div>
  250. <div class="border rounded-2 flex-shrink-0 color-bg-subtle px-1 color-fg-muted ml-1 f6 d-none js-jump-to-badge-search">
  251. <span class="js-jump-to-badge-search-text-default d-none" aria-label="in this user">
  252. In this user
  253. </span>
  254. <span class="js-jump-to-badge-search-text-global d-none" aria-label="in all of GitHub">
  255. All GitHub
  256. </span>
  257. <span aria-hidden="true" class="d-inline-block ml-1 v-align-middle">↵</span>
  258. </div>
  259. <div aria-hidden="true" class="border rounded-2 flex-shrink-0 color-bg-subtle px-1 color-fg-muted ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump">
  260. Jump to
  261. <span class="d-inline-block ml-1 v-align-middle">↵</span>
  262. </div>
  263. </a>
  264. </li>
  265. <li class="d-flex flex-justify-start flex-items-center p-0 f5 navigation-item js-navigation-item js-jump-to-global-search d-none" role="option">
  266. <a tabindex="-1" class="no-underline d-flex flex-auto flex-items-center jump-to-suggestions-path js-jump-to-suggestion-path js-navigation-open p-2" href="" data-item-type="global_search">
  267. <div class="jump-to-octicon js-jump-to-octicon flex-shrink-0 mr-2 text-center d-none">
  268. <svg title="Repository" aria-label="Repository" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo js-jump-to-octicon-repo d-none flex-shrink-0">
  269. <path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path>
  270. </svg>
  271. <svg title="Project" aria-label="Project" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project js-jump-to-octicon-project d-none flex-shrink-0">
  272. <path fill-rule="evenodd" d="M1.75 0A1.75 1.75 0 000 1.75v12.5C0 15.216.784 16 1.75 16h12.5A1.75 1.75 0 0016 14.25V1.75A1.75 1.75 0 0014.25 0H1.75zM1.5 1.75a.25.25 0 01.25-.25h12.5a.25.25 0 01.25.25v12.5a.25.25 0 01-.25.25H1.75a.25.25 0 01-.25-.25V1.75zM11.75 3a.75.75 0 00-.75.75v7.5a.75.75 0 001.5 0v-7.5a.75.75 0 00-.75-.75zm-8.25.75a.75.75 0 011.5 0v5.5a.75.75 0 01-1.5 0v-5.5zM8 3a.75.75 0 00-.75.75v3.5a.75.75 0 001.5 0v-3.5A.75.75 0 008 3z"></path>
  273. </svg>
  274. <svg title="Search" aria-label="Search" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search js-jump-to-octicon-search d-none flex-shrink-0">
  275. <path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path>
  276. </svg>
  277. </div>
  278. <img class="avatar mr-2 flex-shrink-0 js-jump-to-suggestion-avatar d-none" alt="" aria-label="Team" src="" width="28" height="28">
  279. <div class="jump-to-suggestion-name js-jump-to-suggestion-name flex-auto overflow-hidden text-left no-wrap css-truncate css-truncate-target">
  280. </div>
  281. <div class="border rounded-2 flex-shrink-0 color-bg-subtle px-1 color-fg-muted ml-1 f6 d-none js-jump-to-badge-search">
  282. <span class="js-jump-to-badge-search-text-default d-none" aria-label="in this repository">
  283. In this repository
  284. </span>
  285. <span class="js-jump-to-badge-search-text-global d-none" aria-label="in all of GitHub">
  286. All GitHub
  287. </span>
  288. <span aria-hidden="true" class="d-inline-block ml-1 v-align-middle">↵</span>
  289. </div>
  290. <div aria-hidden="true" class="border rounded-2 flex-shrink-0 color-bg-subtle px-1 color-fg-muted ml-1 f6 d-none d-on-nav-focus js-jump-to-badge-jump">
  291. Jump to
  292. <span class="d-inline-block ml-1 v-align-middle">↵</span>
  293. </div>
  294. </a>
  295. </li>
  296. <li class="d-flex flex-justify-center flex-items-center p-0 f5 js-jump-to-suggestion">
  297. <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="m-3 anim-rotate">
  298. <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
  299. <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
  300. </svg>
  301. </li>
  302. </ul>
  303. </div>
  304. </label>
  305. </form> </div>
  306. </div>
  307. <nav id="global-nav" class="d-flex flex-column flex-md-row flex-self-stretch flex-md-self-auto" aria-label="Global">
  308. <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>
  309. <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">
  310. Pull<span class="d-inline d-md-none d-lg-inline"> request</span>s
  311. </a>
  312. <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>
  313. <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>
  314. <div class="d-flex position-relative">
  315. <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>
  316. </div>
  317. <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>
  318. <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;mikachan&quot;,&quot;originating_url&quot;:&quot;https://github.com/productiontype/Newsreader/blob/master/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2&quot;,&quot;user_id&quot;:1645628}}" data-hydro-click-hmac="f9549cb1132b72a74c4d5459ae1fac11aa8d382153e3cce524a3bda6acb4bf71" data-turbo="false" data-selected-links=" /sponsors/accounts" href="/sponsors/accounts">Sponsors</a>
  319. <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>
  320. <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="/mikachan">
  321. <img class="avatar avatar-user" loading="lazy" decoding="async" src="https://avatars.githubusercontent.com/u/1645628?s=40&amp;v=4" width="20" height="20" alt="@mikachan" />
  322. mikachan
  323. </a>
  324. <!-- '"` --><!-- </textarea></xmp> --></option></form><form data-turbo="false" action="/logout" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="KZlRcfJ4Bt3w0Sx7EeCSiV0VkxDwECYqi_AAyG-jtFn6fLzjiPO4n_TNtDCR4PKCHIjTEDgLjd1V2ULwaQkstQ" />
  325. <button
  326. type="submit"
  327. 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"
  328. style="padding-left: 2px;"
  329. data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;sign out&quot;,&quot;label&quot;:&quot;icon:logout&quot;}"
  330. >
  331. <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">
  332. <path fill-rule="evenodd" d="M2 2.75C2 1.784 2.784 1 3.75 1h2.5a.75.75 0 010 1.5h-2.5a.25.25 0 00-.25.25v10.5c0 .138.112.25.25.25h2.5a.75.75 0 010 1.5h-2.5A1.75 1.75 0 012 13.25V2.75zm10.44 4.5H6.75a.75.75 0 000 1.5h5.69l-1.97 1.97a.75.75 0 101.06 1.06l3.25-3.25a.75.75 0 000-1.06l-3.25-3.25a.75.75 0 10-1.06 1.06l1.97 1.97z"></path>
  333. </svg>
  334. Sign out
  335. </button>
  336. </form></nav>
  337. </div>
  338. <div class="Header-item Header-item--full flex-justify-center d-md-none position-relative">
  339. <a
  340. class="Header-link"
  341. href="https://github.com/"
  342. data-hotkey="g d"
  343. aria-label="Homepage "
  344. data-turbo="false"
  345. data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;go to dashboard&quot;,&quot;label&quot;:&quot;icon:logo&quot;}"
  346. >
  347. <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">
  348. <path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>
  349. </svg>
  350. </a>
  351. </div>
  352. <div class="Header-item mr-0 mr-md-3 flex-order-1 flex-md-order-none">
  353. <notification-indicator data-channel="eyJjIjoibm90aWZpY2F0aW9uLWNoYW5nZWQ6MTY0NTYyOCIsInQiOjE2NzE2NDA2MjR9--ca971c4ebb0df5c9978940be9b1a9811b876cb7d73732527f8c11be240427127" data-indicator-mode="global" 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-view-component="true" class="js-socket-channel">
  354. <a id="AppHeader-notifications-button" href="/notifications"
  355. class="Header-link notification-indicator position-relative tooltipped tooltipped-sw"
  356. data-hotkey="g n"
  357. data-target="notification-indicator.link"
  358. aria-label="Notifications"
  359. data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;go to notifications&quot;,&quot;label&quot;:&quot;icon:unread&quot;}"
  360. >
  361. <span
  362. data-target="notification-indicator.badge"
  363. class="mail-status unread" >
  364. </span>
  365. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bell">
  366. <path d="M8 16a2 2 0 001.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 008 16z"></path><path fill-rule="evenodd" d="M8 1.5A3.5 3.5 0 004.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556a.018.018 0 00-.003.01l.001.006c0 .002.002.004.004.006a.017.017 0 00.006.004l.007.001h10.964l.007-.001a.016.016 0 00.006-.004.016.016 0 00.004-.006l.001-.007a.017.017 0 00-.003-.01l-1.703-2.554a1.75 1.75 0 01-.294-.97V5A3.5 3.5 0 008 1.5zM3 5a5 5 0 0110 0v2.947c0 .05.015.098.042.139l1.703 2.555A1.518 1.518 0 0113.482 13H2.518a1.518 1.518 0 01-1.263-2.36l1.703-2.554A.25.25 0 003 7.947V5z"></path>
  367. </svg>
  368. </a>
  369. </notification-indicator>
  370. </div>
  371. <div class="Header-item position-relative d-none d-md-flex">
  372. <details class="details-overlay details-reset">
  373. <summary
  374. class="Header-link"
  375. aria-label="Create new…"
  376. data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;create new&quot;,&quot;label&quot;:&quot;icon:add&quot;}"
  377. >
  378. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus">
  379. <path fill-rule="evenodd" d="M7.75 2a.75.75 0 01.75.75V7h4.25a.75.75 0 110 1.5H8.5v4.25a.75.75 0 11-1.5 0V8.5H2.75a.75.75 0 010-1.5H7V2.75A.75.75 0 017.75 2z"></path>
  380. </svg> <span class="dropdown-caret"></span>
  381. </summary>
  382. <details-menu class="dropdown-menu dropdown-menu-sw">
  383. <a role="menuitem" class="dropdown-item" href="/new" data-ga-click="Header, create new repository">
  384. New repository
  385. </a>
  386. <a role="menuitem" class="dropdown-item" href="/new/import" data-ga-click="Header, import a repository">
  387. Import repository
  388. </a>
  389. <a role="menuitem" class="dropdown-item" href="/codespaces/new">
  390. New codespace
  391. </a>
  392. <a role="menuitem" class="dropdown-item" href="https://gist.github.com/" data-ga-click="Header, create new gist">
  393. New gist
  394. </a>
  395. <a role="menuitem" class="dropdown-item" href="/organizations/new" data-ga-click="Header, create new organization">
  396. New organization
  397. </a>
  398. </details-menu>
  399. </details>
  400. </div>
  401. <div class="Header-item position-relative mr-0 d-none d-md-flex">
  402. <details class="details-overlay details-reset js-feature-preview-indicator-container" data-feature-preview-indicator-src="/users/mikachan/feature_preview/indicator_check">
  403. <summary
  404. class="Header-link"
  405. aria-label="View profile and more"
  406. data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;show menu&quot;,&quot;label&quot;:&quot;icon:avatar&quot;}"
  407. >
  408. <img src="https://avatars.githubusercontent.com/u/1645628?s=40&amp;v=4" alt="@mikachan" size="20" height="20" width="20" data-view-component="true" class="avatar avatar-small circle" />
  409. <span class="unread-indicator js-feature-preview-indicator" style="top: 1px;" hidden></span>
  410. <span class="dropdown-caret"></span>
  411. </summary>
  412. <details-menu
  413. class="dropdown-menu dropdown-menu-sw"
  414. style="width: 180px"
  415. preload>
  416. <include-fragment src="/users/1645628/menu" loading="lazy">
  417. <p class="text-center mt-3" data-hide-on-error>
  418. <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">
  419. <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
  420. <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
  421. </svg>
  422. </p>
  423. <p class="ml-1 mb-2 mt-2 color-fg-default" data-show-on-error>
  424. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
  425. <path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path>
  426. </svg>
  427. Sorry, something went wrong.
  428. </p>
  429. </include-fragment>
  430. </details-menu>
  431. </details>
  432. </div>
  433. </header>
  434. </div>
  435. <div id="start-of-content" class="show-on-focus"></div>
  436. <div id="js-flash-container" data-turbo-replace>
  437. <template class="js-flash-template">
  438. <div class="flash flash-full {{ className }}">
  439. <div class="px-2" >
  440. <button autofocus class="flash-close js-flash-close" type="button" aria-label="Dismiss this message">
  441. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
  442. <path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path>
  443. </svg>
  444. </button>
  445. <div aria-atomic="true" role="alert" class="js-flash-alert">
  446. <div>{{ message }}</div>
  447. </div>
  448. </div>
  449. </div>
  450. </template>
  451. </div>
  452. <include-fragment class="js-notification-shelf-include-fragment" data-base-src="https://github.com/notifications/beta/shelf"></include-fragment>
  453. <details
  454. class="details-reset details-overlay details-overlay-dark js-command-palette-dialog"
  455. id="command-palette-pjax-container"
  456. data-turbo-replace
  457. >
  458. <summary aria-label="command palette trigger" tabindex="-1"></summary>
  459. <details-dialog class="command-palette-details-dialog d-flex flex-column flex-justify-center height-fit" aria-label="command palette">
  460. <command-palette
  461. class="command-palette color-bg-default rounded-3 border color-shadow-small"
  462. return-to=/productiontype/Newsreader/blob/master/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2
  463. user-id="1645628"
  464. activation-hotkey="Mod+k,Mod+Alt+k"
  465. command-mode-hotkey="Mod+Shift+k"
  466. data-action="
  467. command-palette-input-ready:command-palette#inputReady
  468. command-palette-page-stack-updated:command-palette#updateInputScope
  469. itemsUpdated:command-palette#itemsUpdated
  470. keydown:command-palette#onKeydown
  471. loadingStateChanged:command-palette#loadingStateChanged
  472. selectedItemChanged:command-palette#selectedItemChanged
  473. pageFetchError:command-palette#pageFetchError
  474. ">
  475. <command-palette-mode
  476. data-char="#"
  477. data-scope-types="[&quot;&quot;]"
  478. data-placeholder="Search issues and pull requests"
  479. ></command-palette-mode>
  480. <command-palette-mode
  481. data-char="#"
  482. data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
  483. data-placeholder="Search issues, pull requests, discussions, and projects"
  484. ></command-palette-mode>
  485. <command-palette-mode
  486. data-char="!"
  487. data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
  488. data-placeholder="Search projects"
  489. ></command-palette-mode>
  490. <command-palette-mode
  491. data-char="@"
  492. data-scope-types="[&quot;&quot;]"
  493. data-placeholder="Search or jump to a user, organization, or repository"
  494. ></command-palette-mode>
  495. <command-palette-mode
  496. data-char="@"
  497. data-scope-types="[&quot;owner&quot;]"
  498. data-placeholder="Search or jump to a repository"
  499. ></command-palette-mode>
  500. <command-palette-mode
  501. data-char="/"
  502. data-scope-types="[&quot;repository&quot;]"
  503. data-placeholder="Search files"
  504. ></command-palette-mode>
  505. <command-palette-mode
  506. data-char="?"
  507. ></command-palette-mode>
  508. <command-palette-mode
  509. data-char="&gt;"
  510. data-placeholder="Run a command"
  511. ></command-palette-mode>
  512. <command-palette-mode
  513. data-char=""
  514. data-scope-types="[&quot;&quot;]"
  515. data-placeholder="Search or jump to..."
  516. ></command-palette-mode>
  517. <command-palette-mode
  518. data-char=""
  519. data-scope-types="[&quot;owner&quot;]"
  520. data-placeholder="Search or jump to..."
  521. ></command-palette-mode>
  522. <command-palette-mode
  523. class="js-command-palette-default-mode"
  524. data-char=""
  525. data-placeholder="Search or jump to..."
  526. ></command-palette-mode>
  527. <command-palette-input placeholder="Search or jump to..."
  528. data-action="
  529. command-palette-input:command-palette#onInput
  530. command-palette-select:command-palette#onSelect
  531. command-palette-descope:command-palette#onDescope
  532. command-palette-cleared:command-palette#onInputClear
  533. "
  534. >
  535. <div class="js-search-icon d-flex flex-items-center mr-2" style="height: 26px">
  536. <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">
  537. <path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path>
  538. </svg>
  539. </div>
  540. <div class="js-spinner d-flex flex-items-center mr-2 color-fg-muted" hidden>
  541. <svg aria-label="Loading" class="anim-rotate" viewBox="0 0 16 16" fill="none" width="16" height="16">
  542. <circle
  543. cx="8"
  544. cy="8"
  545. r="7"
  546. stroke="currentColor"
  547. stroke-opacity="0.25"
  548. stroke-width="2"
  549. vector-effect="non-scaling-stroke"
  550. ></circle>
  551. <path
  552. d="M15 8a7.002 7.002 0 00-7-7"
  553. stroke="currentColor"
  554. stroke-width="2"
  555. stroke-linecap="round"
  556. vector-effect="non-scaling-stroke"
  557. ></path>
  558. </svg>
  559. </div>
  560. <command-palette-scope >
  561. <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>
  562. <command-palette-token
  563. data-text="productiontype"
  564. data-id="MDQ6VXNlcjU2MTg2NzA="
  565. data-type="owner"
  566. data-value="productiontype"
  567. data-targets="command-palette-scope.tokens"
  568. class="color-fg-default text-semibold"
  569. style="white-space:nowrap;line-height:20px;"
  570. >productiontype<span class="color-fg-subtle text-normal">&nbsp;&nbsp;/&nbsp;&nbsp;</span></command-palette-token>
  571. <command-palette-token
  572. data-text="Newsreader"
  573. data-id="MDEwOlJlcG9zaXRvcnkyNDIyMjUwMTk="
  574. data-type="repository"
  575. data-value="Newsreader"
  576. data-targets="command-palette-scope.tokens"
  577. class="color-fg-default text-semibold"
  578. style="white-space:nowrap;line-height:20px;"
  579. >Newsreader<span class="color-fg-subtle text-normal">&nbsp;&nbsp;/&nbsp;&nbsp;</span></command-palette-token>
  580. </command-palette-scope>
  581. <div class="command-palette-input-group flex-1 form-control border-0 box-shadow-none" style="z-index: 0">
  582. <div class="command-palette-typeahead position-absolute d-flex flex-items-center Truncate">
  583. <span class="typeahead-segment input-mirror" data-target="command-palette-input.mirror"></span>
  584. <span class="Truncate-text" data-target="command-palette-input.typeaheadText"></span>
  585. <span class="typeahead-segment" data-target="command-palette-input.typeaheadPlaceholder"></span>
  586. </div>
  587. <input
  588. class="js-overlay-input typeahead-input d-none"
  589. disabled
  590. tabindex="-1"
  591. aria-label="Hidden input for typeahead"
  592. >
  593. <input
  594. type="text"
  595. autocomplete="off"
  596. autocorrect="off"
  597. autocapitalize="off"
  598. spellcheck="false"
  599. class="js-input typeahead-input form-control border-0 box-shadow-none input-block width-full no-focus-indicator"
  600. aria-label="Command palette input"
  601. aria-haspopup="listbox"
  602. aria-expanded="false"
  603. aria-autocomplete="list"
  604. aria-controls="command-palette-page-stack"
  605. role="combobox"
  606. data-action="
  607. input:command-palette-input#onInput
  608. keydown:command-palette-input#onKeydown
  609. "
  610. >
  611. </div>
  612. <div data-view-component="true" class="position-relative d-inline-block">
  613. <button aria-keyshortcuts="Meta+Delete" 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">
  614. <path fill-rule="evenodd" d="M2.343 13.657A8 8 0 1113.657 2.343 8 8 0 012.343 13.657zM6.03 4.97a.75.75 0 00-1.06 1.06L6.94 8 4.97 9.97a.75.75 0 101.06 1.06L8 9.06l1.97 1.97a.75.75 0 101.06-1.06L9.06 8l1.97-1.97a.75.75 0 10-1.06-1.06L8 6.94 6.03 4.97z"></path>
  615. </svg>
  616. </button> <tool-tip 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>
  617. </div>
  618. </command-palette-input>
  619. <command-palette-page-stack
  620. data-default-scope-id="MDEwOlJlcG9zaXRvcnkyNDIyMjUwMTk="
  621. data-default-scope-type="Repository"
  622. data-action="command-palette-page-octicons-cached:command-palette-page-stack#cacheOcticons"
  623. >
  624. <command-palette-tip
  625. class="color-fg-muted f6 px-3 py-1 my-2"
  626. data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
  627. data-mode=""
  628. data-value="">
  629. <div class="d-flex flex-items-start flex-justify-between">
  630. <div>
  631. <span class="text-bold">Tip:</span>
  632. Type <kbd class="hx_kbd">#</kbd> to search pull requests
  633. </div>
  634. <div class="ml-2 flex-shrink-0">
  635. Type <kbd class="hx_kbd">?</kbd> for help and tips
  636. </div>
  637. </div>
  638. </command-palette-tip>
  639. <command-palette-tip
  640. class="color-fg-muted f6 px-3 py-1 my-2"
  641. data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
  642. data-mode=""
  643. data-value="">
  644. <div class="d-flex flex-items-start flex-justify-between">
  645. <div>
  646. <span class="text-bold">Tip:</span>
  647. Type <kbd class="hx_kbd">#</kbd> to search issues
  648. </div>
  649. <div class="ml-2 flex-shrink-0">
  650. Type <kbd class="hx_kbd">?</kbd> for help and tips
  651. </div>
  652. </div>
  653. </command-palette-tip>
  654. <command-palette-tip
  655. class="color-fg-muted f6 px-3 py-1 my-2"
  656. data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
  657. data-mode=""
  658. data-value="">
  659. <div class="d-flex flex-items-start flex-justify-between">
  660. <div>
  661. <span class="text-bold">Tip:</span>
  662. Type <kbd class="hx_kbd">#</kbd> to search discussions
  663. </div>
  664. <div class="ml-2 flex-shrink-0">
  665. Type <kbd class="hx_kbd">?</kbd> for help and tips
  666. </div>
  667. </div>
  668. </command-palette-tip>
  669. <command-palette-tip
  670. class="color-fg-muted f6 px-3 py-1 my-2"
  671. data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
  672. data-mode=""
  673. data-value="">
  674. <div class="d-flex flex-items-start flex-justify-between">
  675. <div>
  676. <span class="text-bold">Tip:</span>
  677. Type <kbd class="hx_kbd">!</kbd> to search projects
  678. </div>
  679. <div class="ml-2 flex-shrink-0">
  680. Type <kbd class="hx_kbd">?</kbd> for help and tips
  681. </div>
  682. </div>
  683. </command-palette-tip>
  684. <command-palette-tip
  685. class="color-fg-muted f6 px-3 py-1 my-2"
  686. data-scope-types="[&quot;owner&quot;]"
  687. data-mode=""
  688. data-value="">
  689. <div class="d-flex flex-items-start flex-justify-between">
  690. <div>
  691. <span class="text-bold">Tip:</span>
  692. Type <kbd class="hx_kbd">@</kbd> to search teams
  693. </div>
  694. <div class="ml-2 flex-shrink-0">
  695. Type <kbd class="hx_kbd">?</kbd> for help and tips
  696. </div>
  697. </div>
  698. </command-palette-tip>
  699. <command-palette-tip
  700. class="color-fg-muted f6 px-3 py-1 my-2"
  701. data-scope-types="[&quot;&quot;]"
  702. data-mode=""
  703. data-value="">
  704. <div class="d-flex flex-items-start flex-justify-between">
  705. <div>
  706. <span class="text-bold">Tip:</span>
  707. Type <kbd class="hx_kbd">@</kbd> to search people and organizations
  708. </div>
  709. <div class="ml-2 flex-shrink-0">
  710. Type <kbd class="hx_kbd">?</kbd> for help and tips
  711. </div>
  712. </div>
  713. </command-palette-tip>
  714. <command-palette-tip
  715. class="color-fg-muted f6 px-3 py-1 my-2"
  716. data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
  717. data-mode=""
  718. data-value="">
  719. <div class="d-flex flex-items-start flex-justify-between">
  720. <div>
  721. <span class="text-bold">Tip:</span>
  722. Type <kbd class="hx_kbd">&gt;</kbd> to activate command mode
  723. </div>
  724. <div class="ml-2 flex-shrink-0">
  725. Type <kbd class="hx_kbd">?</kbd> for help and tips
  726. </div>
  727. </div>
  728. </command-palette-tip>
  729. <command-palette-tip
  730. class="color-fg-muted f6 px-3 py-1 my-2"
  731. data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
  732. data-mode=""
  733. data-value="">
  734. <div class="d-flex flex-items-start flex-justify-between">
  735. <div>
  736. <span class="text-bold">Tip:</span>
  737. Go to your accessibility settings to change your keyboard shortcuts
  738. </div>
  739. <div class="ml-2 flex-shrink-0">
  740. Type <kbd class="hx_kbd">?</kbd> for help and tips
  741. </div>
  742. </div>
  743. </command-palette-tip>
  744. <command-palette-tip
  745. class="color-fg-muted f6 px-3 py-1 my-2"
  746. data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
  747. data-mode="#"
  748. data-value="">
  749. <div class="d-flex flex-items-start flex-justify-between">
  750. <div>
  751. <span class="text-bold">Tip:</span>
  752. Type author:@me to search your content
  753. </div>
  754. <div class="ml-2 flex-shrink-0">
  755. Type <kbd class="hx_kbd">?</kbd> for help and tips
  756. </div>
  757. </div>
  758. </command-palette-tip>
  759. <command-palette-tip
  760. class="color-fg-muted f6 px-3 py-1 my-2"
  761. data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
  762. data-mode="#"
  763. data-value="">
  764. <div class="d-flex flex-items-start flex-justify-between">
  765. <div>
  766. <span class="text-bold">Tip:</span>
  767. Type is:pr to filter to pull requests
  768. </div>
  769. <div class="ml-2 flex-shrink-0">
  770. Type <kbd class="hx_kbd">?</kbd> for help and tips
  771. </div>
  772. </div>
  773. </command-palette-tip>
  774. <command-palette-tip
  775. class="color-fg-muted f6 px-3 py-1 my-2"
  776. data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
  777. data-mode="#"
  778. data-value="">
  779. <div class="d-flex flex-items-start flex-justify-between">
  780. <div>
  781. <span class="text-bold">Tip:</span>
  782. Type is:issue to filter to issues
  783. </div>
  784. <div class="ml-2 flex-shrink-0">
  785. Type <kbd class="hx_kbd">?</kbd> for help and tips
  786. </div>
  787. </div>
  788. </command-palette-tip>
  789. <command-palette-tip
  790. class="color-fg-muted f6 px-3 py-1 my-2"
  791. data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
  792. data-mode="#"
  793. data-value="">
  794. <div class="d-flex flex-items-start flex-justify-between">
  795. <div>
  796. <span class="text-bold">Tip:</span>
  797. Type is:project to filter to projects
  798. </div>
  799. <div class="ml-2 flex-shrink-0">
  800. Type <kbd class="hx_kbd">?</kbd> for help and tips
  801. </div>
  802. </div>
  803. </command-palette-tip>
  804. <command-palette-tip
  805. class="color-fg-muted f6 px-3 py-1 my-2"
  806. data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
  807. data-mode="#"
  808. data-value="">
  809. <div class="d-flex flex-items-start flex-justify-between">
  810. <div>
  811. <span class="text-bold">Tip:</span>
  812. Type is:open to filter to open content
  813. </div>
  814. <div class="ml-2 flex-shrink-0">
  815. Type <kbd class="hx_kbd">?</kbd> for help and tips
  816. </div>
  817. </div>
  818. </command-palette-tip>
  819. <command-palette-tip class="mx-3 my-2 flash flash-error d-flex flex-items-center" data-scope-types="*" data-on-error>
  820. <div>
  821. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
  822. <path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path>
  823. </svg>
  824. </div>
  825. <div class="px-2">
  826. We’ve encountered an error and some results aren't available at this time. Type a new search or try again later.
  827. </div>
  828. </command-palette-tip>
  829. <command-palette-tip class="h4 color-fg-default pl-3 pb-2 pt-3" data-on-empty data-scope-types="*" data-match-mode="[^?]|^$">
  830. No results matched your search
  831. </command-palette-tip>
  832. <div hidden>
  833. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="arrow-right-color-fg-muted">
  834. <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 fill-rule="evenodd" d="M8.22 2.97a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06l2.97-2.97H3.75a.75.75 0 010-1.5h7.44L8.22 4.03a.75.75 0 010-1.06z"></path></svg>
  835. </div>
  836. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="arrow-right-color-fg-default">
  837. <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 fill-rule="evenodd" d="M8.22 2.97a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06l2.97-2.97H3.75a.75.75 0 010-1.5h7.44L8.22 4.03a.75.75 0 010-1.06z"></path></svg>
  838. </div>
  839. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="codespaces-color-fg-muted">
  840. <svg height="16" class="octicon octicon-codespaces color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M2 1.75C2 .784 2.784 0 3.75 0h8.5C13.216 0 14 .784 14 1.75v5a1.75 1.75 0 01-1.75 1.75h-8.5A1.75 1.75 0 012 6.75v-5zm1.75-.25a.25.25 0 00-.25.25v5c0 .138.112.25.25.25h8.5a.25.25 0 00.25-.25v-5a.25.25 0 00-.25-.25h-8.5zM0 11.25c0-.966.784-1.75 1.75-1.75h12.5c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0114.25 16H1.75A1.75 1.75 0 010 14.25v-3zM1.75 11a.25.25 0 00-.25.25v3c0 .138.112.25.25.25h12.5a.25.25 0 00.25-.25v-3a.25.25 0 00-.25-.25H1.75z"></path><path fill-rule="evenodd" d="M3 12.75a.75.75 0 01.75-.75h.5a.75.75 0 010 1.5h-.5a.75.75 0 01-.75-.75zm4 0a.75.75 0 01.75-.75h4.5a.75.75 0 010 1.5h-4.5a.75.75 0 01-.75-.75z"></path></svg>
  841. </div>
  842. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="copy-color-fg-muted">
  843. <svg height="16" class="octicon octicon-copy color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"></path><path fill-rule="evenodd" d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"></path></svg>
  844. </div>
  845. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="dash-color-fg-muted">
  846. <svg height="16" class="octicon octicon-dash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M2 7.75A.75.75 0 012.75 7h10a.75.75 0 010 1.5h-10A.75.75 0 012 7.75z"></path></svg>
  847. </div>
  848. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="file-color-fg-muted">
  849. <svg height="16" class="octicon octicon-file color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M3.75 1.5a.25.25 0 00-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 00.25-.25V6h-2.75A1.75 1.75 0 019 4.25V1.5H3.75zm6.75.062V4.25c0 .138.112.25.25.25h2.688a.252.252 0 00-.011-.013l-2.914-2.914a.272.272 0 00-.013-.011zM2 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 0113.25 16h-9.5A1.75 1.75 0 012 14.25V1.75z"></path></svg>
  850. </div>
  851. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="gear-color-fg-muted">
  852. <svg height="16" class="octicon octicon-gear color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M7.429 1.525a6.593 6.593 0 011.142 0c.036.003.108.036.137.146l.289 1.105c.147.56.55.967.997 1.189.174.086.341.183.501.29.417.278.97.423 1.53.27l1.102-.303c.11-.03.175.016.195.046.219.31.41.641.573.989.014.031.022.11-.059.19l-.815.806c-.411.406-.562.957-.53 1.456a4.588 4.588 0 010 .582c-.032.499.119 1.05.53 1.456l.815.806c.08.08.073.159.059.19a6.494 6.494 0 01-.573.99c-.02.029-.086.074-.195.045l-1.103-.303c-.559-.153-1.112-.008-1.529.27-.16.107-.327.204-.5.29-.449.222-.851.628-.998 1.189l-.289 1.105c-.029.11-.101.143-.137.146a6.613 6.613 0 01-1.142 0c-.036-.003-.108-.037-.137-.146l-.289-1.105c-.147-.56-.55-.967-.997-1.189a4.502 4.502 0 01-.501-.29c-.417-.278-.97-.423-1.53-.27l-1.102.303c-.11.03-.175-.016-.195-.046a6.492 6.492 0 01-.573-.989c-.014-.031-.022-.11.059-.19l.815-.806c.411-.406.562-.957.53-1.456a4.587 4.587 0 010-.582c.032-.499-.119-1.05-.53-1.456l-.815-.806c-.08-.08-.073-.159-.059-.19a6.44 6.44 0 01.573-.99c.02-.029.086-.075.195-.045l1.103.303c.559.153 1.112.008 1.529-.27.16-.107.327-.204.5-.29.449-.222.851-.628.998-1.189l.289-1.105c.029-.11.101-.143.137-.146zM8 0c-.236 0-.47.01-.701.03-.743.065-1.29.615-1.458 1.261l-.29 1.106c-.017.066-.078.158-.211.224a5.994 5.994 0 00-.668.386c-.123.082-.233.09-.3.071L3.27 2.776c-.644-.177-1.392.02-1.82.63a7.977 7.977 0 00-.704 1.217c-.315.675-.111 1.422.363 1.891l.815.806c.05.048.098.147.088.294a6.084 6.084 0 000 .772c.01.147-.038.246-.088.294l-.815.806c-.474.469-.678 1.216-.363 1.891.2.428.436.835.704 1.218.428.609 1.176.806 1.82.63l1.103-.303c.066-.019.176-.011.299.071.213.143.436.272.668.386.133.066.194.158.212.224l.289 1.106c.169.646.715 1.196 1.458 1.26a8.094 8.094 0 001.402 0c.743-.064 1.29-.614 1.458-1.26l.29-1.106c.017-.066.078-.158.211-.224a5.98 5.98 0 00.668-.386c.123-.082.233-.09.3-.071l1.102.302c.644.177 1.392-.02 1.82-.63.268-.382.505-.789.704-1.217.315-.675.111-1.422-.364-1.891l-.814-.806c-.05-.048-.098-.147-.088-.294a6.1 6.1 0 000-.772c-.01-.147.039-.246.088-.294l.814-.806c.475-.469.679-1.216.364-1.891a7.992 7.992 0 00-.704-1.218c-.428-.609-1.176-.806-1.82-.63l-1.103.303c-.066.019-.176.011-.299-.071a5.991 5.991 0 00-.668-.386c-.133-.066-.194-.158-.212-.224L10.16 1.29C9.99.645 9.444.095 8.701.031A8.094 8.094 0 008 0zm1.5 8a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zM11 8a3 3 0 11-6 0 3 3 0 016 0z"></path></svg>
  853. </div>
  854. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="lock-color-fg-muted">
  855. <svg height="16" class="octicon octicon-lock color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M4 4v2h-.25A1.75 1.75 0 002 7.75v5.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0014 13.25v-5.5A1.75 1.75 0 0012.25 6H12V4a4 4 0 10-8 0zm6.5 2V4a2.5 2.5 0 00-5 0v2h5zM12 7.5h.25a.25.25 0 01.25.25v5.5a.25.25 0 01-.25.25h-8.5a.25.25 0 01-.25-.25v-5.5a.25.25 0 01.25-.25H12z"></path></svg>
  856. </div>
  857. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="moon-color-fg-muted">
  858. <svg height="16" class="octicon octicon-moon color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M9.598 1.591a.75.75 0 01.785-.175 7 7 0 11-8.967 8.967.75.75 0 01.961-.96 5.5 5.5 0 007.046-7.046.75.75 0 01.175-.786zm1.616 1.945a7 7 0 01-7.678 7.678 5.5 5.5 0 107.678-7.678z"></path></svg>
  859. </div>
  860. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="person-color-fg-muted">
  861. <svg height="16" class="octicon octicon-person color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M10.5 5a2.5 2.5 0 11-5 0 2.5 2.5 0 015 0zm.061 3.073a4 4 0 10-5.123 0 6.004 6.004 0 00-3.431 5.142.75.75 0 001.498.07 4.5 4.5 0 018.99 0 .75.75 0 101.498-.07 6.005 6.005 0 00-3.432-5.142z"></path></svg>
  862. </div>
  863. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="pencil-color-fg-muted">
  864. <svg height="16" class="octicon octicon-pencil color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M11.013 1.427a1.75 1.75 0 012.474 0l1.086 1.086a1.75 1.75 0 010 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 01-.927-.928l.929-3.25a1.75 1.75 0 01.445-.758l8.61-8.61zm1.414 1.06a.25.25 0 00-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 000-.354l-1.086-1.086zM11.189 6.25L9.75 4.81l-6.286 6.287a.25.25 0 00-.064.108l-.558 1.953 1.953-.558a.249.249 0 00.108-.064l6.286-6.286z"></path></svg>
  865. </div>
  866. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="issue-opened-open">
  867. <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 100-3 1.5 1.5 0 000 3z"></path><path fill-rule="evenodd" d="M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z"></path></svg>
  868. </div>
  869. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="git-pull-request-draft-color-fg-muted">
  870. <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 fill-rule="evenodd" d="M2.5 3.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0zM3.25 1a2.25 2.25 0 00-.75 4.372v5.256a2.251 2.251 0 101.5 0V5.372A2.25 2.25 0 003.25 1zm0 11a.75.75 0 100 1.5.75.75 0 000-1.5zm9.5 3a2.25 2.25 0 100-4.5 2.25 2.25 0 000 4.5zm0-3a.75.75 0 100 1.5.75.75 0 000-1.5z"></path><path d="M14 7.5a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0zm0-4.25a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z"></path></svg>
  871. </div>
  872. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="search-color-fg-muted">
  873. <svg height="16" class="octicon octicon-search color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M11.5 7a4.499 4.499 0 11-8.998 0A4.499 4.499 0 0111.5 7zm-.82 4.74a6 6 0 111.06-1.06l3.04 3.04a.75.75 0 11-1.06 1.06l-3.04-3.04z"></path></svg>
  874. </div>
  875. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="sun-color-fg-muted">
  876. <svg height="16" class="octicon octicon-sun color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M8 10.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM8 12a4 4 0 100-8 4 4 0 000 8zM8 0a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0V.75A.75.75 0 018 0zm0 13a.75.75 0 01.75.75v1.5a.75.75 0 01-1.5 0v-1.5A.75.75 0 018 13zM2.343 2.343a.75.75 0 011.061 0l1.06 1.061a.75.75 0 01-1.06 1.06l-1.06-1.06a.75.75 0 010-1.06zm9.193 9.193a.75.75 0 011.06 0l1.061 1.06a.75.75 0 01-1.06 1.061l-1.061-1.06a.75.75 0 010-1.061zM16 8a.75.75 0 01-.75.75h-1.5a.75.75 0 010-1.5h1.5A.75.75 0 0116 8zM3 8a.75.75 0 01-.75.75H.75a.75.75 0 010-1.5h1.5A.75.75 0 013 8zm10.657-5.657a.75.75 0 010 1.061l-1.061 1.06a.75.75 0 11-1.06-1.06l1.06-1.06a.75.75 0 011.06 0zm-9.193 9.193a.75.75 0 010 1.06l-1.06 1.061a.75.75 0 11-1.061-1.06l1.06-1.061a.75.75 0 011.061 0z"></path></svg>
  877. </div>
  878. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="sync-color-fg-muted">
  879. <svg height="16" class="octicon octicon-sync color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M8 2.5a5.487 5.487 0 00-4.131 1.869l1.204 1.204A.25.25 0 014.896 6H1.25A.25.25 0 011 5.75V2.104a.25.25 0 01.427-.177l1.38 1.38A7.001 7.001 0 0114.95 7.16a.75.75 0 11-1.49.178A5.501 5.501 0 008 2.5zM1.705 8.005a.75.75 0 01.834.656 5.501 5.501 0 009.592 2.97l-1.204-1.204a.25.25 0 01.177-.427h3.646a.25.25 0 01.25.25v3.646a.25.25 0 01-.427.177l-1.38-1.38A7.001 7.001 0 011.05 8.84a.75.75 0 01.656-.834z"></path></svg>
  880. </div>
  881. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="trash-color-fg-muted">
  882. <svg height="16" class="octicon octicon-trash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M6.5 1.75a.25.25 0 01.25-.25h2.5a.25.25 0 01.25.25V3h-3V1.75zm4.5 0V3h2.25a.75.75 0 010 1.5H2.75a.75.75 0 010-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75zM4.496 6.675a.75.75 0 10-1.492.15l.66 6.6A1.75 1.75 0 005.405 15h5.19c.9 0 1.652-.681 1.741-1.576l.66-6.6a.75.75 0 00-1.492-.149l-.66 6.6a.25.25 0 01-.249.225h-5.19a.25.25 0 01-.249-.225l-.66-6.6z"></path></svg>
  883. </div>
  884. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="key-color-fg-muted">
  885. <svg height="16" class="octicon octicon-key color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M6.5 5.5a4 4 0 112.731 3.795.75.75 0 00-.768.18L7.44 10.5H6.25a.75.75 0 00-.75.75v1.19l-.06.06H4.25a.75.75 0 00-.75.75v1.19l-.06.06H1.75a.25.25 0 01-.25-.25v-1.69l5.024-5.023a.75.75 0 00.181-.768A3.995 3.995 0 016.5 5.5zm4-5.5a5.5 5.5 0 00-5.348 6.788L.22 11.72a.75.75 0 00-.22.53v2C0 15.216.784 16 1.75 16h2a.75.75 0 00.53-.22l.5-.5a.75.75 0 00.22-.53V14h.75a.75.75 0 00.53-.22l.5-.5a.75.75 0 00.22-.53V12h.75a.75.75 0 00.53-.22l.932-.932A5.5 5.5 0 1010.5 0zm.5 6a1 1 0 100-2 1 1 0 000 2z"></path></svg>
  886. </div>
  887. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="comment-discussion-color-fg-muted">
  888. <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 fill-rule="evenodd" d="M1.5 2.75a.25.25 0 01.25-.25h8.5a.25.25 0 01.25.25v5.5a.25.25 0 01-.25.25h-3.5a.75.75 0 00-.53.22L3.5 11.44V9.25a.75.75 0 00-.75-.75h-1a.25.25 0 01-.25-.25v-5.5zM1.75 1A1.75 1.75 0 000 2.75v5.5C0 9.216.784 10 1.75 10H2v1.543a1.457 1.457 0 002.487 1.03L7.061 10h3.189A1.75 1.75 0 0012 8.25v-5.5A1.75 1.75 0 0010.25 1h-8.5zM14.5 4.75a.25.25 0 00-.25-.25h-.5a.75.75 0 110-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0114.25 12H14v1.543a1.457 1.457 0 01-2.487 1.03L9.22 12.28a.75.75 0 111.06-1.06l2.22 2.22v-2.19a.75.75 0 01.75-.75h1a.25.25 0 00.25-.25v-5.5z"></path></svg>
  889. </div>
  890. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="bell-color-fg-muted">
  891. <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 001.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 008 16z"></path><path fill-rule="evenodd" d="M8 1.5A3.5 3.5 0 004.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556a.018.018 0 00-.003.01l.001.006c0 .002.002.004.004.006a.017.017 0 00.006.004l.007.001h10.964l.007-.001a.016.016 0 00.006-.004.016.016 0 00.004-.006l.001-.007a.017.017 0 00-.003-.01l-1.703-2.554a1.75 1.75 0 01-.294-.97V5A3.5 3.5 0 008 1.5zM3 5a5 5 0 0110 0v2.947c0 .05.015.098.042.139l1.703 2.555A1.518 1.518 0 0113.482 13H2.518a1.518 1.518 0 01-1.263-2.36l1.703-2.554A.25.25 0 003 7.947V5z"></path></svg>
  892. </div>
  893. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="bell-slash-color-fg-muted">
  894. <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 fill-rule="evenodd" d="M8 1.5c-.997 0-1.895.416-2.534 1.086A.75.75 0 014.38 1.55 5 5 0 0113 5v2.373a.75.75 0 01-1.5 0V5A3.5 3.5 0 008 1.5zM4.182 4.31L1.19 2.143a.75.75 0 10-.88 1.214L3 5.305v2.642a.25.25 0 01-.042.139L1.255 10.64A1.518 1.518 0 002.518 13h11.108l1.184.857a.75.75 0 10.88-1.214l-1.375-.996a1.196 1.196 0 00-.013-.01L4.198 4.321a.733.733 0 00-.016-.011zm7.373 7.19L4.5 6.391v1.556c0 .346-.102.683-.294.97l-1.703 2.556a.018.018 0 00-.003.01.015.015 0 00.005.012.017.017 0 00.006.004l.007.001h9.037zM8 16a2 2 0 001.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 008 16z"></path></svg>
  895. </div>
  896. <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="paintbrush-color-fg-muted">
  897. <svg height="16" class="octicon octicon-paintbrush color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path fill-rule="evenodd" d="M11.134 1.535C9.722 2.562 8.16 4.057 6.889 5.312 5.8 6.387 5.041 7.401 4.575 8.294a3.745 3.745 0 00-3.227 1.054c-.43.431-.69 1.066-.86 1.657a11.982 11.982 0 00-.358 1.914A21.263 21.263 0 000 15.203v.054l.75-.007-.007.75h.054a14.404 14.404 0 00.654-.012 21.243 21.243 0 001.63-.118c.62-.07 1.3-.18 1.914-.357.592-.17 1.226-.43 1.657-.861a3.745 3.745 0 001.055-3.217c.908-.461 1.942-1.216 3.04-2.3 1.279-1.262 2.764-2.825 3.775-4.249.501-.706.923-1.428 1.125-2.096.2-.659.235-1.469-.368-2.07-.606-.607-1.42-.55-2.069-.34-.66.213-1.376.646-2.076 1.155zm-3.95 8.48a3.76 3.76 0 00-1.19-1.192 9.758 9.758 0 011.161-1.607l1.658 1.658a9.853 9.853 0 01-1.63 1.142zM.742 16l.007-.75-.75.008A.75.75 0 00.743 16zM12.016 2.749c-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-.112-.113-.548.027-.432.14-.995.462-1.655.942zM1.62 13.089a19.56 19.56 0 00-.104 1.395 19.55 19.55 0 001.396-.104 10.528 10.528 0 001.668-.309c.526-.151.856-.325 1.011-.48a2.25 2.25 0 00-3.182-3.182c-.155.155-.329.485-.48 1.01a10.515 10.515 0 00-.309 1.67z"></path></svg>
  898. </div>
  899. <command-palette-item-group
  900. data-group-id="top"
  901. data-group-title="Top result"
  902. data-group-hint=""
  903. data-group-limits="{}"
  904. data-default-priority="0"
  905. >
  906. </command-palette-item-group>
  907. <command-palette-item-group
  908. data-group-id="commands"
  909. data-group-title="Commands"
  910. data-group-hint="Type &gt; to filter"
  911. data-group-limits="{&quot;static_items_page&quot;:50,&quot;issue&quot;:50,&quot;pull_request&quot;:50,&quot;discussion&quot;:50}"
  912. data-default-priority="1"
  913. >
  914. </command-palette-item-group>
  915. <command-palette-item-group
  916. data-group-id="global_commands"
  917. data-group-title="Global Commands"
  918. data-group-hint="Type &gt; to filter"
  919. data-group-limits="{&quot;issue&quot;:0,&quot;pull_request&quot;:0,&quot;discussion&quot;:0}"
  920. data-default-priority="2"
  921. >
  922. </command-palette-item-group>
  923. <command-palette-item-group
  924. data-group-id="this_page"
  925. data-group-title="This Page"
  926. data-group-hint=""
  927. data-group-limits="{}"
  928. data-default-priority="3"
  929. >
  930. </command-palette-item-group>
  931. <command-palette-item-group
  932. data-group-id="files"
  933. data-group-title="Files"
  934. data-group-hint=""
  935. data-group-limits="{}"
  936. data-default-priority="4"
  937. >
  938. </command-palette-item-group>
  939. <command-palette-item-group
  940. data-group-id="default"
  941. data-group-title="Default"
  942. data-group-hint=""
  943. data-group-limits="{&quot;static_items_page&quot;:50}"
  944. data-default-priority="5"
  945. >
  946. </command-palette-item-group>
  947. <command-palette-item-group
  948. data-group-id="pages"
  949. data-group-title="Pages"
  950. data-group-hint=""
  951. data-group-limits="{&quot;repository&quot;:10}"
  952. data-default-priority="6"
  953. >
  954. </command-palette-item-group>
  955. <command-palette-item-group
  956. data-group-id="access_policies"
  957. data-group-title="Access Policies"
  958. data-group-hint=""
  959. data-group-limits="{}"
  960. data-default-priority="7"
  961. >
  962. </command-palette-item-group>
  963. <command-palette-item-group
  964. data-group-id="organizations"
  965. data-group-title="Organizations"
  966. data-group-hint=""
  967. data-group-limits="{}"
  968. data-default-priority="8"
  969. >
  970. </command-palette-item-group>
  971. <command-palette-item-group
  972. data-group-id="repositories"
  973. data-group-title="Repositories"
  974. data-group-hint=""
  975. data-group-limits="{}"
  976. data-default-priority="9"
  977. >
  978. </command-palette-item-group>
  979. <command-palette-item-group
  980. data-group-id="references"
  981. data-group-title="Issues, pull requests, and discussions"
  982. data-group-hint="Type # to filter"
  983. data-group-limits="{}"
  984. data-default-priority="10"
  985. >
  986. </command-palette-item-group>
  987. <command-palette-item-group
  988. data-group-id="teams"
  989. data-group-title="Teams"
  990. data-group-hint=""
  991. data-group-limits="{}"
  992. data-default-priority="11"
  993. >
  994. </command-palette-item-group>
  995. <command-palette-item-group
  996. data-group-id="users"
  997. data-group-title="Users"
  998. data-group-hint=""
  999. data-group-limits="{}"
  1000. data-default-priority="12"
  1001. >
  1002. </command-palette-item-group>
  1003. <command-palette-item-group
  1004. data-group-id="projects"
  1005. data-group-title="Projects"
  1006. data-group-hint=""
  1007. data-group-limits="{}"
  1008. data-default-priority="13"
  1009. >
  1010. </command-palette-item-group>
  1011. <command-palette-item-group
  1012. data-group-id="footer"
  1013. data-group-title="Footer"
  1014. data-group-hint=""
  1015. data-group-limits="{}"
  1016. data-default-priority="14"
  1017. >
  1018. </command-palette-item-group>
  1019. <command-palette-item-group
  1020. data-group-id="modes_help"
  1021. data-group-title="Modes"
  1022. data-group-hint=""
  1023. data-group-limits="{}"
  1024. data-default-priority="15"
  1025. >
  1026. </command-palette-item-group>
  1027. <command-palette-item-group
  1028. data-group-id="filters_help"
  1029. data-group-title="Use filters in issues, pull requests, discussions, and projects"
  1030. data-group-hint=""
  1031. data-group-limits="{}"
  1032. data-default-priority="16"
  1033. >
  1034. </command-palette-item-group>
  1035. <command-palette-page
  1036. data-page-title="productiontype"
  1037. data-scope-id="MDQ6VXNlcjU2MTg2NzA="
  1038. data-scope-type="owner"
  1039. data-targets="command-palette-page-stack.defaultPages"
  1040. hidden
  1041. >
  1042. </command-palette-page>
  1043. <command-palette-page
  1044. data-page-title="Newsreader"
  1045. data-scope-id="MDEwOlJlcG9zaXRvcnkyNDIyMjUwMTk="
  1046. data-scope-type="repository"
  1047. data-targets="command-palette-page-stack.defaultPages"
  1048. hidden
  1049. >
  1050. </command-palette-page>
  1051. </div>
  1052. <command-palette-page data-is-root>
  1053. </command-palette-page>
  1054. <command-palette-page
  1055. data-page-title="productiontype"
  1056. data-scope-id="MDQ6VXNlcjU2MTg2NzA="
  1057. data-scope-type="owner"
  1058. >
  1059. </command-palette-page>
  1060. <command-palette-page
  1061. data-page-title="Newsreader"
  1062. data-scope-id="MDEwOlJlcG9zaXRvcnkyNDIyMjUwMTk="
  1063. data-scope-type="repository"
  1064. >
  1065. </command-palette-page>
  1066. </command-palette-page-stack>
  1067. <server-defined-provider data-type="search-links" data-targets="command-palette.serverDefinedProviderElements"></server-defined-provider>
  1068. <server-defined-provider data-type="help" data-targets="command-palette.serverDefinedProviderElements">
  1069. <command-palette-help
  1070. data-group="modes_help"
  1071. data-prefix="#"
  1072. data-scope-types="[&quot;&quot;]"
  1073. >
  1074. <span data-target="command-palette-help.titleElement">Search for <strong>issues</strong> and <strong>pull requests</strong></span>
  1075. <span data-target="command-palette-help.hintElement">
  1076. <kbd class="hx_kbd">#</kbd>
  1077. </span>
  1078. </command-palette-help>
  1079. <command-palette-help
  1080. data-group="modes_help"
  1081. data-prefix="#"
  1082. data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
  1083. >
  1084. <span data-target="command-palette-help.titleElement">Search for <strong>issues, pull requests, discussions,</strong> and <strong>projects</strong></span>
  1085. <span data-target="command-palette-help.hintElement">
  1086. <kbd class="hx_kbd">#</kbd>
  1087. </span>
  1088. </command-palette-help>
  1089. <command-palette-help
  1090. data-group="modes_help"
  1091. data-prefix="@"
  1092. data-scope-types="[&quot;&quot;]"
  1093. >
  1094. <span data-target="command-palette-help.titleElement">Search for <strong>organizations, repositories,</strong> and <strong>users</strong></span>
  1095. <span data-target="command-palette-help.hintElement">
  1096. <kbd class="hx_kbd">@</kbd>
  1097. </span>
  1098. </command-palette-help>
  1099. <command-palette-help
  1100. data-group="modes_help"
  1101. data-prefix="!"
  1102. data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
  1103. >
  1104. <span data-target="command-palette-help.titleElement">Search for <strong>projects</strong></span>
  1105. <span data-target="command-palette-help.hintElement">
  1106. <kbd class="hx_kbd">!</kbd>
  1107. </span>
  1108. </command-palette-help>
  1109. <command-palette-help
  1110. data-group="modes_help"
  1111. data-prefix="/"
  1112. data-scope-types="[&quot;repository&quot;]"
  1113. >
  1114. <span data-target="command-palette-help.titleElement">Search for <strong>files</strong></span>
  1115. <span data-target="command-palette-help.hintElement">
  1116. <kbd class="hx_kbd">/</kbd>
  1117. </span>
  1118. </command-palette-help>
  1119. <command-palette-help
  1120. data-group="modes_help"
  1121. data-prefix="&gt;"
  1122. >
  1123. <span data-target="command-palette-help.titleElement">Activate <strong>command mode</strong></span>
  1124. <span data-target="command-palette-help.hintElement">
  1125. <kbd class="hx_kbd">&gt;</kbd>
  1126. </span>
  1127. </command-palette-help>
  1128. <command-palette-help
  1129. data-group="filters_help"
  1130. data-prefix="# author:@me"
  1131. >
  1132. <span data-target="command-palette-help.titleElement">Search your issues, pull requests, and discussions</span>
  1133. <span data-target="command-palette-help.hintElement">
  1134. <kbd class="hx_kbd"># author:@me</kbd>
  1135. </span>
  1136. </command-palette-help>
  1137. <command-palette-help
  1138. data-group="filters_help"
  1139. data-prefix="# author:@me"
  1140. >
  1141. <span data-target="command-palette-help.titleElement">Search your issues, pull requests, and discussions</span>
  1142. <span data-target="command-palette-help.hintElement">
  1143. <kbd class="hx_kbd"># author:@me</kbd>
  1144. </span>
  1145. </command-palette-help>
  1146. <command-palette-help
  1147. data-group="filters_help"
  1148. data-prefix="# is:pr"
  1149. >
  1150. <span data-target="command-palette-help.titleElement">Filter to pull requests</span>
  1151. <span data-target="command-palette-help.hintElement">
  1152. <kbd class="hx_kbd"># is:pr</kbd>
  1153. </span>
  1154. </command-palette-help>
  1155. <command-palette-help
  1156. data-group="filters_help"
  1157. data-prefix="# is:issue"
  1158. >
  1159. <span data-target="command-palette-help.titleElement">Filter to issues</span>
  1160. <span data-target="command-palette-help.hintElement">
  1161. <kbd class="hx_kbd"># is:issue</kbd>
  1162. </span>
  1163. </command-palette-help>
  1164. <command-palette-help
  1165. data-group="filters_help"
  1166. data-prefix="# is:discussion"
  1167. data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
  1168. >
  1169. <span data-target="command-palette-help.titleElement">Filter to discussions</span>
  1170. <span data-target="command-palette-help.hintElement">
  1171. <kbd class="hx_kbd"># is:discussion</kbd>
  1172. </span>
  1173. </command-palette-help>
  1174. <command-palette-help
  1175. data-group="filters_help"
  1176. data-prefix="# is:project"
  1177. data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
  1178. >
  1179. <span data-target="command-palette-help.titleElement">Filter to projects</span>
  1180. <span data-target="command-palette-help.hintElement">
  1181. <kbd class="hx_kbd"># is:project</kbd>
  1182. </span>
  1183. </command-palette-help>
  1184. <command-palette-help
  1185. data-group="filters_help"
  1186. data-prefix="# is:open"
  1187. >
  1188. <span data-target="command-palette-help.titleElement">Filter to open issues, pull requests, and discussions</span>
  1189. <span data-target="command-palette-help.hintElement">
  1190. <kbd class="hx_kbd"># is:open</kbd>
  1191. </span>
  1192. </command-palette-help>
  1193. </server-defined-provider>
  1194. <server-defined-provider
  1195. data-type="commands"
  1196. data-fetch-debounce="0"
  1197. data-src="/command_palette/commands"
  1198. data-supported-modes="[]"
  1199. data-supports-commands
  1200. data-targets="command-palette.serverDefinedProviderElements"
  1201. ></server-defined-provider>
  1202. <server-defined-provider
  1203. data-type="prefetched"
  1204. data-fetch-debounce="0"
  1205. data-src="/command_palette/jump_to_page_navigation"
  1206. data-supported-modes="[&quot;&quot;]"
  1207. data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
  1208. data-targets="command-palette.serverDefinedProviderElements"
  1209. ></server-defined-provider>
  1210. <server-defined-provider
  1211. data-type="remote"
  1212. data-fetch-debounce="200"
  1213. data-src="/command_palette/issues"
  1214. data-supported-modes="[&quot;#&quot;,&quot;#&quot;]"
  1215. data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;,&quot;&quot;]"
  1216. data-targets="command-palette.serverDefinedProviderElements"
  1217. ></server-defined-provider>
  1218. <server-defined-provider
  1219. data-type="remote"
  1220. data-fetch-debounce="200"
  1221. data-src="/command_palette/jump_to"
  1222. data-supported-modes="[&quot;@&quot;,&quot;@&quot;]"
  1223. data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
  1224. data-targets="command-palette.serverDefinedProviderElements"
  1225. ></server-defined-provider>
  1226. <server-defined-provider
  1227. data-type="remote"
  1228. data-fetch-debounce="200"
  1229. data-src="/command_palette/jump_to_members_only"
  1230. data-supported-modes="[&quot;@&quot;,&quot;@&quot;,&quot;&quot;,&quot;&quot;]"
  1231. data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
  1232. data-targets="command-palette.serverDefinedProviderElements"
  1233. ></server-defined-provider>
  1234. <server-defined-provider
  1235. data-type="prefetched"
  1236. data-fetch-debounce="0"
  1237. data-src="/command_palette/jump_to_members_only_prefetched"
  1238. data-supported-modes="[&quot;@&quot;,&quot;@&quot;,&quot;&quot;,&quot;&quot;]"
  1239. data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
  1240. data-targets="command-palette.serverDefinedProviderElements"
  1241. ></server-defined-provider>
  1242. <server-defined-provider
  1243. data-type="files"
  1244. data-fetch-debounce="0"
  1245. data-src="/command_palette/files"
  1246. data-supported-modes="[&quot;/&quot;]"
  1247. data-supported-scope-types="[&quot;repository&quot;]"
  1248. data-targets="command-palette.serverDefinedProviderElements"
  1249. ></server-defined-provider>
  1250. <server-defined-provider
  1251. data-type="remote"
  1252. data-fetch-debounce="200"
  1253. data-src="/command_palette/discussions"
  1254. data-supported-modes="[&quot;#&quot;]"
  1255. data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
  1256. data-targets="command-palette.serverDefinedProviderElements"
  1257. ></server-defined-provider>
  1258. <server-defined-provider
  1259. data-type="remote"
  1260. data-fetch-debounce="200"
  1261. data-src="/command_palette/projects"
  1262. data-supported-modes="[&quot;#&quot;,&quot;!&quot;]"
  1263. data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
  1264. data-targets="command-palette.serverDefinedProviderElements"
  1265. ></server-defined-provider>
  1266. <server-defined-provider
  1267. data-type="prefetched"
  1268. data-fetch-debounce="0"
  1269. data-src="/command_palette/recent_issues"
  1270. data-supported-modes="[&quot;#&quot;,&quot;#&quot;]"
  1271. data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;,&quot;&quot;]"
  1272. data-targets="command-palette.serverDefinedProviderElements"
  1273. ></server-defined-provider>
  1274. <server-defined-provider
  1275. data-type="remote"
  1276. data-fetch-debounce="200"
  1277. data-src="/command_palette/teams"
  1278. data-supported-modes="[&quot;@&quot;,&quot;&quot;]"
  1279. data-supported-scope-types="[&quot;owner&quot;]"
  1280. data-targets="command-palette.serverDefinedProviderElements"
  1281. ></server-defined-provider>
  1282. <server-defined-provider
  1283. data-type="remote"
  1284. data-fetch-debounce="200"
  1285. data-src="/command_palette/name_with_owner_repository"
  1286. data-supported-modes="[&quot;@&quot;,&quot;@&quot;,&quot;&quot;,&quot;&quot;]"
  1287. data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
  1288. data-targets="command-palette.serverDefinedProviderElements"
  1289. ></server-defined-provider>
  1290. </command-palette>
  1291. </details-dialog>
  1292. </details>
  1293. <div class="position-fixed bottom-0 left-0 ml-5 mb-5 js-command-palette-toasts" style="z-index: 1000">
  1294. <div hidden class="Toast Toast--loading">
  1295. <span class="Toast-icon">
  1296. <svg class="Toast--spinner" viewBox="0 0 32 32" width="18" height="18" aria-hidden="true">
  1297. <path
  1298. fill="#959da5"
  1299. 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"
  1300. />
  1301. <path fill="#ffffff" d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z"></path>
  1302. </svg>
  1303. </span>
  1304. <span class="Toast-content"></span>
  1305. </div>
  1306. <div hidden class="anim-fade-in fast Toast Toast--error">
  1307. <span class="Toast-icon">
  1308. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-stop">
  1309. <path fill-rule="evenodd" d="M4.47.22A.75.75 0 015 0h6a.75.75 0 01.53.22l4.25 4.25c.141.14.22.331.22.53v6a.75.75 0 01-.22.53l-4.25 4.25A.75.75 0 0111 16H5a.75.75 0 01-.53-.22L.22 11.53A.75.75 0 010 11V5a.75.75 0 01.22-.53L4.47.22zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5H5.31zM8 4a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 018 4zm0 8a1 1 0 100-2 1 1 0 000 2z"></path>
  1310. </svg>
  1311. </span>
  1312. <span class="Toast-content"></span>
  1313. </div>
  1314. <div hidden class="anim-fade-in fast Toast Toast--warning">
  1315. <span class="Toast-icon">
  1316. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
  1317. <path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path>
  1318. </svg>
  1319. </span>
  1320. <span class="Toast-content"></span>
  1321. </div>
  1322. <div hidden class="anim-fade-in fast Toast Toast--success">
  1323. <span class="Toast-icon">
  1324. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check">
  1325. <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
  1326. </svg>
  1327. </span>
  1328. <span class="Toast-content"></span>
  1329. </div>
  1330. <div hidden class="anim-fade-in fast Toast">
  1331. <span class="Toast-icon">
  1332. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-info">
  1333. <path fill-rule="evenodd" d="M8 1.5a6.5 6.5 0 100 13 6.5 6.5 0 000-13zM0 8a8 8 0 1116 0A8 8 0 010 8zm6.5-.25A.75.75 0 017.25 7h1a.75.75 0 01.75.75v2.75h.25a.75.75 0 010 1.5h-2a.75.75 0 010-1.5h.25v-2h-.25a.75.75 0 01-.75-.75zM8 6a1 1 0 100-2 1 1 0 000 2z"></path>
  1334. </svg>
  1335. </span>
  1336. <span class="Toast-content"></span>
  1337. </div>
  1338. </div>
  1339. <div
  1340. class="application-main "
  1341. data-commit-hovercards-enabled
  1342. data-discussion-hovercards-enabled
  1343. data-issue-and-pr-hovercards-enabled
  1344. >
  1345. <div itemscope itemtype="http://schema.org/SoftwareSourceCode" class="">
  1346. <main id="js-repo-pjax-container" >
  1347. <div id="repository-container-header" class="pt-3 hide-full-screen" style="background-color: var(--color-page-header-bg);" data-turbo-replace>
  1348. <div class="d-flex flex-wrap flex-justify-end mb-3 px-3 px-md-4 px-lg-5" style="gap: 1rem;">
  1349. <div class="flex-auto min-width-0 width-fit mr-3">
  1350. <div class=" d-flex flex-wrap flex-items-center wb-break-word f3 text-normal">
  1351. <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">
  1352. <path fill-rule="evenodd" d="M2 2.5A2.5 2.5 0 014.5 0h8.75a.75.75 0 01.75.75v12.5a.75.75 0 01-.75.75h-2.5a.75.75 0 110-1.5h1.75v-2h-8a1 1 0 00-.714 1.7.75.75 0 01-1.072 1.05A2.495 2.495 0 012 11.5v-9zm10.5-1V9h-8c-.356 0-.694.074-1 .208V2.5a1 1 0 011-1h8zM5 12.25v3.25a.25.25 0 00.4.2l1.45-1.087a.25.25 0 01.3 0L8.6 15.7a.25.25 0 00.4-.2v-3.25a.25.25 0 00-.25-.25h-3.5a.25.25 0 00-.25.25z"></path>
  1353. </svg>
  1354. <span class="author flex-self-stretch" itemprop="author">
  1355. <a class="url fn" rel="author" data-hovercard-type="user" data-hovercard-url="/users/productiontype/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="/productiontype">productiontype</a>
  1356. </span>
  1357. <span class="mx-1 flex-self-stretch color-fg-muted">/</span>
  1358. <strong itemprop="name" class="mr-2 flex-self-stretch">
  1359. <a data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" href="/productiontype/Newsreader">Newsreader</a>
  1360. </strong>
  1361. <span></span><span class="Label Label--secondary v-align-middle mr-1">Public</span>
  1362. </div>
  1363. </div>
  1364. <ul class="pagehead-actions flex-shrink-0 d-none d-md-inline" style="padding: 2px 0;">
  1365. <li>
  1366. <notifications-list-subscription-form
  1367. data-action="notifications-dialog-label-toggled:notifications-list-subscription-form#handleDialogLabelToggle"
  1368. class="f5 position-relative"
  1369. >
  1370. <details
  1371. class="details-reset details-overlay f5 position-relative"
  1372. data-target="notifications-list-subscription-form.details"
  1373. data-action="toggle:notifications-list-subscription-form#detailsToggled"
  1374. >
  1375. <summary data-hydro-click="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;WATCH_BUTTON&quot;,&quot;repository_id&quot;:242225019,&quot;originating_url&quot;:&quot;https://github.com/productiontype/Newsreader/blob/master/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2&quot;,&quot;user_id&quot;:1645628}}" data-hydro-click-hmac="951fa5a0a7f1d0beb6dfb92195be6717020c29bc83bac6f5b1e5e2f26cd6c320" data-ga-click="Repository, click Watch settings, action:blob#show" aria-label="Notification settings" data-view-component="true" class="btn-sm btn"> <span data-menu-button>
  1376. <span
  1377. hidden
  1378. data-target="notifications-list-subscription-form.unwatchButtonCopy"
  1379. >
  1380. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-eye">
  1381. <path fill-rule="evenodd" d="M1.679 7.932c.412-.621 1.242-1.75 2.366-2.717C5.175 4.242 6.527 3.5 8 3.5c1.473 0 2.824.742 3.955 1.715 1.124.967 1.954 2.096 2.366 2.717a.119.119 0 010 .136c-.412.621-1.242 1.75-2.366 2.717C10.825 11.758 9.473 12.5 8 12.5c-1.473 0-2.824-.742-3.955-1.715C2.92 9.818 2.09 8.69 1.679 8.068a.119.119 0 010-.136zM8 2c-1.981 0-3.67.992-4.933 2.078C1.797 5.169.88 6.423.43 7.1a1.619 1.619 0 000 1.798c.45.678 1.367 1.932 2.637 3.024C4.329 13.008 6.019 14 8 14c1.981 0 3.67-.992 4.933-2.078 1.27-1.091 2.187-2.345 2.637-3.023a1.619 1.619 0 000-1.798c-.45-.678-1.367-1.932-2.637-3.023C11.671 2.992 9.981 2 8 2zm0 8a2 2 0 100-4 2 2 0 000 4z"></path>
  1382. </svg>
  1383. Unwatch
  1384. </span>
  1385. <span
  1386. hidden
  1387. data-target="notifications-list-subscription-form.stopIgnoringButtonCopy"
  1388. >
  1389. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bell-slash">
  1390. <path fill-rule="evenodd" d="M8 1.5c-.997 0-1.895.416-2.534 1.086A.75.75 0 014.38 1.55 5 5 0 0113 5v2.373a.75.75 0 01-1.5 0V5A3.5 3.5 0 008 1.5zM4.182 4.31L1.19 2.143a.75.75 0 10-.88 1.214L3 5.305v2.642a.25.25 0 01-.042.139L1.255 10.64A1.518 1.518 0 002.518 13h11.108l1.184.857a.75.75 0 10.88-1.214l-1.375-.996a1.196 1.196 0 00-.013-.01L4.198 4.321a.733.733 0 00-.016-.011zm7.373 7.19L4.5 6.391v1.556c0 .346-.102.683-.294.97l-1.703 2.556a.018.018 0 00-.003.01.015.015 0 00.005.012.017.017 0 00.006.004l.007.001h9.037zM8 16a2 2 0 001.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 008 16z"></path>
  1391. </svg>
  1392. Stop ignoring
  1393. </span>
  1394. <span
  1395. data-target="notifications-list-subscription-form.watchButtonCopy"
  1396. >
  1397. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-eye">
  1398. <path fill-rule="evenodd" d="M1.679 7.932c.412-.621 1.242-1.75 2.366-2.717C5.175 4.242 6.527 3.5 8 3.5c1.473 0 2.824.742 3.955 1.715 1.124.967 1.954 2.096 2.366 2.717a.119.119 0 010 .136c-.412.621-1.242 1.75-2.366 2.717C10.825 11.758 9.473 12.5 8 12.5c-1.473 0-2.824-.742-3.955-1.715C2.92 9.818 2.09 8.69 1.679 8.068a.119.119 0 010-.136zM8 2c-1.981 0-3.67.992-4.933 2.078C1.797 5.169.88 6.423.43 7.1a1.619 1.619 0 000 1.798c.45.678 1.367 1.932 2.637 3.024C4.329 13.008 6.019 14 8 14c1.981 0 3.67-.992 4.933-2.078 1.27-1.091 2.187-2.345 2.637-3.023a1.619 1.619 0 000-1.798c-.45-.678-1.367-1.932-2.637-3.023C11.671 2.992 9.981 2 8 2zm0 8a2 2 0 100-4 2 2 0 000 4z"></path>
  1399. </svg>
  1400. Watch
  1401. </span>
  1402. </span>
  1403. <span id="repo-notifications-counter" data-target="notifications-list-subscription-form.socialCount" data-pjax-replace="true" data-turbo-replace="true" title="6" data-view-component="true" class="Counter">6</span>
  1404. <span class="dropdown-caret"></span>
  1405. </summary>
  1406. <details-menu
  1407. class="SelectMenu "
  1408. role="menu"
  1409. data-target="notifications-list-subscription-form.menu"
  1410. >
  1411. <div class="SelectMenu-modal notifications-component-menu-modal">
  1412. <header class="SelectMenu-header">
  1413. <h3 class="SelectMenu-title">Notifications</h3>
  1414. <button class="SelectMenu-closeButton" type="button" aria-label="Close menu" data-action="click:notifications-list-subscription-form#closeMenu">
  1415. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
  1416. <path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path>
  1417. </svg>
  1418. </button>
  1419. </header>
  1420. <div class="SelectMenu-list">
  1421. <!-- '"` --><!-- </textarea></xmp> --></option></form><form data-target="notifications-list-subscription-form.form" data-action="submit:notifications-list-subscription-form#submitForm" data-turbo="false" action="/notifications/subscribe" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="ug5m_MJGZ4ePBdnrrTzNyg7d0JmA148aY_1bniZexiL7KFrRx5BAMjQU6aKo4Na8Q6YKC8jM8scyP1G8ViwQhA" autocomplete="off" />
  1422. <input type="hidden" name="repository_id" value="242225019">
  1423. <button
  1424. type="submit"
  1425. name="do"
  1426. value="included"
  1427. class="SelectMenu-item flex-items-start"
  1428. role="menuitemradio"
  1429. aria-checked="true"
  1430. data-targets="notifications-list-subscription-form.subscriptionButtons"
  1431. >
  1432. <span class="f5">
  1433. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check SelectMenu-icon SelectMenu-icon--check">
  1434. <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
  1435. </svg>
  1436. </span>
  1437. <div>
  1438. <div class="f5 text-bold">
  1439. Participating and @mentions
  1440. </div>
  1441. <div class="text-small color-fg-muted text-normal pb-1">
  1442. Only receive notifications from this repository when participating or @mentioned.
  1443. </div>
  1444. </div>
  1445. </button>
  1446. <button
  1447. type="submit"
  1448. name="do"
  1449. value="subscribed"
  1450. class="SelectMenu-item flex-items-start"
  1451. role="menuitemradio"
  1452. aria-checked="false"
  1453. data-targets="notifications-list-subscription-form.subscriptionButtons"
  1454. >
  1455. <span class="f5">
  1456. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check SelectMenu-icon SelectMenu-icon--check">
  1457. <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
  1458. </svg>
  1459. </span>
  1460. <div>
  1461. <div class="f5 text-bold">
  1462. All Activity
  1463. </div>
  1464. <div class="text-small color-fg-muted text-normal pb-1">
  1465. Notified of all notifications on this repository.
  1466. </div>
  1467. </div>
  1468. </button>
  1469. <button
  1470. type="submit"
  1471. name="do"
  1472. value="ignore"
  1473. class="SelectMenu-item flex-items-start"
  1474. role="menuitemradio"
  1475. aria-checked="false"
  1476. data-targets="notifications-list-subscription-form.subscriptionButtons"
  1477. >
  1478. <span class="f5">
  1479. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check SelectMenu-icon SelectMenu-icon--check">
  1480. <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
  1481. </svg>
  1482. </span>
  1483. <div>
  1484. <div class="f5 text-bold">
  1485. Ignore
  1486. </div>
  1487. <div class="text-small color-fg-muted text-normal pb-1">
  1488. Never be notified.
  1489. </div>
  1490. </div>
  1491. </button>
  1492. </form>
  1493. <button
  1494. class="SelectMenu-item flex-items-start pr-3"
  1495. type="button"
  1496. role="menuitemradio"
  1497. data-target="notifications-list-subscription-form.customButton"
  1498. data-action="click:notifications-list-subscription-form#openCustomDialog"
  1499. aria-haspopup="true"
  1500. aria-checked="false"
  1501. >
  1502. <span class="f5">
  1503. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check SelectMenu-icon SelectMenu-icon--check">
  1504. <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
  1505. </svg>
  1506. </span>
  1507. <div>
  1508. <div class="d-flex flex-items-start flex-justify-between">
  1509. <div class="f5 text-bold">Custom</div>
  1510. <div class="f5 pr-1">
  1511. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-arrow-right">
  1512. <path fill-rule="evenodd" d="M8.22 2.97a.75.75 0 011.06 0l4.25 4.25a.75.75 0 010 1.06l-4.25 4.25a.75.75 0 01-1.06-1.06l2.97-2.97H3.75a.75.75 0 010-1.5h7.44L8.22 4.03a.75.75 0 010-1.06z"></path>
  1513. </svg>
  1514. </div>
  1515. </div>
  1516. <div class="text-small color-fg-muted text-normal pb-1">
  1517. Select events you want to be notified of in addition to participating and @mentions.
  1518. </div>
  1519. </div>
  1520. </button>
  1521. </div>
  1522. </div>
  1523. </details-menu>
  1524. <details-dialog
  1525. class="notifications-component-dialog "
  1526. data-target="notifications-list-subscription-form.customDialog"
  1527. aria-label="Custom dialog"
  1528. hidden
  1529. >
  1530. <div class="SelectMenu-modal notifications-component-dialog-modal overflow-visible">
  1531. <!-- '"` --><!-- </textarea></xmp> --></option></form><form data-target="notifications-list-subscription-form.customform" data-action="submit:notifications-list-subscription-form#submitCustomForm" data-turbo="false" action="/notifications/subscribe" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="gbSfw6OcgNDrs88QA5F-fS4VvJE-Z2JCGHo9sac-PoPAkqPupkqnZVCi_1kGTWULY25mA3Z8H59JuDeT10zoJQ" autocomplete="off" />
  1532. <input type="hidden" name="repository_id" value="242225019">
  1533. <header class="d-sm-none SelectMenu-header pb-0 border-bottom-0 px-2 px-sm-3">
  1534. <h1 class="f3 SelectMenu-title d-inline-flex">
  1535. <button
  1536. class="color-bg-default border-0 px-2 py-0 m-0 Link--secondary f5"
  1537. aria-label="Return to menu"
  1538. type="button"
  1539. data-action="click:notifications-list-subscription-form#closeCustomDialog"
  1540. >
  1541. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-arrow-left">
  1542. <path fill-rule="evenodd" d="M7.78 12.53a.75.75 0 01-1.06 0L2.47 8.28a.75.75 0 010-1.06l4.25-4.25a.75.75 0 011.06 1.06L4.81 7h7.44a.75.75 0 010 1.5H4.81l2.97 2.97a.75.75 0 010 1.06z"></path>
  1543. </svg>
  1544. </button>
  1545. Custom
  1546. </h1>
  1547. </header>
  1548. <header class="d-none d-sm-flex flex-items-start pt-1">
  1549. <button
  1550. class="border-0 px-2 pt-1 m-0 Link--secondary f5"
  1551. style="background-color: transparent;"
  1552. aria-label="Return to menu"
  1553. type="button"
  1554. data-action="click:notifications-list-subscription-form#closeCustomDialog"
  1555. >
  1556. <svg style="position: relative; left: 2px; top: 1px" aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-arrow-left">
  1557. <path fill-rule="evenodd" d="M7.78 12.53a.75.75 0 01-1.06 0L2.47 8.28a.75.75 0 010-1.06l4.25-4.25a.75.75 0 011.06 1.06L4.81 7h7.44a.75.75 0 010 1.5H4.81l2.97 2.97a.75.75 0 010 1.06z"></path>
  1558. </svg>
  1559. </button>
  1560. <h1 class="pt-1 pr-4 pb-0 pl-0 f5 text-bold">
  1561. Custom
  1562. </h1>
  1563. </header>
  1564. <fieldset>
  1565. <legend>
  1566. <div class="text-small color-fg-muted pt-0 pr-3 pb-3 pl-6 pl-sm-5 border-bottom mb-3">
  1567. Select events you want to be notified of in addition to participating and @mentions.
  1568. </div>
  1569. </legend>
  1570. <div data-target="notifications-list-subscription-form.labelInputs">
  1571. </div>
  1572. <div class="form-checkbox mr-3 ml-6 ml-sm-5 mb-2 mt-0">
  1573. <label class="f5 text-normal">
  1574. <input
  1575. type="checkbox"
  1576. name="thread_types[]"
  1577. value="Issue"
  1578. data-targets="notifications-list-subscription-form.threadTypeCheckboxes"
  1579. data-action="change:notifications-list-subscription-form#threadTypeCheckboxesUpdated"
  1580. >
  1581. Issues
  1582. </label>
  1583. </div>
  1584. <div class="form-checkbox mr-3 ml-6 ml-sm-5 mb-2 mt-0">
  1585. <label class="f5 text-normal">
  1586. <input
  1587. type="checkbox"
  1588. name="thread_types[]"
  1589. value="PullRequest"
  1590. data-targets="notifications-list-subscription-form.threadTypeCheckboxes"
  1591. data-action="change:notifications-list-subscription-form#threadTypeCheckboxesUpdated"
  1592. >
  1593. Pull requests
  1594. </label>
  1595. </div>
  1596. <div class="form-checkbox mr-3 ml-6 ml-sm-5 mb-2 mt-0">
  1597. <label class="f5 text-normal">
  1598. <input
  1599. type="checkbox"
  1600. name="thread_types[]"
  1601. value="Release"
  1602. data-targets="notifications-list-subscription-form.threadTypeCheckboxes"
  1603. data-action="change:notifications-list-subscription-form#threadTypeCheckboxesUpdated"
  1604. >
  1605. Releases
  1606. </label>
  1607. </div>
  1608. <div class="form-checkbox mr-3 ml-6 ml-sm-5 mb-2 mt-0">
  1609. <label class="f5 text-normal">
  1610. <input
  1611. type="checkbox"
  1612. name="thread_types[]"
  1613. value="Discussion"
  1614. data-targets="notifications-list-subscription-form.threadTypeCheckboxes"
  1615. data-action="change:notifications-list-subscription-form#threadTypeCheckboxesUpdated"
  1616. aria-describedby="Discussion-disabled"
  1617. aria-disabled="true"
  1618. >
  1619. Discussions
  1620. </label>
  1621. <div
  1622. id="Discussion-disabled"
  1623. class="color-fg-muted"
  1624. >
  1625. Discussions are not enabled for this repository
  1626. </div>
  1627. </div>
  1628. <div class="form-checkbox mr-3 ml-6 ml-sm-5 mb-2 mt-0">
  1629. <label class="f5 text-normal">
  1630. <input
  1631. type="checkbox"
  1632. name="thread_types[]"
  1633. value="SecurityAlert"
  1634. data-targets="notifications-list-subscription-form.threadTypeCheckboxes"
  1635. data-action="change:notifications-list-subscription-form#threadTypeCheckboxesUpdated"
  1636. >
  1637. Security alerts
  1638. </label>
  1639. </div>
  1640. </fieldset>
  1641. <div class="pt-2 pb-3 px-3 d-flex flex-justify-start flex-row-reverse">
  1642. <button name="do" value="custom" data-target="notifications-list-subscription-form.customSubmit" disabled="disabled" type="submit" data-view-component="true" class="btn-primary btn-sm btn ml-2"> Apply
  1643. </button>
  1644. <button data-action="click:notifications-list-subscription-form#resetForm" data-close-dialog="" type="button" data-view-component="true" class="btn-sm btn"> Cancel
  1645. </button>
  1646. </div>
  1647. </form> </div>
  1648. </details-dialog>
  1649. <div class="notifications-component-dialog-overlay"></div>
  1650. </details>
  1651. </notifications-list-subscription-form>
  1652. </li>
  1653. <li>
  1654. <div data-view-component="true" class="BtnGroup">
  1655. <a icon="repo-forked" href="/productiontype/Newsreader/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;:242225019,&quot;originating_url&quot;:&quot;https://github.com/productiontype/Newsreader/blob/master/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2&quot;,&quot;user_id&quot;:1645628}}" data-hydro-click-hmac="562548fabe9c0f02af88a767da902a37619b92bad7c224c56e8a8271bdc5534a" data-ga-click="Repository, show fork modal, action:blob#show; text:Fork" aria-label="Fork your own copy of productiontype/Newsreader" data-view-component="true" class="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-repo-forked mr-2">
  1656. <path fill-rule="evenodd" d="M5 3.25a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm0 2.122a2.25 2.25 0 10-1.5 0v.878A2.25 2.25 0 005.75 8.5h1.5v2.128a2.251 2.251 0 101.5 0V8.5h1.5a2.25 2.25 0 002.25-2.25v-.878a2.25 2.25 0 10-1.5 0v.878a.75.75 0 01-.75.75h-4.5A.75.75 0 015 6.25v-.878zm3.75 7.378a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm3-8.75a.75.75 0 100-1.5.75.75 0 000 1.5z"></path>
  1657. </svg>Fork
  1658. <span id="repo-network-counter" data-pjax-replace="true" data-turbo-replace="true" title="3" data-view-component="true" class="Counter">3</span>
  1659. </a>
  1660. <details group_item="true" id="my-forks-menu-242225019" data-view-component="true" class="details-reset details-overlay BtnGroup-parent d-inline-block position-relative">
  1661. <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">
  1662. <path d="M4.427 7.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 7H4.604a.25.25 0 00-.177.427z"></path>
  1663. </svg>
  1664. </summary>
  1665. <details-menu
  1666. class="SelectMenu right-0"
  1667. src="/productiontype/Newsreader/my_forks_menu_content?can_fork=true"
  1668. role="menu"
  1669. >
  1670. <div class="SelectMenu-modal">
  1671. <button class="SelectMenu-closeButton position-absolute right-0 m-2" type="button" aria-label="Close menu" data-toggle-for="details-93c2bc">
  1672. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
  1673. <path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path>
  1674. </svg>
  1675. </button>
  1676. <div
  1677. id="filter-menu-93c2bc"
  1678. class="d-flex flex-column flex-1 overflow-hidden"
  1679. >
  1680. <div
  1681. class="SelectMenu-list"
  1682. >
  1683. <include-fragment class="SelectMenu-loading" aria-label="Loading">
  1684. <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">
  1685. <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
  1686. <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
  1687. </svg>
  1688. </include-fragment>
  1689. </div>
  1690. </div>
  1691. </div>
  1692. </details-menu>
  1693. </details></div>
  1694. </li>
  1695. <li>
  1696. <template class="js-unstar-confirmation-dialog-template">
  1697. <div class="Box-header">
  1698. <h2 class="Box-title">Unstar this repository?</h2>
  1699. </div>
  1700. <div class="Box-body">
  1701. <p class="mb-3">
  1702. This will remove {{ repoNameWithOwner }} from the {{ listsWithCount }} that it's been added to.
  1703. </p>
  1704. <div class="form-actions">
  1705. <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-social-confirmation-form" data-turbo="false" action="{{ confirmUrl }}" accept-charset="UTF-8" method="post">
  1706. <input type="hidden" name="authenticity_token" value="{{ confirmCsrfToken }}">
  1707. <input type="hidden" name="confirm" value="true">
  1708. <button data-close-dialog="true" type="submit" data-view-component="true" class="btn-danger btn width-full"> Unstar
  1709. </button>
  1710. </form> </div>
  1711. </div>
  1712. </template>
  1713. <div data-view-component="true" class="js-toggler-container js-social-container starring-container d-flex">
  1714. <div data-view-component="true" class="starred BtnGroup flex-1">
  1715. <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-social-form BtnGroup-parent flex-auto js-deferred-toggler-target" data-turbo="false" action="/productiontype/Newsreader/unstar" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="5StlCshhqj_oRU6DYdtPH5ZfA5I_b8wC6VxU0FpRajbHE0fI36TJnpQv108w4kNBn56TCtJSM8qr8OSrRRBmeg" autocomplete="off" />
  1716. <input type="hidden" value="7JJrE6URYJaKT_wC3s893XxHI1wFi4nRN06DbLfq7dLOqknRstQDN_YlZc6P9jGDdYazxOi2dhl14jMXqKvhng" data-csrf="true" class="js-confirm-csrf-token" />
  1717. <input type="hidden" name="context" value="repository">
  1718. <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;:242225019,&quot;originating_url&quot;:&quot;https://github.com/productiontype/Newsreader/blob/master/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2&quot;,&quot;user_id&quot;:1645628}}" data-hydro-click-hmac="54ed5fedd4bb0cacb4f2e8d0d546313a699dbbc124a07d3a6427f38998c0ae74" data-ga-click="Repository, click unstar button, action:blob#show; text:Unstar" aria-label="Unstar this repository (131)" 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">
  1719. <path fill-rule="evenodd" d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25z"></path>
  1720. </svg><span data-view-component="true" class="d-inline">
  1721. Starred
  1722. </span> <span id="repo-stars-counter-unstar" aria-label="131 users starred this repository" data-singular-suffix="user starred this repository" data-plural-suffix="users starred this repository" data-turbo-replace="true" title="131" data-view-component="true" class="Counter js-social-count">131</span>
  1723. </button></form> <details id="details-user-list-242225019" data-view-component="true" class="details-reset details-overlay BtnGroup-parent js-user-list-menu d-inline-block position-relative">
  1724. <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">
  1725. <path d="M4.427 7.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 7H4.604a.25.25 0 00-.177.427z"></path>
  1726. </svg>
  1727. </summary>
  1728. <details-menu
  1729. class="SelectMenu right-0"
  1730. src="/productiontype/Newsreader/lists"
  1731. role="menu"
  1732. >
  1733. <div class="SelectMenu-modal">
  1734. <button class="SelectMenu-closeButton position-absolute right-0 m-2" type="button" aria-label="Close menu" data-toggle-for="details-0ef2e4">
  1735. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
  1736. <path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path>
  1737. </svg>
  1738. </button>
  1739. <div
  1740. id="filter-menu-0ef2e4"
  1741. class="d-flex flex-column flex-1 overflow-hidden"
  1742. >
  1743. <div
  1744. class="SelectMenu-list"
  1745. >
  1746. <include-fragment class="SelectMenu-loading" aria-label="Loading">
  1747. <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">
  1748. <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
  1749. <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
  1750. </svg>
  1751. </include-fragment>
  1752. </div>
  1753. </div>
  1754. </div>
  1755. </details-menu>
  1756. </details>
  1757. </div>
  1758. <div data-view-component="true" class="unstarred BtnGroup flex-1">
  1759. <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-social-form BtnGroup-parent flex-auto" data-turbo="false" action="/productiontype/Newsreader/star" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="V8BBgB4zIW-qnH9GmQbx1Tly6aCqankP_IXv49pBVRLeDB0cE5Uz23GikdSeHfGwSDdWRS0WO1Zf_UnpdBjTiA" autocomplete="off" />
  1760. <input type="hidden" name="context" value="repository">
  1761. <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;:242225019,&quot;originating_url&quot;:&quot;https://github.com/productiontype/Newsreader/blob/master/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2&quot;,&quot;user_id&quot;:1645628}}" data-hydro-click-hmac="8fe3fe6dc036a650cb19b6aec75f5b169456c68ec3eebcc1f34d20ccaad57f39" data-ga-click="Repository, click star button, action:blob#show; text:Star" aria-label="Star this repository (131)" 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">
  1762. <path fill-rule="evenodd" d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z"></path>
  1763. </svg><span data-view-component="true" class="d-inline">
  1764. Star
  1765. </span> <span id="repo-stars-counter-star" aria-label="131 users starred this repository" data-singular-suffix="user starred this repository" data-plural-suffix="users starred this repository" data-turbo-replace="true" title="131" data-view-component="true" class="Counter js-social-count">131</span>
  1766. </button></form> <details id="details-user-list-242225019" data-view-component="true" class="details-reset details-overlay BtnGroup-parent js-user-list-menu d-inline-block position-relative">
  1767. <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">
  1768. <path d="M4.427 7.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 7H4.604a.25.25 0 00-.177.427z"></path>
  1769. </svg>
  1770. </summary>
  1771. <details-menu
  1772. class="SelectMenu right-0"
  1773. src="/productiontype/Newsreader/lists"
  1774. role="menu"
  1775. >
  1776. <div class="SelectMenu-modal">
  1777. <button class="SelectMenu-closeButton position-absolute right-0 m-2" type="button" aria-label="Close menu" data-toggle-for="details-0ef2e4">
  1778. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
  1779. <path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path>
  1780. </svg>
  1781. </button>
  1782. <div
  1783. id="filter-menu-0ef2e4"
  1784. class="d-flex flex-column flex-1 overflow-hidden"
  1785. >
  1786. <div
  1787. class="SelectMenu-list"
  1788. >
  1789. <include-fragment class="SelectMenu-loading" aria-label="Loading">
  1790. <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">
  1791. <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
  1792. <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
  1793. </svg>
  1794. </include-fragment>
  1795. </div>
  1796. </div>
  1797. </div>
  1798. </details-menu>
  1799. </details>
  1800. </div></div>
  1801. </li>
  1802. </ul>
  1803. </div>
  1804. <div id="responsive-meta-container" data-turbo-replace>
  1805. </div>
  1806. <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">
  1807. <ul data-view-component="true" class="UnderlineNav-body list-style-none">
  1808. <li data-view-component="true" class="d-inline-flex">
  1809. <a id="code-tab" href="/productiontype/Newsreader" data-tab-item="i0code-tab" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages repo_deployments /productiontype/Newsreader" 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">
  1810. <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">
  1811. <path fill-rule="evenodd" d="M4.72 3.22a.75.75 0 011.06 1.06L2.06 8l3.72 3.72a.75.75 0 11-1.06 1.06L.47 8.53a.75.75 0 010-1.06l4.25-4.25zm6.56 0a.75.75 0 10-1.06 1.06L13.94 8l-3.72 3.72a.75.75 0 101.06 1.06l4.25-4.25a.75.75 0 000-1.06l-4.25-4.25z"></path>
  1812. </svg>
  1813. <span data-content="Code">Code</span>
  1814. <span id="code-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
  1815. </a></li>
  1816. <li data-view-component="true" class="d-inline-flex">
  1817. <a id="issues-tab" href="/productiontype/Newsreader/issues" data-tab-item="i1issues-tab" data-selected-links="repo_issues repo_labels repo_milestones /productiontype/Newsreader/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">
  1818. <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">
  1819. <path d="M8 9.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path><path fill-rule="evenodd" d="M8 0a8 8 0 100 16A8 8 0 008 0zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z"></path>
  1820. </svg>
  1821. <span data-content="Issues">Issues</span>
  1822. <span id="issues-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="5" data-view-component="true" class="Counter">5</span>
  1823. </a></li>
  1824. <li data-view-component="true" class="d-inline-flex">
  1825. <a id="pull-requests-tab" href="/productiontype/Newsreader/pulls" data-tab-item="i2pull-requests-tab" data-selected-links="repo_pulls checks /productiontype/Newsreader/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">
  1826. <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">
  1827. <path fill-rule="evenodd" d="M7.177 3.073L9.573.677A.25.25 0 0110 .854v4.792a.25.25 0 01-.427.177L7.177 3.427a.25.25 0 010-.354zM3.75 2.5a.75.75 0 100 1.5.75.75 0 000-1.5zm-2.25.75a2.25 2.25 0 113 2.122v5.256a2.251 2.251 0 11-1.5 0V5.372A2.25 2.25 0 011.5 3.25zM11 2.5h-1V4h1a1 1 0 011 1v5.628a2.251 2.251 0 101.5 0V5A2.5 2.5 0 0011 2.5zm1 10.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0zM3.75 12a.75.75 0 100 1.5.75.75 0 000-1.5z"></path>
  1828. </svg>
  1829. <span data-content="Pull requests">Pull requests</span>
  1830. <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>
  1831. </a></li>
  1832. <li data-view-component="true" class="d-inline-flex">
  1833. <a id="actions-tab" href="/productiontype/Newsreader/actions" data-tab-item="i3actions-tab" data-selected-links="repo_actions /productiontype/Newsreader/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">
  1834. <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">
  1835. <path fill-rule="evenodd" d="M1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0zM8 0a8 8 0 100 16A8 8 0 008 0zM6.379 5.227A.25.25 0 006 5.442v5.117a.25.25 0 00.379.214l4.264-2.559a.25.25 0 000-.428L6.379 5.227z"></path>
  1836. </svg>
  1837. <span data-content="Actions">Actions</span>
  1838. <span id="actions-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
  1839. </a></li>
  1840. <li data-view-component="true" class="d-inline-flex">
  1841. <a id="projects-tab" href="/productiontype/Newsreader/projects" data-tab-item="i4projects-tab" data-selected-links="repo_projects new_repo_project repo_project /productiontype/Newsreader/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">
  1842. <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">
  1843. <path fill-rule="evenodd" d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0114.25 16H1.75A1.75 1.75 0 010 14.25V1.75zM1.5 6.5v7.75c0 .138.112.25.25.25H5v-8H1.5zM5 5H1.5V1.75a.25.25 0 01.25-.25H5V5zm1.5 1.5v8h7.75a.25.25 0 00.25-.25V6.5h-8zm8-1.5h-8V1.5h7.75a.25.25 0 01.25.25V5z"></path>
  1844. </svg>
  1845. <span data-content="Projects">Projects</span>
  1846. <span id="projects-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="0" hidden="hidden" data-view-component="true" class="Counter">0</span>
  1847. </a></li>
  1848. <li data-view-component="true" class="d-inline-flex">
  1849. <a id="security-tab" href="/productiontype/Newsreader/security" data-tab-item="i5security-tab" data-selected-links="security overview alerts policy token_scanning code_scanning /productiontype/Newsreader/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">
  1850. <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">
  1851. <path fill-rule="evenodd" d="M7.467.133a1.75 1.75 0 011.066 0l5.25 1.68A1.75 1.75 0 0115 3.48V7c0 1.566-.32 3.182-1.303 4.682-.983 1.498-2.585 2.813-5.032 3.855a1.7 1.7 0 01-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 011.217-1.667l5.25-1.68zm.61 1.429a.25.25 0 00-.153 0l-5.25 1.68a.25.25 0 00-.174.238V7c0 1.358.275 2.666 1.057 3.86.784 1.194 2.121 2.34 4.366 3.297a.2.2 0 00.154 0c2.245-.956 3.582-2.104 4.366-3.298C13.225 9.666 13.5 8.36 13.5 7V3.48a.25.25 0 00-.174-.237l-5.25-1.68zM9 10.5a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.75a.75.75 0 10-1.5 0v3a.75.75 0 001.5 0v-3z"></path>
  1852. </svg>
  1853. <span data-content="Security">Security</span>
  1854. <include-fragment src="/productiontype/Newsreader/security/overall-count" accept="text/fragment+html"></include-fragment>
  1855. </a></li>
  1856. <li data-view-component="true" class="d-inline-flex">
  1857. <a id="insights-tab" href="/productiontype/Newsreader/pulse" data-tab-item="i6insights-tab" data-selected-links="repo_graphs repo_contributors dependency_graph dependabot_updates pulse people community /productiontype/Newsreader/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">
  1858. <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">
  1859. <path fill-rule="evenodd" d="M1.5 1.75a.75.75 0 00-1.5 0v12.5c0 .414.336.75.75.75h14.5a.75.75 0 000-1.5H1.5V1.75zm14.28 2.53a.75.75 0 00-1.06-1.06L10 7.94 7.53 5.47a.75.75 0 00-1.06 0L3.22 8.72a.75.75 0 001.06 1.06L7 7.06l2.47 2.47a.75.75 0 001.06 0l5.25-5.25z"></path>
  1860. </svg>
  1861. <span data-content="Insights">Insights</span>
  1862. <span id="insights-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
  1863. </a></li>
  1864. </ul>
  1865. <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">
  1866. <summary role="button" data-view-component="true"> <div class="UnderlineNav-item mr-0 border-0">
  1867. <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">
  1868. <path d="M8 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path>
  1869. </svg>
  1870. <span class="sr-only">More</span>
  1871. </div>
  1872. </summary>
  1873. <details-menu role="menu" data-view-component="true" class="dropdown-menu dropdown-menu-sw"> <ul>
  1874. <li data-menu-item="i0code-tab" hidden>
  1875. <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 /productiontype/Newsreader" href="/productiontype/Newsreader">
  1876. Code
  1877. </a> </li>
  1878. <li data-menu-item="i1issues-tab" hidden>
  1879. <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_issues repo_labels repo_milestones /productiontype/Newsreader/issues" href="/productiontype/Newsreader/issues">
  1880. Issues
  1881. </a> </li>
  1882. <li data-menu-item="i2pull-requests-tab" hidden>
  1883. <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_pulls checks /productiontype/Newsreader/pulls" href="/productiontype/Newsreader/pulls">
  1884. Pull requests
  1885. </a> </li>
  1886. <li data-menu-item="i3actions-tab" hidden>
  1887. <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_actions /productiontype/Newsreader/actions" href="/productiontype/Newsreader/actions">
  1888. Actions
  1889. </a> </li>
  1890. <li data-menu-item="i4projects-tab" hidden>
  1891. <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_projects new_repo_project repo_project /productiontype/Newsreader/projects" href="/productiontype/Newsreader/projects">
  1892. Projects
  1893. </a> </li>
  1894. <li data-menu-item="i5security-tab" hidden>
  1895. <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="security overview alerts policy token_scanning code_scanning /productiontype/Newsreader/security" href="/productiontype/Newsreader/security">
  1896. Security
  1897. </a> </li>
  1898. <li data-menu-item="i6insights-tab" hidden>
  1899. <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_graphs repo_contributors dependency_graph dependabot_updates pulse people community /productiontype/Newsreader/pulse" href="/productiontype/Newsreader/pulse">
  1900. Insights
  1901. </a> </li>
  1902. </ul>
  1903. </details-menu>
  1904. </details></div>
  1905. </nav>
  1906. </div>
  1907. <turbo-frame id="repo-content-turbo-frame" target="_top" data-turbo-action="advance" class="">
  1908. <div id="repo-content-pjax-container" class="repository-content " >
  1909. <a href="https://github.dev/" class="d-none js-github-dev-shortcut" data-hotkey=".">Open in github.dev</a>
  1910. <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>
  1911. <div class="clearfix container-xl px-3 px-md-4 px-lg-5 mt-4">
  1912. <div data-test-selector="blob-container">
  1913. <a class="d-none js-permalink-shortcut" data-hotkey="y" href="/productiontype/Newsreader/blob/cfcb4f7af0e52c25e8df2a2431814c8e5fe2e155/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2">Permalink</a>
  1914. <div class="d-flex flex-items-start flex-shrink-0 pb-3 flex-wrap flex-md-nowrap flex-justify-between flex-md-justify-start">
  1915. <div class="position-relative">
  1916. <details
  1917. class="js-branch-select-menu details-reset details-overlay mr-0 mb-0 "
  1918. id="branch-select-menu"
  1919. data-hydro-click-payload="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;REFS_SELECTOR_MENU&quot;,&quot;repository_id&quot;:242225019,&quot;originating_url&quot;:&quot;https://github.com/productiontype/Newsreader/blob/master/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2&quot;,&quot;user_id&quot;:1645628}}" data-hydro-click-hmac="0d460642a6cd821caf35a7d3fb3d0c327d9f95739b22c1b834609e3ecf005624">
  1920. <summary class="btn css-truncate"
  1921. data-hotkey="w"
  1922. title="Switch branches or tags">
  1923. <svg text="gray" aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-git-branch">
  1924. <path fill-rule="evenodd" d="M11.75 2.5a.75.75 0 100 1.5.75.75 0 000-1.5zm-2.25.75a2.25 2.25 0 113 2.122V6A2.5 2.5 0 0110 8.5H6a1 1 0 00-1 1v1.128a2.251 2.251 0 11-1.5 0V5.372a2.25 2.25 0 111.5 0v1.836A2.492 2.492 0 016 7h4a1 1 0 001-1v-.628A2.25 2.25 0 019.5 3.25zM4.25 12a.75.75 0 100 1.5.75.75 0 000-1.5zM3.5 3.25a.75.75 0 111.5 0 .75.75 0 01-1.5 0z"></path>
  1925. </svg>
  1926. <span class="css-truncate-target" data-menu-button>master</span>
  1927. <span class="dropdown-caret"></span>
  1928. </summary>
  1929. <div class="SelectMenu">
  1930. <div class="SelectMenu-modal">
  1931. <header class="SelectMenu-header">
  1932. <span class="SelectMenu-title">Switch branches/tags</span>
  1933. <button class="SelectMenu-closeButton" type="button" data-toggle-for="branch-select-menu"><svg aria-label="Close menu" aria-hidden="false" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
  1934. <path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path>
  1935. </svg></button>
  1936. </header>
  1937. <input-demux data-action="tab-container-change:input-demux#storeInput tab-container-changed:input-demux#updateInput">
  1938. <tab-container class="d-flex flex-column js-branches-tags-tabs" style="min-height: 0;">
  1939. <div class="SelectMenu-filter">
  1940. <input data-target="input-demux.source"
  1941. id="context-commitish-filter-field"
  1942. class="SelectMenu-input form-control"
  1943. aria-owns="ref-list-branches"
  1944. data-controls-ref-menu-id="ref-list-branches"
  1945. autofocus
  1946. autocomplete="off"
  1947. aria-label="Filter branches/tags"
  1948. placeholder="Filter branches/tags"
  1949. type="text"
  1950. >
  1951. </div>
  1952. <div class="SelectMenu-tabs" role="tablist" data-target="input-demux.control" >
  1953. <button class="SelectMenu-tab" type="button" role="tab" aria-selected="true">Branches</button>
  1954. <button class="SelectMenu-tab" type="button" role="tab">Tags</button>
  1955. </div>
  1956. <div role="tabpanel" id="ref-list-branches" data-filter-placeholder="Filter branches/tags" tabindex="" class="d-flex flex-column flex-auto overflow-auto">
  1957. <ref-selector
  1958. type="branch"
  1959. data-targets="input-demux.sinks"
  1960. data-action="
  1961. input-entered:ref-selector#inputEntered
  1962. tab-selected:ref-selector#tabSelected
  1963. focus-list:ref-selector#focusFirstListMember
  1964. "
  1965. query-endpoint="/productiontype/Newsreader/refs"
  1966. cache-key="v0:1582316941.0"
  1967. current-committish="bWFzdGVy"
  1968. default-branch="bWFzdGVy"
  1969. name-with-owner="cHJvZHVjdGlvbnR5cGUvTmV3c3JlYWRlcg=="
  1970. prefetch-on-mouseover
  1971. >
  1972. <template data-target="ref-selector.fetchFailedTemplate">
  1973. <div class="SelectMenu-message" data-index="{{ index }}">Could not load branches</div>
  1974. </template>
  1975. <template data-target="ref-selector.noMatchTemplate">
  1976. <div class="SelectMenu-message">Nothing to show</div>
  1977. </template>
  1978. <div data-target="ref-selector.listContainer" role="menu" class="SelectMenu-list " data-turbo-frame="repo-content-turbo-frame">
  1979. <div class="SelectMenu-loading pt-3 pb-0 overflow-hidden" aria-label="Menu is loading">
  1980. <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">
  1981. <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
  1982. <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
  1983. </svg>
  1984. </div>
  1985. </div>
  1986. <template data-target="ref-selector.itemTemplate">
  1987. <a href="https://github.com/productiontype/Newsreader/blob/{{ urlEncodedRefName }}/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2" class="SelectMenu-item" role="menuitemradio" rel="nofollow" aria-checked="{{ isCurrent }}" data-index="{{ index }}" >
  1988. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check SelectMenu-icon SelectMenu-icon--check">
  1989. <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
  1990. </svg>
  1991. <span class="flex-1 css-truncate css-truncate-overflow {{ isFilteringClass }}">{{ refName }}</span>
  1992. <span hidden="{{ isNotDefault }}" class="Label Label--secondary flex-self-start">default</span>
  1993. </a>
  1994. </template>
  1995. <footer class="SelectMenu-footer"><a href="/productiontype/Newsreader/branches">View all branches</a></footer>
  1996. </ref-selector>
  1997. </div>
  1998. <div role="tabpanel" id="tags-menu" data-filter-placeholder="Find a tag" tabindex="" hidden class="d-flex flex-column flex-auto overflow-auto">
  1999. <ref-selector
  2000. type="tag"
  2001. data-action="
  2002. input-entered:ref-selector#inputEntered
  2003. tab-selected:ref-selector#tabSelected
  2004. focus-list:ref-selector#focusFirstListMember
  2005. "
  2006. data-targets="input-demux.sinks"
  2007. query-endpoint="/productiontype/Newsreader/refs"
  2008. cache-key="v0:1582316941.0"
  2009. current-committish="bWFzdGVy"
  2010. default-branch="bWFzdGVy"
  2011. name-with-owner="cHJvZHVjdGlvbnR5cGUvTmV3c3JlYWRlcg=="
  2012. >
  2013. <template data-target="ref-selector.fetchFailedTemplate">
  2014. <div class="SelectMenu-message" data-index="{{ index }}">Could not load tags</div>
  2015. </template>
  2016. <template data-target="ref-selector.noMatchTemplate">
  2017. <div class="SelectMenu-message" data-index="{{ index }}">Nothing to show</div>
  2018. </template>
  2019. <template data-target="ref-selector.itemTemplate">
  2020. <a href="https://github.com/productiontype/Newsreader/blob/{{ urlEncodedRefName }}/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2" class="SelectMenu-item" role="menuitemradio" rel="nofollow" aria-checked="{{ isCurrent }}" data-index="{{ index }}" >
  2021. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check SelectMenu-icon SelectMenu-icon--check">
  2022. <path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
  2023. </svg>
  2024. <span class="flex-1 css-truncate css-truncate-overflow {{ isFilteringClass }}">{{ refName }}</span>
  2025. <span hidden="{{ isNotDefault }}" class="Label Label--secondary flex-self-start">default</span>
  2026. </a>
  2027. </template>
  2028. <div data-target="ref-selector.listContainer" role="menu" class="SelectMenu-list" data-turbo-frame="repo-content-turbo-frame">
  2029. <div class="SelectMenu-loading pt-3 pb-0 overflow-hidden" aria-label="Menu is loading">
  2030. <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">
  2031. <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
  2032. <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
  2033. </svg>
  2034. </div>
  2035. </div>
  2036. <footer class="SelectMenu-footer"><a href="/productiontype/Newsreader/tags">View all tags</a></footer>
  2037. </ref-selector>
  2038. </div>
  2039. </tab-container>
  2040. </input-demux>
  2041. </div>
  2042. </div>
  2043. </details>
  2044. </div>
  2045. <div class="Overlay--hidden Overlay-backdrop--center" data-modal-dialog-overlay>
  2046. <modal-dialog role="dialog" id="warn-tag-match-create-branch-dialog" aria-modal="true" aria-labelledby="warn-tag-match-create-branch-dialog-header" data-view-component="true" class="Overlay Overlay--width-large Overlay--height-auto Overlay--motion-scaleFade">
  2047. <header class="Overlay-header Overlay-header--large Overlay-header--divided">
  2048. <div class="Overlay-headerContentWrap">
  2049. <div class="Overlay-titleWrap">
  2050. <h1 id="warn-tag-match-create-branch-dialog-header" class="Overlay-title">Name already in use</h1>
  2051. </div>
  2052. <div class="Overlay-actionWrap">
  2053. <button data-close-dialog-id="warn-tag-match-create-branch-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">
  2054. <path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path>
  2055. </svg></button>
  2056. </div>
  2057. </div>
  2058. </header>
  2059. <div class="Overlay-body ">
  2060. <div data-view-component="true"> A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
  2061. </div>
  2062. </div>
  2063. <footer class="Overlay-footer Overlay-footer--alignEnd">
  2064. <button data-close-dialog-id="warn-tag-match-create-branch-dialog" type="button" data-view-component="true" class="btn"> Cancel
  2065. </button>
  2066. <button data-submit-dialog-id="warn-tag-match-create-branch-dialog" type="button" data-view-component="true" class="btn-danger btn"> Create
  2067. </button>
  2068. </footer>
  2069. </modal-dialog></div>
  2070. <h2 id="blob-path" class="breadcrumb flex-auto flex-self-center min-width-0 text-normal mx-2 width-full width-md-auto flex-order-1 flex-md-order-none mt-3 mt-md-0">
  2071. <span class="js-repo-root text-bold"><span class="js-path-segment d-inline-block wb-break-all"><a data-turbo-frame="repo-content-turbo-frame" href="/productiontype/Newsreader"><span>Newsreader</span></a></span></span><span class="separator">/</span><span class="js-path-segment d-inline-block wb-break-all"><a data-turbo-frame="repo-content-turbo-frame" href="/productiontype/Newsreader/tree/master/fonts"><span>fonts</span></a></span><span class="separator">/</span><span class="js-path-segment d-inline-block wb-break-all"><a data-turbo-frame="repo-content-turbo-frame" href="/productiontype/Newsreader/tree/master/fonts/static"><span>static</span></a></span><span class="separator">/</span><span class="js-path-segment d-inline-block wb-break-all"><a data-turbo-frame="repo-content-turbo-frame" href="/productiontype/Newsreader/tree/master/fonts/static/woff2"><span>woff2</span></a></span><span class="separator">/</span><strong class="final-path">Newsreader16pt-ExtraLight.woff2</strong>
  2072. </h2>
  2073. <a href="/productiontype/Newsreader/find/master" data-pjax="" data-hotkey="t" data-view-component="true" class="btn mr-2 d-none d-md-block"> Go to file
  2074. </a>
  2075. <details id="blob-more-options-details" data-view-component="true" class="details-overlay details-reset position-relative">
  2076. <summary role="button" data-view-component="true" class="btn"> <svg aria-label="More options" role="img" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-kebab-horizontal">
  2077. <path d="M8 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path>
  2078. </svg>
  2079. </summary>
  2080. <div data-view-component="true"> <ul class="dropdown-menu dropdown-menu-sw">
  2081. <li class="d-block d-md-none">
  2082. <a class="dropdown-item d-flex flex-items-baseline" data-hydro-click="{&quot;event_type&quot;:&quot;repository.click&quot;,&quot;payload&quot;:{&quot;target&quot;:&quot;FIND_FILE_BUTTON&quot;,&quot;repository_id&quot;:242225019,&quot;originating_url&quot;:&quot;https://github.com/productiontype/Newsreader/blob/master/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2&quot;,&quot;user_id&quot;:1645628}}" data-hydro-click-hmac="056f2423a3cf36a4d7f0a94ba67f4827399b995ff7800b0104a773c83d96db0a" data-ga-click="Repository, find file, location:repo overview" data-hotkey="t" href="/productiontype/Newsreader/find/master">
  2083. <span class="flex-auto">Go to file</span>
  2084. <span class="text-small color-fg-muted" aria-hidden="true">T</span>
  2085. </a> </li>
  2086. <li data-toggle-for="blob-more-options-details">
  2087. <button data-toggle-for="jumpto-line-details-dialog" type="button" data-view-component="true" class="dropdown-item btn-link"> <span class="d-flex flex-items-baseline">
  2088. <span class="flex-auto">Go to line</span>
  2089. <span class="text-small color-fg-muted" aria-hidden="true">L</span>
  2090. </span>
  2091. </button> </li>
  2092. <li class="dropdown-divider" role="none"></li>
  2093. <li>
  2094. <clipboard-copy data-toggle-for="blob-more-options-details" aria-label="Copy path" value="fonts/static/woff2/Newsreader16pt-ExtraLight.woff2" data-view-component="true" class="dropdown-item cursor-pointer">
  2095. Copy path
  2096. </clipboard-copy> </li>
  2097. <li>
  2098. <clipboard-copy data-toggle-for="blob-more-options-details" aria-label="Copy permalink" value="https://github.com/productiontype/Newsreader/blob/cfcb4f7af0e52c25e8df2a2431814c8e5fe2e155/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2" data-view-component="true" class="dropdown-item cursor-pointer">
  2099. <span class="d-flex flex-items-baseline">
  2100. <span class="flex-auto">Copy permalink</span>
  2101. </span>
  2102. </clipboard-copy> </li>
  2103. </ul>
  2104. </div>
  2105. </details></div>
  2106. <div id="spoof-warning" class="mt-0 pb-3" hidden aria-hidden>
  2107. <div data-view-component="true" class="flash flash-warn mt-0 clearfix">
  2108. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert float-left mt-1">
  2109. <path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path>
  2110. </svg>
  2111. <div class="overflow-hidden">This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.</div>
  2112. </div></div>
  2113. <include-fragment src="/productiontype/Newsreader/spoofed_commit_check/cfcb4f7af0e52c25e8df2a2431814c8e5fe2e155" data-test-selector="spoofed-commit-check"></include-fragment>
  2114. <div class="Box d-flex flex-column flex-shrink-0 mb-3">
  2115. <include-fragment src="/productiontype/Newsreader/contributors/master/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2" class="commit-loader">
  2116. <div class="Box-header d-flex flex-items-center">
  2117. <div class="Skeleton avatar avatar-user flex-shrink-0 ml-n1 mr-n1 mt-n1 mb-n1" style="width:24px;height:24px;"></div>
  2118. <div class="Skeleton Skeleton--text col-5 ml-2">&nbsp;</div>
  2119. </div>
  2120. <div class="Box-body d-flex flex-items-center" >
  2121. <div class="Skeleton Skeleton--text col-1">&nbsp;</div>
  2122. <span class="color-fg-danger h6 loader-error">Cannot retrieve contributors at this time</span>
  2123. </div>
  2124. </include-fragment></div>
  2125. <div data-target="readme-toc.content" class="Box mt-3 position-relative">
  2126. <div
  2127. class="Box-header js-blob-header py-2 pr-2 d-flex flex-shrink-0 flex-md-row flex-items-center"
  2128. >
  2129. <div class="text-mono f6 flex-auto pr-3 flex-order-2 flex-md-order-1">
  2130. 45.7 KB
  2131. </div>
  2132. <div class="d-flex py-1 py-md-0 flex-auto flex-order-1 flex-md-order-2 flex-sm-grow-0 flex-justify-between hide-sm hide-md">
  2133. <div class="BtnGroup">
  2134. <a data-permalink-href="/productiontype/Newsreader/raw/cfcb4f7af0e52c25e8df2a2431814c8e5fe2e155/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2" href="/productiontype/Newsreader/raw/master/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2" id="raw-url" data-view-component="true" class="js-permalink-replaceable-link btn-sm btn BtnGroup-item"> Download
  2135. </a> </div>
  2136. <div class="d-flex">
  2137. <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="inline-form" data-turbo="false" action="/productiontype/Newsreader/delete/master/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="-EAJstfWc33iBHy_QMY0G6LBjzFW8pfoHXDEK8TRusjV6ovD-pyFQS6wRt7NHSMYNo8Ai1s5vNkbRSjQ9lBMTA" />
  2138. <button class="btn-octicon btn-octicon-danger tooltipped tooltipped-nw" type="submit"
  2139. aria-label="Fork this repository and delete the file" data-disable-with>
  2140. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-trash">
  2141. <path fill-rule="evenodd" d="M6.5 1.75a.25.25 0 01.25-.25h2.5a.25.25 0 01.25.25V3h-3V1.75zm4.5 0V3h2.25a.75.75 0 010 1.5H2.75a.75.75 0 010-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75zM4.496 6.675a.75.75 0 10-1.492.15l.66 6.6A1.75 1.75 0 005.405 15h5.19c.9 0 1.652-.681 1.741-1.576l.66-6.6a.75.75 0 00-1.492-.149l-.66 6.6a.25.25 0 01-.249.225h-5.19a.25.25 0 01-.249-.225l-.66-6.6z"></path>
  2142. </svg>
  2143. </button>
  2144. </form> </div>
  2145. </div>
  2146. <div class="d-flex hide-lg hide-xl flex-order-2 flex-grow-0">
  2147. <details class="dropdown details-reset details-overlay d-inline-block">
  2148. <summary
  2149. class="js-blob-dropdown-click btn-octicon"
  2150. aria-haspopup="true"
  2151. aria-label="possible actions"
  2152. data-test-selector="small-screen-more-options"
  2153. data-dropdown-tracking="{&quot;type&quot;:&quot;blob_edit_dropdown.more_options_click&quot;,&quot;context&quot;:{&quot;repository_id&quot;:242225019,&quot;actor_id&quot;:1645628,&quot;github_dev_enabled&quot;:true,&quot;edit_enabled&quot;:true,&quot;small_screen&quot;:true}}"
  2154. >
  2155. <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">
  2156. <path d="M8 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm13 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3z"></path>
  2157. </svg>
  2158. </summary>
  2159. <ul class="dropdown-menu dropdown-menu-sw" style="width: 175px">
  2160. <li>
  2161. <a class="dropdown-item tooltipped tooltipped-nw js-remove-unless-platform"
  2162. data-platforms="windows,mac"
  2163. href="x-github-client://openRepo/https://github.com/productiontype/Newsreader?branch=master&amp;filepath=fonts%2Fstatic%2Fwoff2%2FNewsreader16pt-ExtraLight.woff2">
  2164. Open with Desktop
  2165. </a>
  2166. </li>
  2167. <li>
  2168. <a class="dropdown-item" href="/productiontype/Newsreader/raw/master/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2">
  2169. Download
  2170. </a>
  2171. </li>
  2172. <li>
  2173. <a class="dropdown-item menu-item-danger" href="/productiontype/Newsreader/delete/master/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2">Delete file</a>
  2174. </li>
  2175. </ul>
  2176. </details>
  2177. </div>
  2178. </div>
  2179. <div itemprop="text" class="Box-body p-0 blob-wrapper data type-text gist-border-0">
  2180. <div class="text-center p-3" data-hpc>
  2181. <a href="/productiontype/Newsreader/blob/master/fonts/static/woff2/Newsreader16pt-ExtraLight.woff2?raw=true">View raw</a>
  2182. </div>
  2183. </div>
  2184. </div>
  2185. <details class="details-reset details-overlay details-overlay-dark" id="jumpto-line-details-dialog">
  2186. <summary data-hotkey="l" aria-label="Jump to line"></summary>
  2187. <details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast linejump" aria-label="Jump to line">
  2188. <!-- '"` --><!-- </textarea></xmp> --></option></form><form class="js-jump-to-line-form Box-body d-flex" data-turbo="false" action="" accept-charset="UTF-8" method="get">
  2189. <input class="form-control flex-auto mr-3 linejump-input js-jump-to-line-field" type="text" placeholder="Jump to line&hellip;" aria-label="Jump to line" autofocus>
  2190. <button data-close-dialog="" type="submit" data-view-component="true" class="btn"> Go
  2191. </button>
  2192. </form> </details-dialog>
  2193. </details>
  2194. </div>
  2195. </div>
  2196. </div>
  2197. </turbo-frame>
  2198. </main>
  2199. </div>
  2200. </div>
  2201. <footer class="footer width-full container-xl p-responsive">
  2202. <h2 class='sr-only'>Footer</h2>
  2203. <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">
  2204. <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">
  2205. <div class="mt-2 mt-lg-0 d-flex flex-items-center">
  2206. <a aria-label="Homepage" title="GitHub" class="footer-octicon mr-2" href="https://github.com">
  2207. <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">
  2208. <path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>
  2209. </svg>
  2210. </a> <span>
  2211. &copy; 2022 GitHub, Inc.
  2212. </span>
  2213. </div>
  2214. </div>
  2215. <nav aria-label='footer' class="col-12 col-lg-8">
  2216. <h3 class='sr-only' id='sr-footer-heading'>Footer navigation</h3>
  2217. <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'>
  2218. <li class="mr-3 mr-lg-0"><a href="https://docs.github.com/en/github/site-policy/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>
  2219. <li class="mr-3 mr-lg-0"><a href="https://docs.github.com/en/github/site-policy/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>
  2220. <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>
  2221. <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>
  2222. <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>
  2223. <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>
  2224. <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>
  2225. <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>
  2226. <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>
  2227. <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>
  2228. <li><a data-ga-click="Footer, go to about, text:about" href="https://github.com/about">About</a></li>
  2229. </ul>
  2230. </nav>
  2231. </div>
  2232. <div class="d-flex flex-justify-center pb-6">
  2233. <span class="f6 color-fg-muted"></span>
  2234. </div>
  2235. </footer>
  2236. <div id="ajax-error-message" class="ajax-error-message flash flash-error" hidden>
  2237. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
  2238. <path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path>
  2239. </svg>
  2240. <button type="button" class="flash-close js-ajax-error-dismiss" aria-label="Dismiss error">
  2241. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
  2242. <path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path>
  2243. </svg>
  2244. </button>
  2245. You can’t perform that action at this time.
  2246. </div>
  2247. <div class="js-stale-session-flash flash flash-warn flash-banner" hidden
  2248. >
  2249. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
  2250. <path fill-rule="evenodd" d="M8.22 1.754a.25.25 0 00-.44 0L1.698 13.132a.25.25 0 00.22.368h12.164a.25.25 0 00.22-.368L8.22 1.754zm-1.763-.707c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0114.082 15H1.918a1.75 1.75 0 01-1.543-2.575L6.457 1.047zM9 11a1 1 0 11-2 0 1 1 0 012 0zm-.25-5.25a.75.75 0 00-1.5 0v2.5a.75.75 0 001.5 0v-2.5z"></path>
  2251. </svg>
  2252. <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>
  2253. <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>
  2254. </div>
  2255. <template id="site-details-dialog">
  2256. <details class="details-reset details-overlay details-overlay-dark lh-default color-fg-default hx_rsm" open>
  2257. <summary role="button" aria-label="Close dialog"></summary>
  2258. <details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast hx_rsm-dialog hx_rsm-modal">
  2259. <button class="Box-btn-octicon m-0 btn-octicon position-absolute right-0 top-0" type="button" aria-label="Close dialog" data-close-dialog>
  2260. <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
  2261. <path fill-rule="evenodd" d="M3.72 3.72a.75.75 0 011.06 0L8 6.94l3.22-3.22a.75.75 0 111.06 1.06L9.06 8l3.22 3.22a.75.75 0 11-1.06 1.06L8 9.06l-3.22 3.22a.75.75 0 01-1.06-1.06L6.94 8 3.72 4.78a.75.75 0 010-1.06z"></path>
  2262. </svg>
  2263. </button>
  2264. <div class="octocat-spinner my-6 js-details-dialog-spinner"></div>
  2265. </details-dialog>
  2266. </details>
  2267. </template>
  2268. <div class="Popover js-hovercard-content position-absolute" style="display: none; outline: none;" tabindex="0">
  2269. <div class="Popover-message Popover-message--bottom-left Popover-message--large Box color-shadow-large" style="width:360px;">
  2270. </div>
  2271. </div>
  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 fill-rule="evenodd" d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"></path><path fill-rule="evenodd" d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"></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 fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path>
  2280. </svg>
  2281. </clipboard-copy>
  2282. </div>
  2283. </template>
  2284. <style>
  2285. .user-mention[href$="/mikachan"] {
  2286. color: var(--color-user-mention-fg);
  2287. background-color: var(--color-user-mention-bg);
  2288. border-radius: 2px;
  2289. margin-left: -2px;
  2290. margin-right: -2px;
  2291. padding: 0 2px;
  2292. }
  2293. </style>
  2294. </div>
  2295. <div id="js-global-screen-reader-notice" class="sr-only" aria-live="polite" ></div>
  2296. </body>
  2297. </html>