Communities

(DEV) Codidact Meta
(DEV) Codidact Meta
(DEV) Writing
(DEV) Writing
Proposals
Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

60%
+1 −0
Q&A Some HTML code block

EDIT <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi...

0 answers  ·  posted 2y ago by Mr E Man‭  ·  edited 1y ago by trichoplax‭

#5: Post edited by user avatar trichoplax‭ · 2023-02-18T22:58:44Z (about 1 year ago)
Test line endings in an edit on Linux
Some HTML code block
  • EDIT
  • ```html
  • <!DOCTYPE html>
  • <html lang="en">
  • <head>
  • <meta charset="UTF-8">
  • <meta http-equiv="X-UA-Compatible" content="IE=edge">
  • <meta name="viewport" content="width=device-width, initial-scale=1.0">
  • <title>Example</title>
  • </head>
  • <body>
  • <p>
  • Some paragraph text
  • </p>
  • </body>
  • </html>
  • ```
  • EDIT
  • ```html
  • <!DOCTYPE html>
  • <html lang="en">
  • <head>
  • <meta charset="UTF-8">
  • <meta http-equiv="X-UA-Compatible" content="IE=edge">
  • <meta name="viewport" content="width=device-width, initial-scale=1.0">
  • <title>Example</title>
  • </head>
  • <body>
  • <p>
  • Some paragraph text
  • </p>
  • </body>
  • </html>
  • ```
  • <!-- test edit -->
#4: Post edited by user avatar Test User‭ · 2022-09-13T02:52:46Z (over 1 year ago)
Some HTML code block
EDIT

```html
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Example</title>
</head>
<body>
	<p>
		Some paragraph text
	</p>
</body>
</html>
```
#3: Post edited by user avatar UserA‭ · 2022-09-13T02:02:25Z (over 1 year ago)
#2: Post edited by user avatar Mr E Man‭ · 2021-11-19T06:25:28Z (over 2 years ago)
  • ```html
  • <!DOCTYPE html>
  • <html lang="en">
  • <head>
  • <meta charset="UTF-8">
  • <meta http-equiv="X-UA-Compatible" content="IE=edge">
  • <meta name="viewport" content="width=device-width, initial-scale=1.0">
  • <title>Example</title>
  • </head>
  • <body>
  • <p>
  • Some paragraph text
  • </p>
  • </body>
  • </html>
  • ```
  • EDIT
  • ```html
  • <!DOCTYPE html>
  • <html lang="en">
  • <head>
  • <meta charset="UTF-8">
  • <meta http-equiv="X-UA-Compatible" content="IE=edge">
  • <meta name="viewport" content="width=device-width, initial-scale=1.0">
  • <title>Example</title>
  • </head>
  • <body>
  • <p>
  • Some paragraph text
  • </p>
  • </body>
  • </html>
  • ```
#1: Initial revision by user avatar Mr E Man‭ · 2021-11-19T06:25:05Z (over 2 years ago)
Some HTML code block
```html
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Example</title>
</head>
<body>
	<p>
		Some paragraph text
	</p>
</body>
</html>
```