Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proyecto grabación de pantalla #5499

Open
Alejo224 opened this issue May 2, 2024 · 2 comments
Open

Proyecto grabación de pantalla #5499

Alejo224 opened this issue May 2, 2024 · 2 comments
Labels
Close after 30 days Close issue if no response after 30 days Graph: Flow Status: Awaiting Reply Status: Triage Needs to be verified, categorized, etc

Comments

@Alejo224
Copy link

Alejo224 commented May 2, 2024

graph TD
    A[1. Configuración inicial] --> B[2. Desarrollo de la captura de pantalla (ADB)]
    B --> C[3. Desarrollo de la interfaz de usuario]
    B --> D[4. Desarrollo de la grabación de vídeo]
    C --> E[5. Pruebas y depuración]
    D --> E
    E --> F[6. Optimización y mejoras]
    F --> G[7. Empaquetado y distribución]
    E --> G
    G --> H[Especificación de necesidades particulares]
@github-actions github-actions bot added the Status: Triage Needs to be verified, categorized, etc label May 2, 2024
@nirname
Copy link
Contributor

nirname commented Jun 19, 2024

I am not sure if it is a bug or not. Brackets have special meaning, so as to render your graph simply wrap the node content in double quotes.

graph TD
A[1. Configuración inicial] --> B["2. Desarrollo de la captura de pantalla (ADB)"]
Loading

@nirname
Copy link
Contributor

nirname commented Jun 19, 2024

@Alejo224 If it is a concerning issue, let's discuss the expected behavior.

@nirname nirname added Status: Awaiting Reply Close after 30 days Close issue if no response after 30 days labels Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Close after 30 days Close issue if no response after 30 days Graph: Flow Status: Awaiting Reply Status: Triage Needs to be verified, categorized, etc
Projects
None yet
Development

No branches or pull requests

2 participants