Post-cleanup cleanup
This commit is contained in:
parent
4aa4de17f5
commit
9197c8345c
3 changed files with 8 additions and 11 deletions
|
@ -4,11 +4,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>${1:Title}</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>${1:Title}</title>
|
||||
</head>
|
||||
<body>
|
||||
$0
|
||||
$0
|
||||
</body>
|
||||
</html>
|
|
@ -1,10 +1,8 @@
|
|||
# name: summary-details
|
||||
# key: sumdet
|
||||
# --
|
||||
<details><summary>$1</summary>
|
||||
|
||||
$2
|
||||
|
||||
<details>
|
||||
<summary>$1</summary>
|
||||
$2
|
||||
</details>
|
||||
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue