this post was submitted on 22 Jul 2023
8 points (100.0% liked)
Louisville
97 readers
2 users here now
Welcome to /c/louisville
A place for Louisvillians to hang out on Lemmy!
While posting and commenting in this community, please abide by these general rules:
- Posts or comments that are homophobic, transphobic, racist, sexist, ableist, or advocating violence will be removed.
- Be civil: disagreements happen, but that doesn’t provide the right to personally insult others.
- Spam, self promotion, trolling, and bots are not allowed
Failure to follow these guidelines will result in your post/comment being removed and/or more severe actions. All posts and comments will be reviewed on a case-by-case basis. This means that some content that violates the rules may be allowed, while other content that does not violate the rules may be removed. The moderators retain the right to remove any content and ban users. We ask that the users report any comment or post that violates the rules, and to use critical thinking when reading, posting or commenting.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I wrote a whole paragraph but I only see the first line on my end. Does anyone else see just the first line or the whole paragraph?
You created a preformatted text block (code block) by adding four spaces at the start of your post. That's a feature of the text mark-up language called Markdown. Markdown is converted to HTML in web browsers, or to native text formatting on mobile apps.
Normally all excess spaces are ignored. That just how HTML works, but when starting a line with four spaces (or more) Markdown makes that line use a monospace font and keeps all whitespace. Probably by using a
<pre>
tag.I'm assuming you did this because you're old and you added an indent to your paragraph. I'm old, too, and learned to do that in school for type written documents, but no one does that anymore. Instead, we use a blank line between paragraphs.
I’m not that old! People really don’t indent paragraphs anymore?
LOL I know! I don't feel that old either and it annoys me when I'm sending an email and try to indent and instead get sent to the next UI element.