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 {
446446 val markdownOptions : DataHolder =
447447 new MutableDataSet ()
448448 .setFrom(ParserEmulationProfile .KRAMDOWN .getOptions)
449+ .set(Parser .INDENTED_CODE_BLOCK_PARSER , false )
449450 .set(AnchorLinkExtension .ANCHORLINKS_WRAP_TEXT , false )
450451 .set(AnchorLinkExtension .ANCHORLINKS_ANCHOR_CLASS , " anchor" )
452+ .set(EmojiExtension .ROOT_IMAGE_PATH , " https://github.global.ssl.fastly.net/images/icons/emoji/" )
451453 .set(Parser .EXTENSIONS , Arrays .asList(
452454 TablesExtension .create(),
453455 TaskListExtension .create(),
@@ -457,6 +459,4 @@ object Site {
457459 YamlFrontMatterExtension .create(),
458460 StrikethroughExtension .create()
459461 ))
460- .set(EmojiExtension .ROOT_IMAGE_PATH ,
461- " https://github.global.ssl.fastly.net/images/icons/emoji/" )
462462}
You can’t perform that action at this time.
0 commit comments