mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-28 01:21:46 +00:00
chore: publish from staged
This commit is contained in:
@@ -93,8 +93,9 @@ const tableBorders = {
|
|||||||
// --- Utility: decode HTML entities ---
|
// --- Utility: decode HTML entities ---
|
||||||
function decodeEntities(str) {
|
function decodeEntities(str) {
|
||||||
return str
|
return str
|
||||||
.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">")
|
.replace(/</g, "<").replace(/>/g, ">")
|
||||||
.replace(/"/g, '"').replace(/'/g, "'");
|
.replace(/"/g, '"').replace(/'/g, "'")
|
||||||
|
.replace(/&/g, "&");
|
||||||
}
|
}
|
||||||
|
|
||||||
// --- Inline tokens to TextRun[] ---
|
// --- Inline tokens to TextRun[] ---
|
||||||
|
|||||||
@@ -93,8 +93,9 @@ const tableBorders = {
|
|||||||
// --- Utility: decode HTML entities ---
|
// --- Utility: decode HTML entities ---
|
||||||
function decodeEntities(str) {
|
function decodeEntities(str) {
|
||||||
return str
|
return str
|
||||||
.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">")
|
.replace(/</g, "<").replace(/>/g, ">")
|
||||||
.replace(/"/g, '"').replace(/'/g, "'");
|
.replace(/"/g, '"').replace(/'/g, "'")
|
||||||
|
.replace(/&/g, "&");
|
||||||
}
|
}
|
||||||
|
|
||||||
// --- Inline tokens to TextRun[] ---
|
// --- Inline tokens to TextRun[] ---
|
||||||
|
|||||||
Reference in New Issue
Block a user