Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed the issue of code block not being exported in markdown #347

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

Mukund-Tandon
Copy link
Contributor

fixes: AppFlowy-IO/AppFlowy#3055

Before -

Screen.Recording.2023-07-26.at.3.21.23.PM.mov

After -

Screen.Recording.2023-07-26.at.4.22.50.PM.mov

@codecov
Copy link

codecov bot commented Jul 26, 2023

Codecov Report

Merging #347 (3b51337) into main (b729aa9) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #347   +/-   ##
=======================================
  Coverage   75.21%   75.21%           
=======================================
  Files         247      247           
  Lines        9843     9844    +1     
=======================================
+ Hits         7403     7404    +1     
  Misses       2440     2440           
Files Changed Coverage Δ
...arkdown/encoder/parser/code_block_node_parser.dart 90.90% <100.00%> (+0.90%) ⬆️

@LucasXu0 LucasXu0 merged commit b26a2ea into AppFlowy-IO:main Aug 1, 2023
10 checks passed
@LucasXu0 LucasXu0 mentioned this pull request Aug 8, 2023
q200892907 added a commit to q200892907/appflowy-editor that referenced this pull request Aug 8, 2023
* main:
  chore: add codecov token (AppFlowy-IO#352)
  feat: paste plaintext shortcut (AppFlowy-IO#338)
  fix: fixed unresponsive behaviour of context menu items (AppFlowy-IO#349)
  fix: fixed the issue of code block not being exported in markdown (AppFlowy-IO#347)
  chore: format code (AppFlowy-IO#345)
  feat: expose context in nodeBuilder (AppFlowy-IO#350)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Markdow export
3 participants