Skip to content

Commit 45356d4

Browse files
committed
style: preserve blogpost banner emphasis
1 parent 61a9f5f commit 45356d4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/blogpost.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction to Fable.Python
22

3-
Generated on 2026-08-13 21:26 UTC using Fable v5.13.0
3+
*Generated on 2026-08-13 21:29 UTC using Fable v5.13.0*.
44

55
> This post is part of the [F# Advent Calendar
66
2025](https://sergeytihon.com/2025/11/03/f-advent-calendar-in-english-2025/). Thank you, Sergey Tihon, for organizing

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ blogpost: build format-python
8080
"chapters/${name}.fs" > docs/blogpost.md
8181
# Insert version banner after the first heading using awk
8282
awk -v ts="$timestamp" -v fv="$fable_version" \
83-
'NR==1 {print; print ""; print "Generated on " ts " using Fable v" fv; next} {print}' \
83+
'NR==1 {print; print ""; print "*Generated on " ts " using Fable v" fv "*."; next} {print}' \
8484
docs/blogpost.md > docs/blogpost.tmp && mv docs/blogpost.tmp docs/blogpost.md
8585
first=false
8686
else

0 commit comments

Comments
 (0)