Andrew Houghton

Results 21 issues of Andrew Houghton

**Is your feature request related to a problem? Please describe.** I recently noticed that there are buttons when you mouse over a markdown table that allow you to export the...

feature request

My environment is using the VS Code extension for venus on Windows 10. I am writing some code and came across an oddity of using .equ with the li pseudo...

When using mermaid to produce a diagram, no diagram will be produced when there is an @ sign for the label. Example: \```mermaid graph TD title[My Title] title-->FirstStep["[email protected]"] style title...

Requesting support for definition lists: label \: description When colon is preceded by a blank line then "description" is still indented. Optionally, enhance so one could place multiple colons to...

Exported HTML produces malformed HTML tags when using markdown code block. An example: \``` Public Function abc() As Variant \``` produces HTML: ``` Public Function abc() As Variant ```

Exported HTML is generated with minimal line breaks. Suggest as an enhancement to pretty style the generated HTML with appropriate indenting to make the resulting document easier to read, edit,...

Haroopad setup is two column, left column markdown content, right column is result. 1. Generated some markdown content in left column. 2. Right click, right column and select Export...=>HTML. 3....

Haroopad setup is two column, left is markdown, right is result. 1. Generated some markdown content. 2. Right click right hand result column and select Export=>HTML. 3. Save HTML document....

### Zig Version 0.12.0 ### Steps to Reproduce and Observed Behavior The following code produces the compile time error message under certain circumstances. I think I can see the compiler's...

bug

### Zig Version 0.12.0 ### Steps to Reproduce and Observed Behavior There are behavior differences when using structure fields that are typed as a function vs. structure function declarations and...

bug