Now with skipping consecutive links
This commit is contained in:
@@ -19,10 +19,14 @@ namespace sword_rs {
|
||||
|
||||
void increment();
|
||||
|
||||
bool is_skip_consecutive_links() const;
|
||||
|
||||
rust::String render_text();
|
||||
|
||||
void set_key_text(const rust::String& keyText);
|
||||
|
||||
void set_skip_consecutive_links(bool skip);
|
||||
|
||||
rust::String strip_text();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user