Standard-Doctype von xhtml auf html5 umstellen

Open Beginner friendly
#163 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
1-3 hours
Newbie friendliness
68/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
php
Domain
content

Research direction

Start in lib/Textile.php and inspect the three places where xhtml is used as the default doctype. Confirm how the Textile library handles html5 and check the existing output or tests for self-closing tags. Done means the default is html5 and generated tags use the expected HTML5 form.

Written by the indexing model from the issue text.

Description

Die Textile-Library (netcarver/textile) unterstützt neben xhtml
auch html5 als Doctype. In lib/Textile.php wird aktuell xhtml
als Standard verwendet, wodurch self-closing Tags wie <br />
erzeugt werden.

Wäre es sinnvoll, den Default auf html5 umzustellen? Die Änderung
betrifft drei Stellen in lib/Textile.php.

Wenn gewünscht, liefere ich gerne einen PR dazu.

Dominant language
PHP
Stars
53
Forks
77
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from FriendsOfREDAXO/markitup

All issues in FriendsOfREDAXO/markitup

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.