mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-28 15:39:10 +00:00
wikiheaders: put a header on the quick reference pages.
This commit is contained in:
parent
be5fba963a
commit
ac92af02ea
1 changed files with 2 additions and 0 deletions
|
@ -872,10 +872,12 @@ sub generate_quickref {
|
|||
# https://blog.theprogrammingjunkie.com/post/sdl2-cheatsheet/
|
||||
|
||||
if ($lowascii) {
|
||||
print $fh "# QuickReferenceNoUnicode\n\n";
|
||||
print $fh "If you want to paste this into a text editor that can handle\n";
|
||||
print $fh "fancy Unicode section headers, try using\n";
|
||||
print $fh "[QuickReference](QuickReference) instead.\n\n";
|
||||
} else {
|
||||
print $fh "# QuickReference\n\n";
|
||||
print $fh "If you want to paste this into a text editor that can't handle\n";
|
||||
print $fh "the fancy Unicode section headers, try using\n";
|
||||
print $fh "[QuickReferenceNoUnicode](QuickReferenceNoUnicode) instead.\n\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue