Fix bunch of GitHub integration issues faced by Vlang (#6839)

Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>
This commit is contained in:
Anna Khismatullina
2024-10-11 18:47:14 +07:00
committed by GitHub
parent b21f860c9a
commit dbbd653e09
13 changed files with 253 additions and 25 deletions
@@ -399,7 +399,7 @@ A list of closed updated issues`
const md = serializeMessage(msg, 'ref://', 'http://')
expect(md).toEqual('**BOLD *ITALIC* BOLD**')
expect(md).toEqual(t1)
})
it('Check styles-2', () => {
@@ -697,6 +697,15 @@ A list of closed updated issues`
}
]
},
{
type: MarkupNodeType.paragraph,
content: [
{
text: '\n',
type: MarkupNodeType.text
}
]
},
{
type: MarkupNodeType.heading,
attrs: { level: 2 },
@@ -719,6 +728,9 @@ A list of closed updated issues`
content: [
{
type: MarkupNodeType.bullet_list,
attrs: {
bullet: '*'
},
content: [
{
type: MarkupNodeType.list_item,