amimas
amimas
## 🚀 Feature [mermaidjs](https://mermaidjs.github.io/) seems to be a pretty neat tool that allows drawing diagrams using markdown. It'd be nice if Docusaurus can be integrated with that. ## Have you...
I noticed today that I couldn't build my project in offline mode. To run in offline mode, I run `gradlew clean build --offline`. This produced following error message: ``` FAILURE:...
Hi, My project structure currently looks like this, which is to support multi-project build using gradle ``` git-repo + subproject1 -- build.gradle --+ + subproject2 -- build.gradle --+ + master...
Hello, This is a great tool. I found it to be very useful. But, the project appears to have stalled. I see 14 PRs still open as of now. Also,...
**What version of textlint are you using?** 11.2.1 **What file type (Markdown, plain text, etc.) are you using?** Markdown **What did you do? Please include the actual source code causing...
**What version of textlint are you using?** 11.2.1 **What file type (Markdown, plain text, etc.) are you using?** Markdown **What did you do? Please include the actual source code causing...
This project has been super helpful. I have several projects for documentation written in Markdown. Using this tool helps to validate and enforce consistency in Markdown syntax. I am also...
Hello, I'm trying to use this merge request builder plugin, however it's not working out. I believe I've followed the instructions on ReadMe file properly, but it's still not working....
Hi, I'm working with a project that has several functions organized in different directories. The tests are also in corresponding directories. Below is an example of what the directory structure...
I applied this plugin to my root project's `build.gradle` to get an aggregated report in a multi module Gradle project. It's very useful at first glance. Then I started to...