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
<a>..</a>
sandbox.md
## Chapter 1 [Google](https://www.google.com) --- ## Chapter 2 [Google](https://www.google.com)
site.xml
<project xmlns="http://maven.apache.org/DECORATION/1.6.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 http://maven.apache.org/xsd/decoration-1.6.0.xsd" > <custom> <reflowSkin> <pages> <sandbox> <sections> <columns>2</columns> <columns>2</columns> </sections> </sandbox> </pages> </reflowSkin> </custom> </project>
In the file reflow-skin.css, if I remove the content:""; property:
content:"";
h1[id]:before, h2[id]:before, h3[id]:before, h4[id]:before, h5[id]:before, h6[id]:before, a[name]:before { display:block; /* content:""; */ height:90px; margin:-90px 0 0; }
The problem would be solved. But I have no idea if this is a sensible solution.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
<a>..</a>
cannot be clicked when using layout.My Environment
Example
sandbox.md
site.xml
Diagnosis
In the file reflow-skin.css, if I remove the
content:"";
property:The problem would be solved.
But I have no idea if this is a sensible solution.
The text was updated successfully, but these errors were encountered: