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
In all the cases below, the leader should not be separated from the word before it:
<obfl> <layout-master name="body" page-width="10" page-height="5" duplex="true"> <default-template> <header/> <footer/> </default-template> </layout-master> <sequence master="body"> <block> ⠤⠤⠤ ⠤⠤⠤⠤<leader pattern="⠁" position="100%" align="right"/>⠿⠿⠿ </block>
In the following two examples, there is a space after the leader, but a leader is always kept together with the content after it.
<block> ⠤⠤⠤ ⠤⠤⠤⠤<leader pattern="⠁" position="100%" align="right"/> ⠿⠿⠿ </block> <block> ⠤⠤⠤ ⠤⠤⠤<leader pattern="⠁" position="100%" align="right"/> ⠿⠿⠿ </block>
In this last example, the space before the leader is a non-breaking one.
<block> ⠤⠤⠤ ⠤⠤⠤ <leader pattern="⠁" position="100%" align="right"/> ⠿⠿⠿ </block> </sequence> </obfl>
The text was updated successfully, but these errors were encountered:
bertfrees
No branches or pull requests
In all the cases below, the leader should not be separated from the word before it:
In the following two examples, there is a space after the leader, but a leader is always kept together with the content after it.
In this last example, the space before the leader is a non-breaking one.
The text was updated successfully, but these errors were encountered: