Skip to content

Commit 5b59ecb

Browse files
committed
Couple more numbered lists
1 parent c861111 commit 5b59ecb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1831,9 +1831,9 @@ _Reading_ schematics (as pictures) requires any old computer. _Writing_ them can
18311831

18321832
The Hdl21 schematic system accordingly includes a web-stack graphical editor. It runs in three primary contexts:
18331833

1834-
- (1) as a standalone desktop application,
1835-
- (2) as an extension to the popular IDE VsCode, and
1836-
- (3) as a web application.
1834+
1. As a standalone desktop application,
1835+
2. As an extension to the popular IDE VsCode, and
1836+
3. As a web application.
18371837

18381838
Figure~\ref{fig:schematic-system} outlines the overall system. The IDE platform is pictured in Figure~\ref{fig:schematic-vscode}.
18391839

@@ -2002,8 +2002,8 @@ Both `import_schematic` and the `import` keyword override return a standard-libr
20022002

20032003
SVG schematics are commonly interpreted by two categories of programs:
20042004

2005-
- (1) General-purpose image viewer/ editors such as Google Chrome, Firefox, and InkScape, which comprehend schematics _as pictures_.
2006-
- (2) Special-purpose programs which comprehend schematics _as circuits_. This category notably includes the primary `hdl21schematicimporter` Python importer.
2005+
1. General-purpose image viewer/ editors such as Google Chrome, Firefox, and InkScape, which comprehend schematics _as pictures_.
2006+
2. Special-purpose programs which comprehend schematics _as circuits_. This category notably includes the primary `hdl21schematicimporter` Python importer.
20072007

20082008
Note the graphical schematic _editor_ is a special case which combines _both_ use-cases. It simultaneously renders schematics as pictures while being drawn and dictates their content as circuits. The graphical editor holds a number of additional pieces of non-schema information about schematics and how they are intended to be rendered as pictures, including their style attributes, design of the element symbols, and locations of text annotations. This information _is not_ part of the schematic schema. Any valid SVG value for these attributes is to be treated as valid by schematic importers.
20092009

0 commit comments

Comments
 (0)