Skip to content

Commit 6c3ffe5

Browse files
authored
Merge pull request #1102 from phpDocumentor/backport/1.x/pr-1097
[1.x] Merge pull request #1097 from phpDocumentor/task/markdown-paragraph
2 parents dc25d86 + 736570d commit 6c3ffe5

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!-- content start -->
2+
<div class="section" id="typo3-extension-powermail">
3+
<h1>TYPO3 Extension powermail</h1>
4+
5+
<p>Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension for TYPO3 with a lots of features (spam prevention, marketing information, optin, ajax submit, diagram analysis, etc...)</p>
6+
7+
</div>
8+
<!-- content end -->
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<guides xmlns="https://www.phpdoc.org/guides"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="https://www.phpdoc.org/guides packages/guides-cli/resources/schema/guides.xsd"
5+
input-format="md"
6+
>
7+
</guides>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# TYPO3 Extension powermail
2+
3+
Powermail is a well-known, editor-friendly, powerful
4+
and easy to use mailform extension for TYPO3 with a lots of features
5+
(spam prevention, marketing information, optin, ajax submit, diagram analysis, etc...)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Single line breaks within a paragraph in MarkDown are removed. GitHub treates them as a whitespace.

0 commit comments

Comments
 (0)