Skip to content

Conversation

@RCmerci
Copy link
Contributor

@RCmerci RCmerci commented Jan 4, 2024

when export with "no-indent" style
export:

- 1
  2
  - 3
    4

result:

1
2
3
4

before-fix:

1
  2  
3
	  4

@andelf
Copy link
Collaborator

andelf commented Jan 5, 2024

My experimental:

- asdfjasd
  yes  
  but  
	- aslkdfja
	  ```c
	  #include <iosteam>
	  
	  void mian() {
	    return;
	  }
	  ```
	- asldkjf
		- asldkfj
asldkjf
asldkfj

The code block is still buggy.

@xyhp915 xyhp915 mentioned this pull request Jan 8, 2024
3 tasks
@RCmerci
Copy link
Contributor Author

RCmerci commented Jan 9, 2024

@andelf updated
export:

asdfjasd
yes
but
aslkdfja
```c
#include <iosteam>

void mian() {
  return;
}
```
asldkjf
asldkfj
asldkjf
asldkfj

@andelf andelf force-pushed the fix/export-no-indent branch from 35645e0 to 692a172 Compare January 12, 2024 05:49
Copy link
Collaborator

@andelf andelf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified. LGTM.

@andelf andelf merged commit facc75f into master Jan 12, 2024
@andelf andelf deleted the fix/export-no-indent branch January 12, 2024 06:26
@dmytrodubinin
Copy link

Tested in latest 0.10.4-alpha+nightly.20240117, my bug is still relevant: #10848

@RCmerci
Copy link
Contributor Author

RCmerci commented Jan 17, 2024

@andelf @dmytrodubinin another fix here #10866

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants