python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to add Paragraph in the middle of existing Paraghaph programmaticaly in FlowDocument WPF?
I have a test app where i'm trying to insert an editable paragraph so user can write info there (maybe it can be realized just with Run, i took paragraph just for example, if you know how to add Run i...
Liromanz
Votes: 0
Answers: 1
Indent first line of a paragraph, but only if it takes multiple lines
I'd like to indent the first line of paragraphs (exactly what the text-indent CSS property does), but only for those paragraphs that take multiple lines. If a paragraph fits in a single line, I don't ...
Blue Nebula
Votes: 0
Answers: 1
What's the semantically correct way to represent one sentence that contains a multi-line quote?
I have a sentence which includes a quote of a multi-line poem. I'm wondering what's the correct way to express it in HTML.
Example
Yesterday the poem
Would it be ok if I took some of your time?
Wou...
Blue Nebula
Votes: 0
Answers: 0
Powershell - Create array from string - separating blocks of text by new lines
I have a string in a variable:
$Test = @"
Paragraph 1: some paragraph text
some paragraph text some paragraph text
some paragraph text some paragraph text
Paragraph 2: some paragraph text
some p...
ToastMan
Votes: 0
Answers: 1