Skip to content

Commit

Permalink
Add HTML text in blurbs
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfghjkxd committed May 12, 2024
1 parent 3791288 commit a37f1bf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"urlBlurbMap": {
"https://www.github.com/user/repo/branch": "first blurb",
"https://www.github.com/user/repo/branch2": "## **second** blurb\n\n![link](link) to repository\n\nthis is what i have done for my cs2103t project",
"https://www.github.com/user/repo/branch3": "*third blurb*"
"https://www.github.com/user/repo/branch3": "*third blurb*\n\n<strong>third</strong> blurb with HTML content"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"urlBlurbMap": {
"https://www.github.com/user/repo/branch": "first blurb",
"https://www.github.com/user/repo/branch2": "## **second** blurb\n\n![link](link) to repository\n\nthis is what i have done for my cs2103t project",
"https://www.github.com/user/repo/branch3": "*third blurb*"
"https://www.github.com/user/repo/branch3": "*third blurb*\n\n<strong>third</strong> blurb with HTML content"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"urlBlurbMap": {
"https://www.github.com/user/repo/branch": "first blurb",
"https://www.github.com/user/repo/branch2": "## **second** blurb\n\n![link](link) to repository\n\nthis is what i have done for my cs2103t project",
"https://www.github.com/user/repo/branch3": "*third blurb*"
"https://www.github.com/user/repo/branch3": "*third blurb*\n\n<strong>third</strong> blurb with HTML content"
}
}
}
2 changes: 2 additions & 0 deletions src/systemtest/resources/ConfigSystemTest/blurbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ this is what i have done for my cs2103t project
<!--repo-->
https://www.github.com/user/repo/branch3
*third blurb*

<strong>third</strong> blurb with HTML content
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"urlBlurbMap": {
"https://www.github.com/user/repo/branch": "first blurb",
"https://www.github.com/user/repo/branch2": "## **second** blurb\n\n![link](link) to repository\n\nthis is what i have done for my cs2103t project",
"https://www.github.com/user/repo/branch3": "*third blurb*"
"https://www.github.com/user/repo/branch3": "*third blurb*\n\n<strong>third</strong> blurb with HTML content"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"urlBlurbMap": {
"https://www.github.com/user/repo/branch": "first blurb",
"https://www.github.com/user/repo/branch2": "## **second** blurb\n\n![link](link) to repository\n\nthis is what i have done for my cs2103t project",
"https://www.github.com/user/repo/branch3": "*third blurb*"
"https://www.github.com/user/repo/branch3": "*third blurb*\n\n<strong>third</strong> blurb with HTML content"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"urlBlurbMap": {
"https://www.github.com/user/repo/branch": "first blurb",
"https://www.github.com/user/repo/branch2": "## **second** blurb\n\n![link](link) to repository\n\nthis is what i have done for my cs2103t project",
"https://www.github.com/user/repo/branch3": "*third blurb*"
"https://www.github.com/user/repo/branch3": "*third blurb*\n\n<strong>third</strong> blurb with HTML content"
}
}
}

0 comments on commit a37f1bf

Please sign in to comment.