🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Backticks... (Request to admins)

    Lessons and Guides
    4
    6
    12.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • RopR
      Rop
      last edited by

      Hello people running this board...

      Can we please have a sticky post pointing out that people should put code between two lines with three backticks (These things: -> ` <-) on them so that when they post their code it ends up looking like this:

      #include <M5ez.h>
      
      void setup() {
          ez.begin();
      }
      
      void loop() {
          ez.msgBox("M5ez minimal program", "Hello World !", "Settings");
          ez.settings.menu();
      }
      

      and not like this:

      #include <M5ez.h>

      void setup() {
      ez.begin();
      }

      void loop() {
      ez.msgBox("M5ez minimal program", "Hello World !", "Settings");
      ez.settings.menu();
      }

      1 Reply Last reply Reply Quote 1
      • C
        CrazyHorse80
        last edited by

        It should be good to explain how to use other tags, too (if any).
        Thank you in advance!

        1 Reply Last reply Reply Quote 0
        • ajb2k3A
          ajb2k3
          last edited by

          Or even what tags are available.

          UIFlow, so easy an adult can learn it!
          If I don't know it, be patient!
          I've ether not learned it or am too drunk to remember it!
          Author of the WIP UIFlow Handbook!
          M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

          1 Reply Last reply Reply Quote 0
          • loborisL
            loboris
            last edited by loboris

            Formating guide

            Link also available when you click on question mark in edit window.
            The help apears in chinese:
            Markdown
            该论坛使用 Markdown 语法。点此查看 语法说明。

            Translated:
            Markdown
            This forum uses the Markdown syntax. Click here for the syntax description.

            1 Reply Last reply Reply Quote 0
            • C
              CrazyHorse80
              last edited by

              Thank you!

              1 Reply Last reply Reply Quote 0
              • ajb2k3A
                ajb2k3
                last edited by

                Thank you.

                UIFlow, so easy an adult can learn it!
                If I don't know it, be patient!
                I've ether not learned it or am too drunk to remember it!
                Author of the WIP UIFlow Handbook!
                M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post