We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, thanks for this great tool! I just have a problem using markdown code blocks in overview page. < gets replaced by < E.g.
<
<!DOCTYPE html> <html lang="lv"> ... </html>
when generated, is shown as
<!DOCTYPE html> <html lang="lv"> ... </html>
Any ideas how could i fix this?
The text was updated successfully, but these errors were encountered:
+1
```scss .class_name { &__abc { //this escapes to -> &__abc ... } }```
Sorry, something went wrong.
@kristabs example
<pre><code><div class="box"> <div class="box__ttl">title</div> <div class="box__txt">text</div> </div></code></pre>
No branches or pull requests
Hello, thanks for this great tool!
I just have a problem using markdown code blocks in overview page. < gets replaced by
<
E.g.
when generated, is shown as
Any ideas how could i fix this?
The text was updated successfully, but these errors were encountered: