mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-25 13:52:24 +02:00
Fix bunch of GitHub integration issues faced by Vlang (#6839)
Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user