File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
doc-tool/src/dotty/tools/dottydoc/staticsite Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -446,8 +446,10 @@ object Site {
446
446
val markdownOptions : DataHolder =
447
447
new MutableDataSet ()
448
448
.setFrom(ParserEmulationProfile .KRAMDOWN .getOptions)
449
+ .set(Parser .INDENTED_CODE_BLOCK_PARSER , false )
449
450
.set(AnchorLinkExtension .ANCHORLINKS_WRAP_TEXT , false )
450
451
.set(AnchorLinkExtension .ANCHORLINKS_ANCHOR_CLASS , " anchor" )
452
+ .set(EmojiExtension .ROOT_IMAGE_PATH , " https://github.global.ssl.fastly.net/images/icons/emoji/" )
451
453
.set(Parser .EXTENSIONS , Arrays .asList(
452
454
TablesExtension .create(),
453
455
TaskListExtension .create(),
@@ -457,6 +459,4 @@ object Site {
457
459
YamlFrontMatterExtension .create(),
458
460
StrikethroughExtension .create()
459
461
))
460
- .set(EmojiExtension .ROOT_IMAGE_PATH ,
461
- " https://github.global.ssl.fastly.net/images/icons/emoji/" )
462
462
}
You can’t perform that action at this time.
0 commit comments