Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Lum committed Mar 13, 2024
2 parents 53a95f8 + 12bea0a commit 3b6366c
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# ASCIIMathTeXImg
Java port of `ASCIIMathTeXImg.js`
Java port of [`ASCIIMathTeXImg.js`](https://github.com/asciimath/asciimathml/blob/master/asciimath-based/ASCIIMathTeXImg.js)

## Source and Credit
## ℹ️ Source and Credit

| Language | Link | Repository | Author |
| -------- | ---- | ---------- | ------ |
| ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) | [ASCIIMathTeXImg.js](https://github.com/asciimath/asciimathml/blob/master/asciimath-based/ASCIIMathTeXImg.js) | :octocat: [asciimath/asciimathml](https://github.com/asciimath/asciimathml/) | @asciimath |
| ![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white) | [ASCIIMathTeXImg.java](https://github.com/plantuml/plantuml/blob/master/src/net/sourceforge/plantuml/math/ASCIIMathTeXImg.java) | :octocat: [plantuml/plantuml](https://github.com/plantuml/plantuml) | @arnaudroques |
| [![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)](https://github.com/asciimath/asciimathml/blob/master/asciimath-based/ASCIIMathTeXImg.js) | [`ASCIIMathTeXImg.js`](https://github.com/asciimath/asciimathml/blob/master/asciimath-based/ASCIIMathTeXImg.js) | :octocat: [asciimath/asciimathml](https://github.com/asciimath/asciimathml/) | [`@drlippman`](https://github.com/drlippman)<br>[`@asciimath`](https://github.com/asciimath) |
| [![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=openjdk&logoColor=white)](https://github.com/plantuml/plantuml/blob/master/src/net/sourceforge/plantuml/math/ASCIIMathTeXImg.java) | [`ASCIIMathTeXImg.java`](https://github.com/plantuml/plantuml/blob/master/src/net/sourceforge/plantuml/math/ASCIIMathTeXImg.java) | :octocat: [plantuml/plantuml](https://github.com/plantuml/plantuml) | [`@arnaudroques`](https://github.com/arnaudroques)<br>[`@plantuml`](https://github.com/plantuml) |

## Gradle Java App. Architecture
This project was created with this Gradle sample: [sample_building_java_applications](https://docs.gradle.org/current/samples/sample_building_java_applications.html).
## 🐘 Gradle Java App. Architecture
This project was created with this Gradle sample: [sample_building_java_applications](https://docs.gradle.org/current/samples/sample_building_java_applications.html).

## 🕵️ Code Coverage
See [Jacoco (Java Code Coverage) report](docs/jacocoSummary.md).

0 comments on commit 3b6366c

Please sign in to comment.