logo

Pasvītrot sadaļā Markdown

Markdown pasvītrošanai nav sintakses. Lai izmantotu pasvītrojuma komandu, mēs varam izmantot HTML sintaksi, lai pasvītrotu tekstu Markdown. Pasvītrojumus izmanto, lai iezīmētu saites Markdown. Tāpēc, lai izvairītos no neskaidrībām, Markdown to neizmanto teksta pasvītrošanai.

Pasvītrojiet, izmantojot HTML

Pasvītrojums, izmantojot HTML, nav piemērojams tiešsaistes redaktoros. Bet mēs to varam izmantot vizuālās studijas kodā.

Sintakse

 .... 

Teksts tiek ievietots starp un pasvītrojuma tagu.

kur,

U nozīmē pasvītrot

Piemēram,

 Text 

Izvade :

 Text 

Piemēri

Apspriedīsim piemēru, kas balstīts uz pasvītrojumu Markdown, izmantojot HTML tagu.

1. piemērs:

 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. 

Izvade:

 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.