Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
/ Labdown Public archive

(Unfinished) Labdown is a set of LabVIEW VIs that produce GitHub-Flavored markdown by formatting user-input strings.

Notifications You must be signed in to change notification settings

KenyanBurnham/Labdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Labdown

In labdown, numerics and text are formatted into GitHub-Flavored markdown. The result is output as a string, saving the file as a markdown file allows an editor like Atom to compile the text as markdown.

At the moment, the following capabilities are available:

  • Unordered Lists
  • Ordered Lists
  • PassFail Lists
  • Tables
  • Paragraphs
  • Headers
  • Images
  • Blockquote
  • Documentation on the Wiki

Example Outputs

Volts(V) | Current (A) | Time (s) ---|--- 0 | 1 | 1 3 | 4 | 5 6 | 3 | 2 1 | 2 | 3

Example Image

![Example PNG](Export Image.png)

More progess will be made on these VI's, the goal will be to create programatic documentation for tests and experiements using National Instruments hardware.

About

(Unfinished) Labdown is a set of LabVIEW VIs that produce GitHub-Flavored markdown by formatting user-input strings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published