luckyframework / luckyframework/website
It only converts tags inside the <body>
Open
Nobody has claimed this yet.
html2lucky
site:layout:enhancement
- Dominant language
- Crystal
- Stars
- 39
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
HTML to convert
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Theme</title>
<!-- Custom fonts for this theme -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Theme CSS -->
<link href="css/theme.min.css" rel="stylesheet">
</head>
<body id="page-top">
<h1>Hi</h1>
</body>
</html>
Lucky response
h1 "Hi"
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the HTML-to-Lucky conversion path in the website project and reproduce the provided document, comparing conversion of the head and body tags. Done means the converter handles the tags shown outside the body as well as the h1 inside it, producing the expected Lucky response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- crystal
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100