GSoftDev

Results 8 issues of GSoftDev

How to get metadata using React component? An example is given in the documentation: ``` js var conv = new showdown.Converter({metadata: true}); var html = conv.makeHtml(someMd); var metadata = conv.getMetadata();...

96% has been translated. I will complete the missing 4% in the near future :)

i18n

Hello. There are two elegant "link" icons, however, I miss the crossed link icon. It would be nice if there was one: D

icon-request

Currently, passing parameters to functions and procedures is performed by creating local variables for them. This solution is good and safe, but it generates the code needed to assign the...

enhancement

It would be nice to be able to specify from the source code level for procedures where they should be compiled. I see my proposal as follows. 1. via the...

enhancement

We have such a piece of code: ```Pascal Procedure myProc(); Function myFunc:byte; Begin { some code here } End; Begin { some code here } End; Begin myProc; End. ```...

My request concerns the possibility of specifying the location for static data (referred to by the label STATICDATA). At the moment, is this "block" is written in the area, which...

Hi. I wanted to use the µC CH32 as an I²C slave device to convert simple messages into graphical data and display it on an OLED screen also connected to...