-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from radon-project/markdown-lint-issue
fix: markdown lint issue and markdown file changes detection CI/CD.
- Loading branch information
Showing
26 changed files
with
495 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"MD033": { | ||
"allowed_elements": [ | ||
"figure", | ||
"figcaption", | ||
"a", | ||
"strong", | ||
"center" | ||
] | ||
}, | ||
"MD036": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,25 @@ | ||
# Hello World | ||
|
||
*Date: 12 Sep 2023* | ||
|
||
*Time: 2:39 AM (GMT+6)* | ||
|
||
## Introduction | ||
|
||
We are excited to announce the launch **Radon** - a new open source programming language for the modern world. The language is designed to be simple, fast, and safe while incorporating modern language features such as type inference, pattern matching, and more. A key goal of the language is to be easy to learn and use, while still being powerful enough to build complex applications. It is also designed to be easy to embed in other applications, and to be used as a scripting language. The language is currently in the early stages of development, and we are looking for contributors to help us build the language. | ||
We are excited to announce the launch **Radon** - | ||
a new open source programming language for the modern world. | ||
The language is designed to be simple, fast, and safe while incorporating modern | ||
language features such as type inference, pattern matching, and more. | ||
A key goal of the language is to be easy to learn and use, while still being | ||
powerful enough to build complex applications. It is also designed to be easy | ||
to embed in other applications, and to be used as a scripting language. | ||
The language is currently in the early stages of development, and we are | ||
looking for contributors to help us build the language. | ||
|
||
## About the author | ||
|
||
[**Md. Almas Ali**][almas] is a software engineer and a programming language enthusiast. He is the creator of the Radon programming language. He has a lot of projects in his GitHub profile. Checkout his [GitHub profile][almas_github] for more information. | ||
[**Md. Almas Ali**][almas] is a software engineer and a programming language | ||
enthusiast. He is the creator of the Radon programming language. He has a lot | ||
of projects in his GitHub profile. Checkout his [GitHub profile][almas_github] | ||
for more information. | ||
|
||
Created on: 12 Sep 2023 - 2:39 AM (GMT+6) | ||
|
||
[almas]: https://almasali.net "Md. Almas Ali - Software Engineer" | ||
[almas_github]: https://github.com/Almas-Ali "Md. Almas Ali on GitHub" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.