Top "Markup" questions

Markup covers various systems for annotating text with extra information which defines its formatting or appearance.

How do you put HTML or XML into a YAML?

I would like to store HTML snippets inside a YAML file. What is the best way to do that? Something …

yaml configuration-files code-snippets markup
What is the difference between x:Reference and ElementName?

According to the x:Reference Markup Extension page on MSDN, x:Reference References an instance that is declared elsewhere in …

wpf xaml markup
Single full-width column in row with twitter bootstrap grid

When using bootstrap's grid, what is the best way to markup a single full-width column in a row? Do you …

html css twitter-bootstrap markup grid-layout
Compare and contrast the lightweight markup languages

Please identify the most popular lightweight markup languages and compare their strengths and weaknesses. These languages should be general-purpose markup …

documentation markdown markup restructuredtext textile
Should I use the <p /> tag in markup?

I have always used either <br /> or a <div/> tag when something more advanced is necessary. …

html layout tags markup
Does Razor syntax provide a compelling advantage in UI markup?

I notice Scott Guthrie is starting to mention Razor a fair bit on his blog but I'm just not that …

asp.net-mvc syntax markup razor asp.net-mvc-3
Get value from web.config applicationSettings into ASP.NET markup

I might be completely off track by now, so I will just ask this here so someone can help me. …

asp.net web-config markup expressionbuilder configsection
Bootstrap 3 - Long form with different sections - full width background

I started using Bootstrap 3 and have a really long form. I would like to separate each section with different full …

html twitter-bootstrap markup
vertical line between latex minipages

right now I have a latex section that looks like \begin{minipage}{0.35\textwidth} %left column ... \end{minipage} \hfill \begin{minipage}{0.55\…

latex markup
How do I create a new line with reStructuredText?

How do I force a line break/new line in rst? I don't want it to be a new paragraph (…

line-breaks markup restructuredtext