Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbruce committed Oct 10, 2021
1 parent db9efb5 commit 3e066f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
> Note: Delete the labels in the new repo and use https://github.com/jvandemo/copy-github-labels-cli to copy the ones found here to the new repo
# 8fold Fluent Markdown for CommonMark

A fluent API for use with the highly-extensible [CommonMark parser](https://commonmark.thephpleague.com/2.0/) from the league of extraordinary packages.
Expand Down Expand Up @@ -103,7 +101,6 @@ print Markdown::create($markdown)

```html
<p><del>strikethrough from GitHub Flavored Markdown</del></p>

<p>An <abbr title="abbreviation">abbr</abbr> from 8fold Abbreviations.</p>
```

Expand Down
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "vendor/project",
"description": "",
"name": "8fold/commonmark-fluent-markdown",
"description": "A fluent API for CommonMark by the PHP League",
"type": "library",
"license": "MIT",
"authors": [],
"authors": [
{
"name": "Josh Bruce",
"email": "[email protected]"
}
],
"require": {
"php": "^7.4 || ^8.0",
"league/commonmark": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e066f2

Please sign in to comment.