Skip to content

Commit

Permalink
* main [1.7.1] : md
Browse files Browse the repository at this point in the history
  • Loading branch information
SUNsung committed May 23, 2024
1 parent 3192e2b commit c41cdac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# htmlValidator
![Fork GitHub Release](https://img.shields.io/github/v/release/fRead-dev/htmlValidator)
![Tests](https://github.com/fRead-dev/htmlValidator/actions/workflows/go-test.yml/badge.svg)

[![Go Report Card](https://goreportcard.com/badge/github.com/fRead-dev/TimeRules)](https://goreportcard.com/report/github.com/fRead-dev/htmlValidator)

![GitHub repo file or directory count](https://img.shields.io/github/directory-file-count/fRead-dev/htmlValidator?color=orange)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/fRead-dev/htmlValidator?color=green)
![GitHub repo size](https://img.shields.io/github/repo-size/fRead-dev/htmlValidator)


# htmlValidator

1. Абзац
- def `<p>`
- лево `<p left>`
Expand Down
2 changes: 1 addition & 1 deletion _run/minor-ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6
7
2 changes: 1 addition & 1 deletion const.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package htmlValidator

const GlobalVersion string = "1.5.5"
const GlobalVersion string = "1.6.1"
const GlobalDateUpdate string = "05-23-2024"
const GlobalName string = "htmlValidator"

0 comments on commit c41cdac

Please sign in to comment.