really handle md links correctly authored by mitshell's avatar mitshell
...@@ -177,7 +177,7 @@ Here is an example with the X2AP protocol ASN.1 definition: ...@@ -177,7 +177,7 @@ Here is an example with the X2AP protocol ASN.1 definition:
-rw-rw-r-- 1 user user 1452734 Oct 10 14:07 x2ap.py -rw-rw-r-- 1 user user 1452734 Oct 10 14:07 x2ap.py
From here, the *x2ap.py* and *x2ap.json* can be used as explained in the wiki part From here, the *x2ap.py* and *x2ap.json* can be used as explained in the wiki part
on the [ASN.1 runtime](./Using-the-pycrate-asn1-runtime.md): on the [ASN.1 runtime](./Using-the-pycrate-asn1-runtime):
>>> import x2ap >>> import x2ap
>>> # do whatever encodings / decodings you want with this generated module >>> # do whatever encodings / decodings you want with this generated module
... ...
......