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

Code Element have some corner cases not handled. #37

Open
bmoliveira opened this issue Jan 21, 2019 · 1 comment
Open

Code Element have some corner cases not handled. #37

bmoliveira opened this issue Jan 21, 2019 · 1 comment

Comments

@bmoliveira
Copy link
Owner

I've found at least 2 bugs with the Code element:

  • When the language that the code block is specified is added it's not being interpreted as a Markdown character and its interpreted as content.

Example:

func bug() {}

shows as:

swift
func bug() {}
  • When there are other ` surrounding other expressions the surrounding expression disappear

Example:

/// lets test `this` out

show as

/// lets test out
@bmoliveira
Copy link
Owner Author

At the moment I don't have much time to tackle this since is a medium to hard complexity issue with the parsing method.

I'll tackle it as soon as I can.

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

No branches or pull requests

1 participant