Skip to content

Commit

Permalink
back to utf8 - shoudl work cuz its bom
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Jul 14, 2022
1 parent e2e4299 commit 6962026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/templates/to_md.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ $initScript = {
$HTMLFragmentContent = ($MDContent -Join "`n" | ConvertFrom-Markdown).Html
}
$page_template_static = $page_template_static.Replace('$____RENDERED____$', $HTMLFragmentContent)
$page_template_static | Out-File (Join-Path $OutputFolder "$($doc_to_render.Name).html") -Encoding Unicode
$page_template_static | Out-File (Join-Path $OutputFolder "$($doc_to_render.Name).html") -Encoding UTF8
}
}

Expand Down

0 comments on commit 6962026

Please sign in to comment.