Skip to content

Commit

Permalink
Markdown code blocks part 2; migrate Nim Manual (nim-lang#20080)
Browse files Browse the repository at this point in the history
* Change headings underscored by `~~~` to `###`

* Markdown code blocks part 2; migrate Nim Manual
  • Loading branch information
a-mr authored and capocasa committed Mar 31, 2023
1 parent e8882f5 commit 13b8ec3
Show file tree
Hide file tree
Showing 7 changed files with 881 additions and 670 deletions.
12 changes: 4 additions & 8 deletions doc/backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ To wrap native code, take a look at the `c2nim tool <https://github.com/nim-lang
with the process of scanning and transforming header files into a Nim
interface.

C invocation example
~~~~~~~~~~~~~~~~~~~~
### C invocation example

Create a ``logic.c`` file with the following content:

Expand Down Expand Up @@ -194,8 +193,7 @@ could as well pass ``logic.o``) we could be passing switches to link any other
static C library.


JavaScript invocation example
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
### JavaScript invocation example

Create a ``host.html`` file with the following content:

Expand Down Expand Up @@ -251,8 +249,7 @@ The name `NimMain` can be influenced via the `--nimMainPrefix:prefix` switch.
Use `--nimMainPrefix:MyLib` and the function to call is named `MyLibNimMain`.


Nim invocation example from C
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
### Nim invocation example from C

Create a ``fib.nim`` file with the following content:

Expand Down Expand Up @@ -312,8 +309,7 @@ vary for each system. For instance, on Linux systems you will likely need to
use `-ldl`:option: too to link in required dlopen functionality.


Nim invocation example from JavaScript
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
### Nim invocation example from JavaScript

Create a ``mhost.html`` file with the following content:

Expand Down
Loading

0 comments on commit 13b8ec3

Please sign in to comment.