kgar / ts-markdown

An extensible TypeScript markdown generator that takes JSON and creates a markdown document
https://kgar.github.io/ts-markdown/
MIT License
9 stars 4 forks source link

Incorrect Convert #40

Closed mhxw closed 1 year ago

mhxw commented 1 year ago

t_mapping(t_address,t_uint256) => t*mapping(t*address,t_uint256)

image

image

image

kgar commented 1 year ago

Version 1.0.0 should fix this issue.

Thanks for using the library!