Document style profiles

Build your document's look

Colors, fonts, and sizes for headings, code, tables, quotes, and admonitions - the live preview on the right updates as you go. When you're happy with it, download the profile as JSON.

Using a profile in MD Visor. Download the JSON, then drop it into %LocalAppData%\MdVisor\styles\ - it shows up by name in Settings → Document style, no restart needed. Colors and fonts apply to Web View, Print Layout, and PDF export alike.

Try an example:

RC Low-Pass Filter Characterization

A quick reference for how this profile looks in practice - the cutoff frequency is f_c = 1 / (2πRC), and the full measurement writeup covers the rest. Bold text picks up the accent color.

Method

Three components, one measurement, repeated across five frequencies:

ComponentValueTolerance
R110 kΩ±1%
C1100 nF±5%

Table 1: component values used in the measurement

Measurement Setup

Bench configuration, from source to scope.

Equipment

Function generator, oscilloscope, and the filter board under test.

Calibration

Probes compensated against the scope's built-in reference square wave.

Notes

Ambient temperature logged alongside every run.

def cutoff(r, c):
    return 1 / (2 * 3.14159 * r * c)
Measurements were taken with the scope in AC-coupled mode - see the appendix for the full setup.
NOTEInformational aside, not a warning.
TIPA shortcut or best practice worth calling out.
WARNINGSomething to double-check before proceeding.
CAUTIONRisk of a real mistake if skipped.
IMPORTANTMust-read before continuing.
mermaid / chart image

Fig. 1: diagrams and charts sit on their own card, not directly on the page


Fig. 2: divider line and caption styling