1
0
mirror of synced 2025-12-19 18:10:59 -05:00

249 Commits

Author SHA1 Message Date
Peter Bengtsson
b672607a5b Clean up image names that aren't "kebab case" (I) (#43102)
Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com>
2023-09-26 16:33:18 +00:00
Rachael Sewell
4a92fdbd18 Fix emphasis-style violations (#43056)
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com>
2023-09-26 01:22:39 +00:00
Rachael Sewell
ce11747ab0 fix incorrect code languages 2023-09-25 11:40:18 -07:00
Rachael Sewell
b8bd4630f6 fix incorrect code language case 2023-09-25 11:21:53 -07:00
Kevin Heis
7e18a93662 merge 2023-09-25 10:28:48 -07:00
Kevin Heis
d436652f58 Fix all <!-- markdownlint-disable-line fenced-code-language --> 2023-09-25 10:26:33 -07:00
Rachael Sewell
ae2bf81fa6 resolve conflicts from main branch 2023-09-22 11:53:53 -07:00
Rachael Sewell
72c5f0c30e Enforce blanks around Markdown headings (#43041) 2023-09-22 17:40:03 +00:00
Rachael Sewell
6024a3bac4 disable fenced-code-language rule for existing lines 2023-09-21 19:07:28 -07:00
Sophie
0ec2addb2a [Core] Add a language to every code block (#39212)
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
2023-09-20 12:29:13 +00:00
Felicity Chapman
893e57ac9f Add "blockquote" to alerts description to improve SEO (#28140)
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
2023-09-12 17:26:26 +00:00
Sophie
da9dc14684 [Improvement]: Update task lists documentation to include version GHES >=3.9 and remove 3.6,3.7,3.8 (#41189) 2023-08-22 09:32:15 +00:00
Sam Browning
179307db8a Reorganize the code scanning docs into map topics that align with user journeys (#40424)
Co-authored-by: Felicity Chapman <felicitymay@github.com>
2023-08-21 14:32:42 +00:00
Daniel Adams
cf6de19597 Add Alerts section to basic formatting (#38829)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
2023-08-03 12:50:25 +00:00
Sankalpa
0d489e8b54 fix-exmple-sub-and-sup (#27252) 2023-08-03 08:31:40 +00:00
Vatsal Mangukiya
a039edac6d remove z-index of sup (#26730)
Co-authored-by: Hector Alfaro <hectorsector@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2023-08-02 16:35:12 +00:00
Steve Guntrip
36c2210f8c Tasklists [public beta] (#37103)
Co-authored-by: Omer Bensaadon <omerbensaadon@github.com>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
2023-07-17 13:30:27 +00:00
Rachael Sewell
19ded728c0 remove 3.5 markup (#39007)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2023-07-14 16:48:26 +00:00
Grace Park
1dfa5c251e Fix ordered lists to only use 1. (#38283)
Co-authored-by: Rachael Sewell <rachmari@github.com>
2023-06-26 16:25:04 -07:00
Grace Park
32af69c277 Make sure there is a blank line above and below headings (#37922) 2023-06-26 13:24:44 -07:00
Grace Park
a8a6e4554a Fix for blank lines around code fences (#38255) 2023-06-26 10:21:48 -07:00
Grace Park
cbda3f2434 Fix trailing spaces in content and data (#37904) 2023-06-23 10:45:10 -07:00
Grace Park
6ff9dc21a8 Fix multiple blank lines in content and data (#37909) 2023-06-22 09:54:36 -07:00
Grace Park
4545543862 Fix for md049 consistent emphasis (#38201)
Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com>
2023-06-21 18:10:23 +00:00
Grace Park
90039fc985 Update and standardize unordered lists to be - (#37854) 2023-06-16 20:57:24 +00:00
PJ Angeloni
5bdfb4bdfe updated mention about secret-to-public gist feature on GitHub (#25955)
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
2023-06-15 14:43:58 +00:00
Kevin Heis
2bdba80bd7 Merge pull request #37735 from github/copy-to-commonmark-compliant
Update copy syntax to CommonMark compliant
2023-06-13 10:48:18 -07:00
Grace Park
ac0cc66bd0 Update period rule for alt text image ending punctuation (#37692)
Co-authored-by: Rachael Sewell <rachmari@github.com>
2023-06-12 19:33:01 +00:00
Kevin Heis
5f0ca62ed3 Update copy syntax to CommonMark compliant 2023-06-12 08:11:20 -07:00
Grace Park
0b3540d1a6 Adding fixes for alt image text period (#37646)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2023-06-08 16:22:37 +00:00
Rachael Sewell
b81b49f2bc add more image fixes 2023-06-01 15:02:16 -07:00
Grace Park
87900cb264 Remove spaces from code in content and data (#37382)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2023-06-01 17:24:35 +00:00
Rachael Sewell
fe24a14d2f update lists to commonmark (#37249) 2023-05-30 18:59:35 +00:00
Sophie
1b5d3979e3 [Improvement]: "Attaching files" should explain authentication required (#37264)
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
2023-05-25 08:42:28 +00:00
nobedee
479c258283 Update basic-writing-and-formatting-syntax.md (#25528) 2023-05-24 10:10:04 +00:00
Laura Coursen
7180ee21de Fix a table (#37046) 2023-05-22 15:18:19 +00:00
Matt Cooper
06f4e4f766 Fix PR 35810's content to be dotcom-only (#37115) 2023-05-17 13:49:24 +00:00
Gabriela Tolosa Ramirez
5cd6f082f4 Creating savings gists with stars doc (#37089)
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
2023-05-17 07:55:50 +00:00
Tali Herzka
9d87c34704 Add language about setting Azure Maps token to enterprise docs >=3.7 (#36875)
Co-authored-by: Adam B <el-mapache@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2023-05-12 11:29:42 +00:00
Abhishek Saxena
e7f0eab007 Adding note to ignore markdown formatting. (#25434)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2023-05-10 00:04:16 +00:00
Laura Coursen
0371abe115 Hide decorative octicons (#36816)
Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com>
2023-05-09 14:36:45 +00:00
Matt Cooper
4dfff76730 remove file attachment warning (#35810)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2023-05-09 10:22:10 +00:00
Tali Herzka
c513ffd44c Add documentation for dollarsign-backtick delimited inline math syntax (#36409)
Co-authored-by: Anne-Marie  <102995847+am-stead@users.noreply.github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
2023-05-08 21:12:49 +00:00
Sarita Iyer
18f42d939e Code search and code view GA (#36512)
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
2023-05-08 13:56:43 +00:00
Colin Seymour
e9958bf5bb Update github/linguist references to point to the new location at github-linguist/linguist (#36485) 2023-04-26 15:32:01 +00:00
Joe Clark
99ace4f8d6 Make images accessible in images/enterprise/ subdirectories Re-Wr (#35644)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2023-04-03 22:43:28 +00:00
Laura Coursen
69f609ee5f Make images accessible in the images/help/repository directory (P-Z) (3/4) (#35990)
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2023-03-30 12:11:51 +00:00
Steve Guntrip
7f3974d370 Drop "Tasklists" to lowercase (#35855)
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
2023-03-27 08:02:31 +00:00
Sophie
4908a7dfc7 [2023-03-31] Make images accessible in the images/help/pull_requests directory (#35617)
Co-authored-by: Laura Coursen <lecoursen@github.com>
2023-03-24 14:54:26 +00:00
Annelisa Stephan
2ff6b047d9 [Accessibility] Update Markdown screenshots in writing directory (#35525)
Co-authored-by: Sophie <29382425+sophietheking@users.noreply.github.com>
2023-03-16 21:01:21 +00:00