8000 Use redcarpet (GitHub Flavored Markdown) · scala/docs.scala-lang@2c4d4ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c4d4ed

Browse files
committed
Use redcarpet (GitHub Flavored Markdown)
1 parent 332cc4c commit 2c4d4ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ pygments: true
1717
permalink: /:categories/:title.html
1818
baseurl:
1919

20-
# markdown: rdiscount
20+
markdown: redcarpet
21+
redcarpet:
22+
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]

0 commit comments

Comments
 (0)
0