Skip to content

Commit 634cfb6

Browse files
committed
Revert "docs: force monospace font in ASCII art (related to #3007)"
This reverts commit d1414e6. This commit triggers a bug in po4a 0.67 (which we backported to buster and bullseye) and 0.69 (in bookworm).
1 parent fadb1c2 commit 634cfb6

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/hal/components/toggle.comp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@ component toggle "'push-on, push-off' from momentary pushbuttons";
22

33
description
44
"""
5-
.ie '\*[.T]'html' \{ .HTML <tt> \}
65
     ┐     ┌──┐        ┌──┐
76
.br
87
in : └─────┘  └────────┘  └──
98
.br
109
     ┐     ┌───────────┐
1110
.br
1211
out: └─────┘           └─────
13-
.ie '\*[.T]'html' \{ .HTML </tt> \}
1412
""";
1513

1614
pin in bit in "button input";

src/hal/components/toggle2nist.comp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ and an is-on output.
1111
\[bu] On a rising edge on pin \\fIin\\fR when \\fIis-on\\fR is high: It sets \\fIoff\\fR until \\fIis-on\\fR becomes low.
1212

1313

14-
.ie '\*[.T]'html' \{ .HTML <tt> \}
1514
       ┐     ┌─────xxxxxxxxxxxx┐           ┌─────xxxxxxxxxxxx┐
1615
.br
1716
in   : └─────┘     xxxxxxxxxxxx└───────────┘     xxxxxxxxxxxx└─────
@@ -28,7 +27,6 @@ off  : └──────────────────────
2827
.br
2928
is-on: └─────────────────┘                             └───────────
3029

31-
.ie '\*[.T]'html' \{ .HTML </tt> \}
3230
""";
3331

3432
pin in bit in;

0 commit comments

Comments
 (0)