Josef | 2024-06-25 21:55:47 UTC | #1 this is bold this is tiny this is highlighted ![Screenshot 2024-06-25 at 6.16.20 AM|540x154](upload://8IBSVxM7q6t8FOx67PGDnXNRajd.png) so basically, forums uses html formatting(I think) and since I just learnt html, I just thought this would be cool! ------------------------- RedSprite | 2024-06-25 22:56:08 UTC | #2 Also keep note of this: There is text up there, use the [raw](https://forum.makecode.com/raw/29443). ------------------------- AbstractDesigner | 2024-06-25 22:56:10 UTC | #3 Cool! I didn't know about the highlight one ------------------------- NeoStreak | 2024-06-25 22:56:11 UTC | #4 Ooh! I never knew that. Interesting... ------------------------- Reznolv | 2024-06-25 22:56:14 UTC | #5 That's awesome! By that logic, you can also have strikethrough like this: ``` text ``` ***Thanks for sharing :pray:*** ------------------------- AbstractDesigner | 2024-06-26 16:29:37 UTC | #6 going in that link was the most cursed forum experience I've ever had ------------------------- Josef | 2024-06-26 16:30:55 UTC | #7 HTML 5 does not support strickethourgh ------------------------- Reznolv | 2024-06-27 16:43:24 UTC | #8 Really? Interesting :thinking: ------------------------- Josef | 2024-06-27 23:45:08 UTC | #9 Ig forums uses 4 then ------------------------- Sarge | 2024-06-28 17:10:35 UTC | #10 Yes it does, I have no idea where you got this from... ------------------------- Josef | 2024-06-29 15:48:43 UTC | #11 oh It was replaced with (tag)s(tag) ------------------------- RedSprite | 2024-07-29 17:51:17 UTC | #12 ------------------------- Josef | 2024-07-30 16:20:31 UTC | #13 Yeah, he gets the idea… :roll_eyes: ------------------------- RedSprite | 2024-09-23 16:46:29 UTC | #14 Let me develop all of you ^[You clicked something to read this] # BIG BOI, WE USE "#" --- The thing above splits up the post to create different sections (we use "---") this uses strikethrough Learn all this stuff using the [raw](https://forum.makecode.com/raw/29443). ------------------------- Josef | 2025-02-15 04:13:03 UTC | #15 also you can make headers with `

text goes here

` It will look

Like This


To add a horizontal line, use the hr tag ("hr" in the <>)

Pro Tip

If you get tired of using (sentence), replace the () with <>! That will make the > (sentence) invisible! ``` signing off, Josef ``` ------------------------- Josef | 2025-02-15 04:13:37 UTC | #16 woah! is that html formatting or what ------------------------- Josef | 2025-02-15 04:14:25 UTC | #17 By the way, thats not a strikethrough tag, its a `` tag, more of telling the computer this is deleted text, ignore it.

What do I mean?

It's really simple actually, If you put all of this into a screen reader, it will ignore text within the del tag However, If we used a ` tag, (which, by the way, is a strikethrough tag)`, the screen reader would still read that text! ``` print("PS: I didn't know that in the Forums, the tag is highlighted red too!") So cool! ```


idk why im suddenly typing long posts... i sould like @Sarge ------------------------- RedSprite | 2025-02-16 19:41:53 UTC | #18 [quote="Josef, post:17, topic:29443"] idk why im suddenly typing long posts… i sould like @Sarge [/quote] You sound more like @richard... And you misspelled sound. ------------------------- Josef | 2025-02-18 12:49:16 UTC | #19 Richard mode deactivated:( -------------------------