EDDYMENS


Published 2023-06-11 14:11:46

Who Is A Software Technical Writer? (Q&A)

Technical writers as a general term refer to someone responsible for creating instruction manuals, g...

Published 2023-05-31 02:41:26

How To Make A Markdown Link Open In Another Tab

Sometimes it's important not to break a reader's flow by redirecting them away from your markdown document when they click on a link. In this case, such links should open up in a different tab in their browser, unfortunately, the ...

Published 2023-05-08 09:21:57

Mermaid Tutorial (setup)

If you do not already know Mermaid diagrams makes it possible to create diagrams within your Markdown or HTML. Mermaid diagrams might not yet be supported within your CMS in which cas...

Published 2023-05-08 09:21:54

Mermaid Tutorial (flowchart)

flowchart TD start(START) --> input[/Get l,b/] --> process[A = l*b] --> decision{is A < 12} decision --> |Yes| input decision --> |No| output output[/print A/] --> stop(STOP) import mermaid from 'https:/...

Published 2022-09-07 12:41:22

How To Become A Software Technical Writer

Using some products is very straightforward. Either because the product itself is not complicated or the task it's meant t...

Published 2022-07-18 14:49:04

How To Reuse Links In Markdown (reference Links)

...