Skip to content

Commit

Permalink
remove autolink formatting with @ because that won't work actually
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Jan 27, 2023
1 parent 16b2bd0 commit d055bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ pub fn output_tutorial<'e, T: Entry<'e>>(
(
"content",
fmt_markdown(
&fmt_autolinks(builder, content, Some('@')),
&content,
Some(|url: UrlPath| {
let url = url.remove_extension(".md");
Some(UrlPath::part("tutorials").join(url))
Expand Down

0 comments on commit d055bf3

Please sign in to comment.