Fixed Note blockquote formatting in response examples in beta topics#9908
Conversation
There was a problem hiding this comment.
Pull request overview
This PR normalizes the "Note: The response object shown here might be shortened for readability." disclaimer across ~150 beta API reference topics. The previous markdown inlined the disclaimer on the same line as the ### Response heading, which prevented it from rendering correctly. The fix puts the introductory sentence on its own line and renders the note as a proper Markdown blockquote (> **Note:** ...), matching the existing convention used widely throughout the beta and v1.0 API docs.
Changes:
- Split the inline "Note" sentence from the introductory sentence under
### Response(and a few#### Response/##### Response) sections. - Reformat the note using a
> **Note:** ...blockquote so it renders as a callout. - Apply the same fix consistently across the affected beta API topics (workbook/range/table/chart/planner/outlook/user/calendar/etc.).
Reviewed changes
Copilot reviewed 231 out of 231 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| api-reference/beta/api/contenttype-update.md | Adds "The following example is a request." under ### Request; unrelated to the PR's note-formatting scope. |
| api-reference/beta/api/application-delta.md | Splits inline note and adds intro sentence (note had no preceding sentence before). |
| api-reference/beta/api/rangeformat-update.md | Applies the same note-blockquote reformat in 9 example sections. |
| api-reference/beta/api/attachment-get.md | Applies the same note-blockquote reformat in 4 example sections. |
| api-reference/beta/api/calendar-list-events.md | Applies the same note-blockquote reformat in 3 example sections. |
| api-reference/beta/api/eventmessage-post-attachments.md, event-post-attachments.md, outlooktask-post-attachments.md, message-post-attachments.md, eventmessage-list-attachments.md, message-list-attachments.md, message-createreply.md, message-createreplyall.md, event-list-attachments.md, post-list-attachments.md | Same note-blockquote reformat for attachment/message/event topics. |
| api-reference/beta/api/{worksheet*,workbook*,range*,table*,chart*,nameditem*,tablecolumn*,tablerow*,tablesort*,charttitle*,chartseries*,chartpoint*,chartlegend*,chartgridlines*,chartfont*,chartdatalabels*,chartcollection*,chartaxis*,chartaxistitle*,chartlineformat*,chart-,rangeborder,rangebordercollection*,rangefont*,rangefill*,rangeformat*}.md (Excel/workbook topics) | Same note-blockquote reformat applied uniformly. |
| api-reference/beta/api/{planner*,outlook*,user-,usersettings-,calendar*,calendargroup*,contact*,contactfolder*,mailfolder-,messagerule-,message-,conversationthread-,post-,inferenceclassification-,insights-,onenoteoperation-,subscribedsku-,serviceprincipal-,connector*,connectorgroup-,directoryrole,directoryroletemplate-,directorysettingtemplate-,device-,bookingcustomer-,bookingcurrency-,bookingbusiness-,team-clone,educationuser-update,administrativeunit-,orgcontact-}.md | Same note-blockquote reformat applied uniformly across remaining topics. |
|
Learn Build status updates of commit d97d0c6:
|
|
Hi @Danipocket, here's another one ready and reviewed ;) Thanks! |
|
Learn Build status updates of commit 6c683e4:
|
Summary
Fixed incorrect formatting of the "Note" disclaimer in response examples across beta API topics.
The "Note" sentence was inlined with the introductory sentence instead of being rendered as a proper Markdown blockquote, reducing its visibility and breaking documentation formatting conventions.
Changes
> **Note:**Related