Skip to content

Commit e488b97

Browse files
committed
fix: permalinks in website
1 parent 480526b commit e488b97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/landing/src/Flow/Website/Service/Markdown/LeagueCommonMarkConverterFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ public function __invoke() : CommonMarkConverter
4343
],
4444
'heading_permalink' => [
4545
'html_class' => 'mr-2',
46-
'id_prefix' => 'flow-php',
46+
'id_prefix' => '',
47+
'fragment_prefix' => '',
4748
'insert' => 'before',
4849
'title' => 'Permalink',
4950
'symbol' => '#',

0 commit comments

Comments
 (0)