لا يوجد بناء جملة للتسطير في Markdown. لاستخدام أمر التسطير، يمكننا استخدام بناء جملة HTML لتسطير النص في Markdown. يتم استخدام التسطير لتسليط الضوء على الروابط في Markdown. ومن ثم لتجنب الالتباس، لا يستخدمه Markdown لوضع خط تحت النص.
تسطير باستخدام HTML
التسطير باستخدام HTML غير قابل للتطبيق في المحررين عبر الإنترنت. لكن يمكننا استخدامه في كود الاستوديو المرئي.
بناء الجملة
....
يتم إدراج النص بين العلامة والتسطير.
أين،
U يعني تسطير
على سبيل المثال،
Text
انتاج | :
Text
أمثلة
دعونا نناقش مثالاً يعتمد على التسطير في Markdown باستخدام علامة HTML.
مثال 1:
The underline tag in Markdown using HTML can be only implemented in visual studio . It does not work in online Markdown editors. If underline is used in any online editor (for example, Dillinger), it will considered it as a normal text, which will be the same syntax as the input.
انتاج:
The underline tag in Markdown using HTML can be only implemented in visual studio . It does not work in online Markdown editors. If underline is used in any online editor (for example, Dillinger), it will considered it as a normal text, which will be the same syntax as the input.